Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
higedamc committed Nov 2, 2021
1 parent 8d21801 commit b1c8556
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 76 deletions.
33 changes: 0 additions & 33 deletions ios/Configuration.storekit

This file was deleted.

6 changes: 3 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
platform :ios, '11.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -29,7 +29,7 @@ flutter_ios_podfile_setup

target 'Runner' do
use_frameworks!
platform :ios, '10.0'
platform :ios, '11.0'
use_modular_headers!

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
Expand All @@ -39,7 +39,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
end
end
end
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,6 @@ SPEC CHECKSUMS:
TwitterCore: 8cbc9ad34d91c63a0035ea05bfbfc0d7ca72a28c
TwitterKit: 5e4f41d70b9abdb41df5467f52d7aa2c0fd26ebb

PODFILE CHECKSUM: 965f1c4264bd06de7f43dd3bc0a47800b35315c8
PODFILE CHECKSUM: 20a530ebe8643a5fadb11bc5b59d8f7d9f9c4279

COCOAPODS: 1.11.2
22 changes: 7 additions & 15 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
94869F002591226B0020FBAD /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 94869EFF2591226B0020FBAD /* GoogleService-Info.plist */; };
94882C4E26E0B4C8001DD9DA /* Configuration.storekit in Resources */ = {isa = PBXBuildFile; fileRef = 94882C4D26E0B4C8001DD9DA /* Configuration.storekit */; };
94882C5026E0BB00001DD9DA /* StoreKitTestCertificate.cer in Resources */ = {isa = PBXBuildFile; fileRef = 94882C4F26E0BB00001DD9DA /* StoreKitTestCertificate.cer */; };
94E42E05266A79D700C96D85 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94E42E04266A79D600C96D85 /* StoreKit.framework */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
Expand Down Expand Up @@ -45,8 +43,6 @@
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
9424FB4225F5EFE80042304B /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
94869EFF2591226B0020FBAD /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
94882C4D26E0B4C8001DD9DA /* Configuration.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Configuration.storekit; sourceTree = "<group>"; };
94882C4F26E0BB00001DD9DA /* StoreKitTestCertificate.cer */ = {isa = PBXFileReference; lastKnownFileType = file; path = StoreKitTestCertificate.cer; sourceTree = "<group>"; };
94E42E04266A79D600C96D85 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
Expand Down Expand Up @@ -94,8 +90,6 @@
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
94882C4D26E0B4C8001DD9DA /* Configuration.storekit */,
94882C4F26E0BB00001DD9DA /* StoreKitTestCertificate.cer */,
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
Expand Down Expand Up @@ -204,8 +198,6 @@
buildActionMask = 2147483647;
files = (
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
94882C5026E0BB00001DD9DA /* StoreKitTestCertificate.cer in Resources */,
94882C4E26E0B4C8001DD9DA /* Configuration.storekit in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
94869F002591226B0020FBAD /* GoogleService-Info.plist in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
Expand Down Expand Up @@ -394,8 +386,8 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 395;
DEVELOPMENT_TEAM = "";
CURRENT_PROJECT_VERSION = 445;
DEVELOPMENT_TEAM = 2U4XKJYC6R;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -410,7 +402,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.1.7;
MARKETING_VERSION = 0.1.8;
NEW_SETTING = "";
PRODUCT_BUNDLE_IDENTIFIER = com.kiatsu.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -541,7 +533,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 395;
CURRENT_PROJECT_VERSION = 445;
DEVELOPMENT_TEAM = 2U4XKJYC6R;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -557,7 +549,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.1.7;
MARKETING_VERSION = 0.1.8;
NEW_SETTING = "";
PRODUCT_BUNDLE_IDENTIFIER = com.kiatsu.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -578,7 +570,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 395;
CURRENT_PROJECT_VERSION = 445;
DEVELOPMENT_TEAM = 2U4XKJYC6R;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -594,7 +586,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 0.1.7;
MARKETING_VERSION = 0.1.8;
NEW_SETTING = "";
PRODUCT_BUNDLE_IDENTIFIER = com.kiatsu.app;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
33 changes: 9 additions & 24 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand All @@ -27,16 +23,20 @@
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string></string>
<key>CFBundleURLSchemes</key>
<array>
<string>twitterkit-qIQKdcDM2rworcBDbaHbYb7PO</string>
<string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>GADApplicationIdentifier</key>
<string>ca-app-pub-3940256099942544~1458002511</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>lineauth2</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
Expand Down Expand Up @@ -67,22 +67,7 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- Specify URL scheme to use when returning from LINE to your app. -->
<string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
<key>LSApplicationQueriesSchemes</key>
<array>
<!-- Specify URL scheme to use when launching LINE from your app. -->
<string>lineauth2</string>
</array>
<key>io.flutter.embedded_views_preview</key>
<true/>
</dict>
</plist>

0 comments on commit b1c8556

Please sign in to comment.