Skip to content

Commit 3c1a927

Browse files
committed
chore: Add iosApp scheme to Xcode project management
- Updated `xcschememanagement.plist` to include the `iosApp.xcscheme` with an initial order hint of 0.
1 parent 245f8dd commit 3c1a927

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

sample/iosSample/iosApp.xcodeproj/xcuserdata/artur.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<plist version="1.0">
44
<dict>
55
<key>SchemeUserState</key>
6-
<dict />
6+
<dict>
7+
<key>iosApp.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
713
</dict>
814
</plist>

0 commit comments

Comments
 (0)