Skip to content

Commit

Permalink
fix path for spm (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinyok authored Jan 22, 2025
1 parent 2688c04 commit 93a38df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ios/flutter_native_splash.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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//*.{h,m}'
s.public_header_files = 'flutter_native_splash/Sources/flutter_native_splash/include//*.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']}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "FlutterNativeSplashPlugin.h"
#import "./include/flutter_native_splash/FlutterNativeSplashPlugin.h"

@implementation FlutterNativeSplashPlugin
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
Expand Down

0 comments on commit 93a38df

Please sign in to comment.