-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
fix issue with shiftpackages (#760)
* fix: solved issue with swift packages * chore: revert example gitignore file * chore: revert changes in example project * chore: revert changes in example project
1 parent
8009f4d
commit 2688c04
Showing
4 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ Customize Flutter's default white native splash screen with background color and | |
s.license = { :file => '../LICENSE' } | ||
s.author = { 'Jon Hanson' => '[email protected]' } | ||
s.source = { :path => '.' } | ||
s.source_files = 'flutter_native_splash/Sources/flutter_native_splash/**/*' | ||
s.public_header_files = 'flutter_native_splash/Sources/flutter_native_splash/**/*.h' | ||
s.source_files = 'flutter_native_splash/Sources/flutter_native_splash//*.{h,m}' | ||
s.public_header_files = 'flutter_native_splash/Sources/flutter_native_splash/include//*.h' | ||
s.dependency 'Flutter' | ||
s.platform = :ios, '9.0' | ||
s.resource_bundles = {'flutter_native_splash_privacy' => ['flutter_native_splash/Sources/flutter_native_splash/PrivacyInfo.xcprivacy']} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.