From b29f92d12e04b9576a61050efc8976dfbedd80c3 Mon Sep 17 00:00:00 2001 From: JarvanMo Date: Wed, 26 Sep 2018 11:10:30 +0800 Subject: [PATCH] try to support swift --- example/ios/Podfile | 2 +- example/ios/Podfile.lock | 4 ++-- example/ios/Runner.xcodeproj/project.pbxproj | 4 ++-- example/ios/Runner/Info.plist | 2 +- ios/fluwx.podspec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 7c6cb6f..b312341 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '9.0' +platform :ios, '9.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index c71cbb8..54704f1 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -21,9 +21,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296 - fluwx: de9e7ae89b64163c8eac5891dd7bf7d5a3fa504b + fluwx: 759602c05f4d85f10b91acdf78633967d6c369a8 WechatOpenSDK: 676feec516a11173eafd1fe64b10d27babf28701 -PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2 +PODFILE CHECKSUM: 348e15598a1c6ea25d3ed63919d5ffb9bd1c2ba6 COCOAPODS: 1.5.3 diff --git a/example/ios/Runner.xcodeproj/project.pbxproj b/example/ios/Runner.xcodeproj/project.pbxproj index e329c08..90494bb 100644 --- a/example/ios/Runner.xcodeproj/project.pbxproj +++ b/example/ios/Runner.xcodeproj/project.pbxproj @@ -450,7 +450,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.jarvanmo.fluwx-example"; + PRODUCT_BUNDLE_IDENTIFIER = "com.jarvanmo.fluwx-example2"; PRODUCT_NAME = "$(TARGET_NAME)"; TARGETED_DEVICE_FAMILY = 1; USER_HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"/** \"${PROJECT_DIR}/../..\"/**"; @@ -478,7 +478,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.jarvanmo.fluwx-example"; + PRODUCT_BUNDLE_IDENTIFIER = "com.jarvanmo.fluwx-example2"; PRODUCT_NAME = "$(TARGET_NAME)"; TARGETED_DEVICE_FAMILY = 1; USER_HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\"/** \"${PROJECT_DIR}/../..\"/**"; diff --git a/example/ios/Runner/Info.plist b/example/ios/Runner/Info.plist index 8aa8693..f9fd9c2 100644 --- a/example/ios/Runner/Info.plist +++ b/example/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - ${PRODUCT_NAME} + Fluwx CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/ios/fluwx.podspec b/ios/fluwx.podspec index 1752b3e..2ad8f17 100644 --- a/ios/fluwx.podspec +++ b/ios/fluwx.podspec @@ -18,6 +18,6 @@ A new Flutter plugin for Wechat SDK. s.dependency 'Flutter' s.dependency 'WechatOpenSDK','~> 1.8.2' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' end