Add Slint iOS repository browser
This commit is contained in:
28
ios/project.yml
Normal file
28
ios/project.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user