Files
Gotcha/ios/project.yml
2026-07-30 13:40:21 +02:00

29 lines
752 B
YAML

name: Gotcha
options:
bundleIdPrefix: de.rfc1437
settings:
ENABLE_USER_SCRIPT_SANDBOXING: NO
targets:
Gotcha:
type: application
platform: iOS
deploymentTarget: "17.0"
settings:
PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.gotcha
CODE_SIGN_ENTITLEMENTS: Gotcha.entitlements
info:
path: Info.plist
properties:
CFBundleDisplayName: Gotcha
UILaunchScreen: {}
UISupportedInterfaceOrientations:
- UIInterfaceOrientationPortrait
sources: []
postCompileScripts:
- name: Build Rust app
basedOnDependencyAnalysis: false
script: |
./build_for_ios_with_cargo.bash gotcha-app
outputFiles:
- $(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)