提交 7034b2f6 authored 作者: JarvanMo's avatar JarvanMo

update ios config

上级 c5893b93
# Uncomment this line to define a global platform for your project # 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. # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true' ENV['COCOAPODS_DISABLE_STATS'] = 'true'
......
...@@ -29,10 +29,10 @@ EXTERNAL SOURCES: ...@@ -29,10 +29,10 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS: SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
fluwx: 26f146e29ad3fc4e5c41c82891b420adcdb2fb4d fluwx: 1cbf0e7cba1a5805ac928cbc3165c88580a7c53f
integration_test: 13825b8a9334a850581300559b8839134b124670 integration_test: 13825b8a9334a850581300559b8839134b124670
WechatOpenSDK-XCFramework: acdeeda129efbef9532bca8a10c24e1b4b8c7d69 WechatOpenSDK-XCFramework: acdeeda129efbef9532bca8a10c24e1b4b8c7d69
PODFILE CHECKSUM: beab77b38961de946f08660e554f80ac174dc842 PODFILE CHECKSUM: 02caaa843f6501172c0d470d80e72f61175c8b93
COCOAPODS: 1.12.1 COCOAPODS: 1.12.1
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# #
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint wechat_kit.podspec` to validate before publishing. # Run `pod lib lint fluwx.podspec` to validate before publishing.
# #
pubspec = YAML.load_file(File.join('..', 'pubspec.yaml')) pubspec = YAML.load_file(File.join('..', 'pubspec.yaml'))
...@@ -49,8 +49,8 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca ...@@ -49,8 +49,8 @@ The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers ca
s.source_files = 'Classes/**/*' s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h' s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter' s.dependency 'Flutter'
s.platform = :ios, '12.0' s.platform = :ios, '11.0'
s.static_framework = true
s.default_subspec = fluwx_subspec s.default_subspec = fluwx_subspec
pod_target_xcconfig = { pod_target_xcconfig = {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论