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

Commit f17a584

Browse files
committed
change: update
1 parent 9831264 commit f17a584

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

packages/camera/ios/camera.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ 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 = { :http => 'https://github.com/flutter/plugins/tree/master/packages/camera' }
15-
s.source_files = 'ios/Classes/**/*'
16-
s.public_header_files = 'ios/Classes/**/*.h'
14+
s.source = { "git" => "https://github.com/CodeEagle/plugins.git" }
15+
s.source_files = 'packages/camera/ios/Classes/**/*'
16+
s.public_header_files = 'packages/camera/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' }
2020

2121
s.test_spec 'Tests' do |test_spec|
22-
test_spec.source_files = 'Tests/**/*'
22+
test_spec.source_files = 'packages/camera/ios/Tests/**/*'
2323
end
2424
end

packages/path_provider/path_provider/ios/path_provider.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Downloaded by pub (not CocoaPods).
1212
s.homepage = 'https://github.com/flutter/plugins'
1313
s.license = { :type => 'BSD', :file => '../LICENSE' }
1414
s.author = { 'Flutter Dev Team' => '[email protected]' }
15-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider' }
15+
s.source = { "git" => "https://github.com/CodeEagle/plugins.git" }
1616
s.documentation_url = 'https://pub.dev/packages/path_provider'
17-
s.source_files = 'ios/Classes/**/*'
18-
s.public_header_files = 'ios/Classes/**/*.h'
17+
s.source_files = 'packages/path_provider/path_provider/ios/Classes/**/*'
18+
s.public_header_files = 'packages/path_provider/path_provider/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/shared_preferences/ios/shared_preferences.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Wraps NSUserDefaults, providing a persistent store for simple key-value pairs.
1111
s.homepage = 'https://github.com/flutter/plugins'
1212
s.license = { :type => 'BSD', :file => '../LICENSE' }
1313
s.author = { 'Flutter Dev Team' => '[email protected]' }
14-
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences' }
14+
s.source = { "git" => "https://github.com/CodeEagle/plugins.git" }
1515
s.documentation_url = 'https://pub.dev/packages/shared_preferences'
16-
s.source_files = 'ios/Classes/**/*'
17-
s.public_header_files = 'ios/Classes/**/*.h'
16+
s.source_files = 'packages/shared_preferences/shared_preferences/ios/Classes/**/*'
17+
s.public_header_files = 'packages/shared_preferences/shared_preferences/ios/Classes/**/*.h'
1818
s.dependency 'Flutter'
1919

2020
s.platform = :ios, '8.0'

0 commit comments

Comments
 (0)