mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-30 10:38:35 +01:00
test(ios): add GlassPoster to forceStaticLinking (local SwiftUI module)
Build #7: forceStaticLinking ExpoUI+GlassEffectView worked (both now static libs) but GlassPoster (local SwiftUI module, modules/glass-poster) was still built as a framework and kept auto-linking SwiftUICore. Add it to the list. [unsigned: GPG]
This commit is contained in:
2
app.json
2
app.json
@@ -80,7 +80,7 @@
|
|||||||
"ios": {
|
"ios": {
|
||||||
"deploymentTarget": "16.4",
|
"deploymentTarget": "16.4",
|
||||||
"useFrameworks": "static",
|
"useFrameworks": "static",
|
||||||
"forceStaticLinking": ["ExpoUI", "GlassEffectView"]
|
"forceStaticLinking": ["ExpoUI", "GlassEffectView", "GlassPoster"]
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"],
|
"buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"],
|
||||||
|
|||||||
Reference in New Issue
Block a user