update。
This commit is contained in:
parent
d8ff714ad8
commit
f312144cc4
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'UnityFramework'
|
||||
s.version = '1.0.7'
|
||||
s.version = '1.0.8'
|
||||
s.summary = 'Unity iOS Framework for Flutter integration (XCFramework with simulator support)'
|
||||
s.description = 'Unity iOS framework packaged as XCFramework for Flutter projects. Includes simulator support for development.'
|
||||
s.homepage = 'https://gitea.sdws.shop/xim/flutter_unity_pod'
|
||||
@ -16,6 +16,13 @@ Pod::Spec.new do |s|
|
||||
# UnityFramework.xcframework(支持真机和模拟器)
|
||||
s.vendored_frameworks = 'UnityLibrary/UnityFramework.xcframework'
|
||||
|
||||
# 明确保留 Unity Data 目录和所有资源文件
|
||||
# 这对于从 git 安装时保持框架完整性至关重要
|
||||
s.preserve_paths = [
|
||||
'UnityLibrary/UnityFramework.xcframework/**/*',
|
||||
'UnityLibrary/UnityFramework.xcframework/ios-arm64/UnityFramework.framework/Data/**/*'
|
||||
]
|
||||
|
||||
# 链接依赖
|
||||
s.frameworks = [
|
||||
'ARKit', 'AVFoundation', 'AudioToolbox', 'CoreGraphics',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user