This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
path_provider_android/android
example/ios/Runner.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- rootProject. name = ' path_provider '
1+ rootProject. name = ' path_provider_android '
Original file line number Diff line number Diff line change 33 archiveVersion = 1;
44 classes = {
55 };
6- objectVersion = 46 ;
6+ objectVersion = 50 ;
77 objects = {
88
99/* Begin PBXBuildFile section */
222222 97C146E61CF9000F007C117D /* Project object */ = {
223223 isa = PBXProject;
224224 attributes = {
225- LastUpgradeCheck = 1100 ;
225+ LastUpgradeCheck = 1300 ;
226226 ORGANIZATIONNAME = "The Flutter Authors";
227227 TargetAttributes = {
228228 97C146ED1CF9000F007C117D = {
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 22# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
33#
44Pod ::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' }
2222end
23-
You can’t perform that action at this time.
0 commit comments