Skip to content

Commit 049c4fb

Browse files
committed
In xcodeproj definition of the energy-monitor demo, fixed indenting and minimum deployment target. (#47)
The code uses features that only appeared in iOS 16, so we can't target anything earlier than that.
1 parent 6d399be commit 049c4fb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

demos/energy-monitor/ios-project.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ targets:
99
Energy Monitor:
1010
type: application
1111
platform: iOS
12-
deploymentTarget: "12.0"
12+
deploymentTarget: "16.6"
1313
info:
14-
path: Info.plist
15-
properties:
16-
UILaunchScreen:
17-
- ImageRespectSafeAreaInsets: false
14+
path: Info.plist
15+
properties:
16+
UILaunchScreen:
17+
- ImageRespectSafeAreaInsets: false
1818
sources: []
1919
postCompileScripts:
2020
- script: |
2121
../../scripts/build_for_ios_with_cargo.bash energy-monitor
22-
outputFileLists:
23-
$TARGET_BUILD_DIR/$EXECUTABLE_PATH
22+
outputFileLists: $TARGET_BUILD_DIR/$EXECUTABLE_PATH

0 commit comments

Comments
 (0)