diff --git a/cocos_view_pod.podspec b/cocos_view_pod.podspec index ed6e719..ee0819e 100644 --- a/cocos_view_pod.podspec +++ b/cocos_view_pod.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'cocos_view_pod' - s.version = '0.1.11' + s.version = '0.1.13' s.summary = 'A short description of cocos_view_pod.' # This description is used to generate tags and improve search results. @@ -28,17 +28,20 @@ TODO: Add long description of the pod here. s.source = { :git => 'https://gitea.sdws.shop/xim/flutter_cocos_view_pod.git', :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' - s.ios.deployment_target = '14.5' - s.static_framework = true + s.ios.deployment_target = '14' + #s.static_framework = true s.source_files = 'cocos_view_pod/Classes/**/*.{h,m,mm}' s.vendored_libraries = "cocos_view_pod/Libs/**/*.a" s.frameworks = 'AudioToolbox', 'AVFoundation', 'AVKit', 'CoreVideo', 'CoreMotion', 'CFNetwork', 'CoreMedia', 'CoreText', 'CoreGraphics', 'GameController', 'JavaScriptCore', 'Metal', 'MetalKit', 'MetalPerformanceShaders', 'OpenAL', 'OpenGLES', 'QuartzCore', 'SystemConfiguration', 'Security', 'UIKit', 'WebKit' s.library = "z","sqlite3","iconv" - s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } + + s.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES'} s.module_name = 'cocos_view_pod' s.pod_target_xcconfig = { - 'OTHER_LDFLAGS' => '$(inherited) -Wl,-ld_classic,-no_platform_version,-all_load,-ObjC', + 'OTHER_LDFLAGS' => '-Wl,-ld_classic,-no_platform_version,-ObjC', + 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64', 'ENABLE_BITCODE' => 'NO', + 'CLANG_CXX_LIBRARY' => 'libc++', 'CODE_SIGNING_ALLOWED' => 'NO', 'CODE_SIGNING_REQUIRED' => 'NO', } diff --git a/cocos_view_pod/Libs/libboost_container.a b/cocos_view_pod/Libs/libboost_container.a index ec21169..a4c8491 100644 Binary files a/cocos_view_pod/Libs/libboost_container.a and b/cocos_view_pod/Libs/libboost_container.a differ diff --git a/cocos_view_pod/Libs/libcocos_engine.a b/cocos_view_pod/Libs/libcocos_engine.a index 3abb004..59b396b 100644 Binary files a/cocos_view_pod/Libs/libcocos_engine.a and b/cocos_view_pod/Libs/libcocos_engine.a differ diff --git a/cocos_view_pod/Libs/libdcocos.a b/cocos_view_pod/Libs/libdcocos.a index 3f2af97..d1f8300 100644 Binary files a/cocos_view_pod/Libs/libdcocos.a and b/cocos_view_pod/Libs/libdcocos.a differ