try to support swift

This commit is contained in:
JarvanMo
2018-09-26 11:10:30 +08:00
parent f8a6a284be
commit b29f92d12e
5 changed files with 7 additions and 7 deletions

View File

@ -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'

View File

@ -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

View File

@ -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}/../..\"/**";

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<string>Fluwx</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@ -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