Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 9831264

Browse files
committed
change: update
1 parent d86a665 commit 9831264

File tree

5 files changed

+7
-49
lines changed

5 files changed

+7
-49
lines changed

packages/camera/ios/camera.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ A new flutter plugin project.
1111
s.homepage = 'http://example.com'
1212
s.license = { :file => '../LICENSE' }
1313
s.author = { 'Your Company' => '[email protected]' }
14-
s.source = { :path => '.' }
15-
s.source_files = 'Classes/**/*'
16-
s.public_header_files = 'Classes/**/*.h'
14+
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/camera' }
15+
s.source_files = 'ios/Classes/**/*'
16+
s.public_header_files = 'ios/Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.platform = :ios, '8.0'
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS' => 'armv7 arm64 x86_64' }

packages/path_provider/ios/path_provider.podspec

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/path_provider/path_provider/ios/path_provider.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Downloaded by pub (not CocoaPods).
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
1515
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider' }
1616
s.documentation_url = 'https://pub.dev/packages/path_provider'
17-
s.source_files = 'Classes/**/*'
18-
s.public_header_files = 'Classes/**/*.h'
17+
s.source_files = 'ios/Classes/**/*'
18+
s.public_header_files = 'ios/Classes/**/*.h'
1919
s.dependency 'Flutter'
2020
s.platform = :ios, '8.0'
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }

packages/shared_preferences/ios/shared_preferences.podspec

Lines changed: 0 additions & 21 deletions
This file was deleted.

packages/shared_preferences/shared_preferences/ios/shared_preferences.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Wraps NSUserDefaults, providing a persistent store for simple key-value pairs.
1313
s.author = { 'Flutter Dev Team' => '[email protected]' }
1414
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences' }
1515
s.documentation_url = 'https://pub.dev/packages/shared_preferences'
16-
s.source_files = 'Classes/**/*'
17-
s.public_header_files = 'Classes/**/*.h'
16+
s.source_files = 'ios/Classes/**/*'
17+
s.public_header_files = 'ios/Classes/**/*.h'
1818
s.dependency 'Flutter'
1919

2020
s.platform = :ios, '8.0'

0 commit comments

Comments
 (0)