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

Commit 89a06d5

Browse files
Fix gradle and podspec
1 parent 02b8f2e commit 89a06d5

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = 'path_provider'
1+
rootProject.name = 'path_provider_android'

packages/path_provider/path_provider_ios/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 50;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -222,7 +222,7 @@
222222
97C146E61CF9000F007C117D /* Project object */ = {
223223
isa = PBXProject;
224224
attributes = {
225-
LastUpgradeCheck = 1100;
225+
LastUpgradeCheck = 1300;
226226
ORGANIZATIONNAME = "The Flutter Authors";
227227
TargetAttributes = {
228228
97C146ED1CF9000F007C117D = {

packages/path_provider/path_provider_ios/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1100"
3+
LastUpgradeVersion = "1300"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

packages/path_provider/path_provider_ios/ios/path_provider.podspec renamed to packages/path_provider/path_provider_ios/ios/path_provider_ios.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
33
#
44
Pod::Spec.new do |s|
5-
s.name = 'path_provider'
5+
s.name = 'path_provider_ios'
66
s.version = '0.0.1'
77
s.summary = 'Flutter Path Provider'
88
s.description = <<-DESC
@@ -12,12 +12,11 @@ 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 = { :http => 'https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_ios' }
1616
s.documentation_url = 'https://pub.dev/packages/path_provider'
1717
s.source_files = 'Classes/**/*'
1818
s.public_header_files = 'Classes/**/*.h'
1919
s.dependency 'Flutter'
2020
s.platform = :ios, '9.0'
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2222
end
23-

0 commit comments

Comments
 (0)