We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d399be commit 049c4fbCopy full SHA for 049c4fb
demos/energy-monitor/ios-project.yml
@@ -9,15 +9,14 @@ targets:
9
Energy Monitor:
10
type: application
11
platform: iOS
12
- deploymentTarget: "12.0"
+ deploymentTarget: "16.6"
13
info:
14
- path: Info.plist
15
- properties:
16
- UILaunchScreen:
17
- - ImageRespectSafeAreaInsets: false
+ path: Info.plist
+ properties:
+ UILaunchScreen:
+ - ImageRespectSafeAreaInsets: false
18
sources: []
19
postCompileScripts:
20
- script: |
21
../../scripts/build_for_ios_with_cargo.bash energy-monitor
22
- outputFileLists:
23
- $TARGET_BUILD_DIR/$EXECUTABLE_PATH
+ outputFileLists: $TARGET_BUILD_DIR/$EXECUTABLE_PATH
0 commit comments