From 33e42c2a61b883a5ce9290abac1662c500d68df1 Mon Sep 17 00:00:00 2001 From: Joel Hernandez Date: Fri, 25 Oct 2019 14:08:28 +0200 Subject: [PATCH] :wrench: update flutter for iOS --- ios/Podfile | 1 + ios/Podfile.lock | 2 +- ios/Runner.xcodeproj/project.pbxproj | 8 ++++---- package-lock.json | 3 +++ pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 package-lock.json diff --git a/ios/Podfile b/ios/Podfile index d89784dc3..c1c74975b 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -95,6 +95,7 @@ post_install do |installer| target.build_configurations.each do |config| config.build_settings['ENABLE_BITCODE'] = 'NO' config.build_settings['SWIFT_VERSION'] = '5' + config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = 'NO' end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 652e851f3..1e0ca56ef 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -190,6 +190,6 @@ SPEC CHECKSUMS: VIMediaCache: aa650f82cb114c68a343beb4e67416cf5eb2f3a2 wakelock: da5012e206ec8978df58d8642e4cdd4fe506185f -PODFILE CHECKSUM: 5f4cabfb25d3e76acb1bae39e628b8a679491baa +PODFILE CHECKSUM: b73c57cb4a7e0dddcc73e3d8872b5fcf465e02fe COCOAPODS: 1.8.3 diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index f2c16edd9..9ce5ed9e4 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -8,13 +8,13 @@ /* Begin PBXBuildFile section */ 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; - 332CA90E3F30E5120CF8DEEB /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D510FF513448ABDAC5455C5A /* Pods_Runner.framework */; }; 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; }; 3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 892114662358A1A100CC6C25 /* Pods_Runner.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 898053AA22047AAF00E47AD9 /* Pods_Runner.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 89ABAE522203425900049DFB /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 89ABAE512203425900049DFB /* NotificationService.m */; }; 89ABAE562203425900049DFB /* OneSignalNotificationServiceExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 89ABAE4E2203425900049DFB /* OneSignalNotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; + 8E06943966CBB78B4C7EC7E7 /* Pods_OneSignalNotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF47553FDA0482362A599A2C /* Pods_OneSignalNotificationServiceExtension.framework */; }; 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; }; 9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; }; @@ -22,8 +22,8 @@ 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; - BBAFC9E1E7A94CC74738F2FD /* Pods_OneSignalNotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF47553FDA0482362A599A2C /* Pods_OneSignalNotificationServiceExtension.framework */; }; E1F2275FABEF7145E160E79B /* ImageConverterPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = E1F22BB7CB46FD200F3653B1 /* ImageConverterPlugin.m */; }; + FEE552AEEA48ECD3A6C7E25E /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D510FF513448ABDAC5455C5A /* Pods_Runner.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -343,7 +343,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BBAFC9E1E7A94CC74738F2FD /* Pods_OneSignalNotificationServiceExtension.framework in Frameworks */, + 8E06943966CBB78B4C7EC7E7 /* Pods_OneSignalNotificationServiceExtension.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -353,7 +353,7 @@ files = ( 9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */, 3B80C3941E831B6300D905FE /* App.framework in Frameworks */, - 332CA90E3F30E5120CF8DEEB /* Pods_Runner.framework in Frameworks */, + FEE552AEEA48ECD3A6C7E25E /* Pods_Runner.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 000000000..48e341a09 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/pubspec.yaml b/pubspec.yaml index c8ad3c491..0df252728 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ description: Social Network # Both the version and the builder number may be overridden in flutter # build by specifying --build-name and --build-number, respectively. # Read more about versioning at semver.org. -version: 0.0.55+61 +version: 0.0.55+63 environment: sdk: ">=2.1.0 <3.0.0"