diff options
| author | Fuwn <[email protected]> | 2026-02-18 17:06:43 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-18 17:08:13 -0800 |
| commit | c9f027e7e15daedc66902626932c331c47949e01 (patch) | |
| tree | 1bfc30d0c984c0d57d64ee3e71c177c2e3e59d7e | |
| parent | feat: implement native iOS photos-style image zoom interactions (diff) | |
| download | sora-testing-c9f027e7e15daedc66902626932c331c47949e01.tar.xz sora-testing-c9f027e7e15daedc66902626932c331c47949e01.zip | |
chore: deduplicate project build settings in xcodegen spec
| -rw-r--r-- | project.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/project.yml b/project.yml index d752671..1814edc 100644 --- a/project.yml +++ b/project.yml @@ -50,7 +50,6 @@ targets: ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor CODE_SIGN_STYLE: Automatic CURRENT_PROJECT_VERSION: 1 - DEAD_CODE_STRIPPING: YES DEVELOPMENT_ASSET_PATHS: "\"Sora/Preview Content\"" ENABLE_HARDENED_RUNTIME: YES ENABLE_PREVIEWS: YES @@ -71,7 +70,6 @@ targets: SDKROOT: auto SUPPORTED_PLATFORMS: iphoneos iphonesimulator macosx xros xrsimulator SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: YES - SWIFT_EMIT_LOC_STRINGS: YES TARGETED_DEVICE_FAMILY: 1,2,7 XROS_DEPLOYMENT_TARGET: 1.0 ENABLE_APP_SANDBOX: YES |