Created
June 19, 2025 03:21
-
-
Save lexuanquynh/a85756ba3c303da5f5dcbe43d8e0103b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
options: | |
bundleIdPrefix: com.iss | |
developmentLanguage: en | |
settingGroups: | |
BuildSettings: | |
base: | |
# Architectures | |
SDKROOT: iphoneos | |
# Build Options | |
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES: $(inherited) | |
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym | |
ENABLE_BITCODE: false | |
# Deployment | |
IPHONEOS_DEPLOYMENT_TARGET: 13.0 | |
TARGETED_DEVICE_FAMILY: 1 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment