30 lines
773 B
YAML
30 lines
773 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:
|
|
- Assets.xcassets
|
|
postCompileScripts:
|
|
- name: Build Rust app
|
|
basedOnDependencyAnalysis: false
|
|
script: |
|
|
./build_for_ios_with_cargo.bash gotcha-app
|
|
outputFiles:
|
|
- $(TARGET_BUILD_DIR)/$(EXECUTABLE_PATH)
|