Skip to content

Commit e4b184d

Browse files
committed
chore: Move iOS sample project to sample directory
- Relocated the `iosSample` project into the `sample/` directory to improve project structure. - Deleted a redundant user-specific Xcode scheme file. - Cleaned up `xcschememanagement.plist` by removing the manual `iosApp.xcscheme` entry.
1 parent b0cfca5 commit e4b184d

15 files changed

Lines changed: 1 addition & 39 deletions

File tree

iosSample/iosApp.xcodeproj/xcuserdata/artur.xcuserdatad/xcschemes/iosApp.xcscheme

Lines changed: 0 additions & 32 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

iosSample/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist renamed to sample/iosSample/iosApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

File renamed without changes.

iosSample/iosApp.xcodeproj/project.xcworkspace/xcuserdata/babichev.a.xcuserdatad/UserInterfaceState.xcuserstate renamed to sample/iosSample/iosApp.xcodeproj/project.xcworkspace/xcuserdata/babichev.a.xcuserdatad/UserInterfaceState.xcuserstate

File renamed without changes.

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

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

iosSample/iosApp.xcodeproj/xcuserdata/babichev.a.xcuserdatad/xcschemes/xcschememanagement.plist renamed to sample/iosSample/iosApp.xcodeproj/xcuserdata/babichev.a.xcuserdatad/xcschemes/xcschememanagement.plist

File renamed without changes.

iosSample/iosApp/Assets.xcassets/AccentColor.colorset/Contents.json renamed to sample/iosSample/iosApp/Assets.xcassets/AccentColor.colorset/Contents.json

File renamed without changes.

iosSample/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to sample/iosSample/iosApp/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

iosSample/iosApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png renamed to sample/iosSample/iosApp/Assets.xcassets/AppIcon.appiconset/app-icon-1024.png

File renamed without changes.

0 commit comments

Comments
 (0)