Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 11, 2023
1 parent 9baf3dc commit 26f1f3a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 225 deletions.
30 changes: 0 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,62 +33,37 @@ build/
local.properties
/.idea/workspace.xml
/.idea/libraries
/captures
.cxx
/android/app/release
gradle-wrapper.jar
/.gradle
/captures/
**/gradlew
**/gradlew.bat
**/local.properties
GeneratedPluginRegistrant.java
key.properties
**/*.keystore
**/*.jks

# iOS related
.vagrant/
.sconsign.dblite
.svn/
.DS_Store
*.swp
profile

DerivedData/
.generated/

*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3

!default.pbxuser
!default.mode1v3
!default.mode2v3
!default.perspectivev3

xcuserdata

*.moved-aside

*.pyc
*sync/
Icon?
.tags*

**/Flutter/Generated.xcconfig
ios/Flutter/ephemeral/
.sconsign.dblite
.tags*
**/.vagrant/
**/DerivedData/
**/Pods/
**/.symlinks/
profile
xcuserdata
**/.generated/

App.framework
Flutter.framework
Flutter.podspec
Expand All @@ -98,15 +73,10 @@ ServiceDefinitions.json
GeneratedPluginRegistrant.*

# Example related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/
example/android/app/src/debug/
example/android/app/src/profile/

Expand Down
29 changes: 0 additions & 29 deletions android/src/test/java/studio/midoridesign/gal/GalPluginTest.java

This file was deleted.

6 changes: 3 additions & 3 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ target 'Runner' do
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
target 'RunnerTests' do
inherit! :search_paths
end
#target 'RunnerTests' do
# inherit! :search_paths
#end
end

post_install do |installer|
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ SPEC CHECKSUMS:
gal: a7198871e0d63bdffb906fbbcc9e16b58031a357
integration_test: 13825b8a9334a850581300559b8839134b124670

PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189
PODFILE CHECKSUM: 1a86e7654bb8611f38728384d250276ef708ee5f

COCOAPODS: 1.12.1
Loading

0 comments on commit 26f1f3a

Please sign in to comment.