|
13 | 13 | 67138D922974851F00BBF450 /* XCUIElement+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67138D912974851F00BBF450 /* XCUIElement+.swift */; }; |
14 | 14 | 67138D942974854F00BBF450 /* XCTestCase+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67138D932974854F00BBF450 /* XCTestCase+.swift */; }; |
15 | 15 | 6718BCA42AD5327F002846A6 /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718BCA32AD5327F002846A6 /* SnapshotHelper.swift */; }; |
| 16 | + 671B4AE92D4F623100286996 /* ModernPickedImagesGrid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671B4AE82D4F623100286996 /* ModernPickedImagesGrid.swift */; }; |
| 17 | + 671B4AEB2D4F683E00286996 /* ImagePickerViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671B4AEA2D4F683E00286996 /* ImagePickerViews.swift */; }; |
16 | 18 | 671D7DEC28210D2F0068E728 /* EmptyContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671D7DEB28210D2F0068E728 /* EmptyContentView.swift */; }; |
17 | 19 | 67419ACF282E70B9004F5339 /* ParksListScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67419ACE282E70B9004F5339 /* ParksListScreen.swift */; }; |
18 | 20 | 6747575628113419002F0A24 /* ChangePasswordScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6747575528113419002F0A24 /* ChangePasswordScreen.swift */; }; |
|
34 | 36 | 67627750283A3A54009C203F /* JournalsListScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6762774F283A3A54009C203F /* JournalsListScreen.swift */; }; |
35 | 37 | 67627755283A4C77009C203F /* JournalEntriesScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67627754283A4C77009C203F /* JournalEntriesScreen.swift */; }; |
36 | 38 | 6762775B283A87AD009C203F /* JournalCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6762775A283A87AD009C203F /* JournalCell.swift */; }; |
| 39 | + 6764D6382D52009F00699007 /* DialogsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6764D6372D52009F00699007 /* DialogsViewModel.swift */; }; |
37 | 40 | 6765B2562D451771006164AB /* UIImage+toMediaFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6765B2552D451771006164AB /* UIImage+toMediaFile.swift */; }; |
38 | 41 | 6765B2582D4544C8006164AB /* MainUserProfileScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6765B2572D4544C8006164AB /* MainUserProfileScreen.swift */; }; |
39 | 42 | 6765B25B2D455D5C006164AB /* ProfileViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6765B25A2D455D5C006164AB /* ProfileViews.swift */; }; |
|
97 | 100 | 67138D912974851F00BBF450 /* XCUIElement+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCUIElement+.swift"; sourceTree = "<group>"; }; |
98 | 101 | 67138D932974854F00BBF450 /* XCTestCase+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "XCTestCase+.swift"; sourceTree = "<group>"; }; |
99 | 102 | 6718BCA32AD5327F002846A6 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SnapshotHelper.swift; path = fastlane/SnapshotHelper.swift; sourceTree = SOURCE_ROOT; }; |
| 103 | + 671B4AE82D4F623100286996 /* ModernPickedImagesGrid.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModernPickedImagesGrid.swift; sourceTree = "<group>"; }; |
| 104 | + 671B4AEA2D4F683E00286996 /* ImagePickerViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImagePickerViews.swift; sourceTree = "<group>"; }; |
100 | 105 | 671D7DEB28210D2F0068E728 /* EmptyContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyContentView.swift; sourceTree = "<group>"; }; |
101 | 106 | 67419ACE282E70B9004F5339 /* ParksListScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParksListScreen.swift; sourceTree = "<group>"; }; |
102 | 107 | 6747575528113419002F0A24 /* ChangePasswordScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePasswordScreen.swift; sourceTree = "<group>"; }; |
|
119 | 124 | 6762774F283A3A54009C203F /* JournalsListScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JournalsListScreen.swift; sourceTree = "<group>"; }; |
120 | 125 | 67627754283A4C77009C203F /* JournalEntriesScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JournalEntriesScreen.swift; sourceTree = "<group>"; }; |
121 | 126 | 6762775A283A87AD009C203F /* JournalCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JournalCell.swift; sourceTree = "<group>"; }; |
| 127 | + 6764D6372D52009F00699007 /* DialogsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogsViewModel.swift; sourceTree = "<group>"; }; |
122 | 128 | 6765B2552D451771006164AB /* UIImage+toMediaFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+toMediaFile.swift"; sourceTree = "<group>"; }; |
123 | 129 | 6765B2572D4544C8006164AB /* MainUserProfileScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainUserProfileScreen.swift; sourceTree = "<group>"; }; |
124 | 130 | 6765B25A2D455D5C006164AB /* ProfileViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViews.swift; sourceTree = "<group>"; }; |
|
223 | 229 | 67419AD5282E8E7C004F5339 /* Messages */ = { |
224 | 230 | isa = PBXGroup; |
225 | 231 | children = ( |
| 232 | + 6764D6372D52009F00699007 /* DialogsViewModel.swift */, |
226 | 233 | 67D916802838E2460098D3CB /* DialogsListScreen.swift */, |
227 | 234 | 67D916852838F0DD0098D3CB /* DialogScreen.swift */, |
228 | 235 | ); |
|
265 | 272 | children = ( |
266 | 273 | 67515698283FEC3100501346 /* PickedImagesGrid.swift */, |
267 | 274 | 67A079F12A758E7D005EAF70 /* PickedPhotoView.swift */, |
| 275 | + 671B4AE82D4F623100286996 /* ModernPickedImagesGrid.swift */, |
| 276 | + 671B4AEA2D4F683E00286996 /* ImagePickerViews.swift */, |
268 | 277 | ); |
269 | 278 | path = ImagePicker; |
270 | 279 | sourceTree = "<group>"; |
|
609 | 618 | 67419ACF282E70B9004F5339 /* ParksListScreen.swift in Sources */, |
610 | 619 | 67EA685C2A71A99700697C88 /* PhotoDetailScreen.swift in Sources */, |
611 | 620 | 674DF0402B11257D00828016 /* NavigationLink+.swift in Sources */, |
| 621 | + 671B4AEB2D4F683E00286996 /* ImagePickerViews.swift in Sources */, |
612 | 622 | 67BD2D012AF7D21B00F44064 /* ParksManager.swift in Sources */, |
613 | 623 | 6705E7EE283B703400DABCC8 /* JournalSettingsScreen.swift in Sources */, |
614 | 624 | 6798AA40280AEDC900DB76F1 /* RootScreen.swift in Sources */, |
| 625 | + 671B4AE92D4F623100286996 /* ModernPickedImagesGrid.swift in Sources */, |
615 | 626 | 675EC64F2814126800C2E229 /* TextEntryScreen.swift in Sources */, |
616 | 627 | 674D0623282A9896007E75C6 /* SearchUsersScreen.swift in Sources */, |
617 | 628 | 67A4710D2AEED8F8004D341D /* PastEventStorage.swift in Sources */, |
|
638 | 649 | 6798AA84280C0F7D00DB76F1 /* EditProfileScreen.swift in Sources */, |
639 | 650 | 6798AA73280B43FE00DB76F1 /* LoginScreen.swift in Sources */, |
640 | 651 | 67D9169628396C1E0098D3CB /* SendMessageScreen.swift in Sources */, |
| 652 | + 6764D6382D52009F00699007 /* DialogsViewModel.swift in Sources */, |
641 | 653 | 6747575928128603002F0A24 /* ParkDetailScreen.swift in Sources */, |
642 | 654 | 675EC6572815433600C2E229 /* UsersListScreen.swift in Sources */, |
643 | 655 | 675EC65F2815532800C2E229 /* EventFormScreen.swift in Sources */, |
|
844 | 856 | CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES; |
845 | 857 | CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES; |
846 | 858 | CODE_SIGN_STYLE = Automatic; |
847 | | - CURRENT_PROJECT_VERSION = 6; |
| 859 | + CURRENT_PROJECT_VERSION = 9; |
848 | 860 | DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content"; |
849 | 861 | DEVELOPMENT_TEAM = CR68PP2Z3F; |
850 | 862 | ENABLE_PREVIEWS = YES; |
|
855 | 867 | INFOPLIST_KEY_CFBundleDisplayName = "SW Площадки"; |
856 | 868 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness"; |
857 | 869 | INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Для отображения спортивных площадок поблизости"; |
| 870 | + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Для выбора фото профиля требуется доступ к галерее"; |
858 | 871 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
859 | 872 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
860 | 873 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
894 | 907 | CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES; |
895 | 908 | CLANG_WARN_SEMICOLON_BEFORE_METHOD_BODY = YES; |
896 | 909 | CODE_SIGN_STYLE = Automatic; |
897 | | - CURRENT_PROJECT_VERSION = 6; |
| 910 | + CURRENT_PROJECT_VERSION = 9; |
898 | 911 | DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content"; |
899 | 912 | DEVELOPMENT_TEAM = CR68PP2Z3F; |
900 | 913 | ENABLE_PREVIEWS = YES; |
|
905 | 918 | INFOPLIST_KEY_CFBundleDisplayName = "SW Площадки"; |
906 | 919 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.healthcare-fitness"; |
907 | 920 | INFOPLIST_KEY_NSLocationWhenInUseUsageDescription = "Для отображения спортивных площадок поблизости"; |
| 921 | + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "Для выбора фото профиля требуется доступ к галерее"; |
908 | 922 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
909 | 923 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
910 | 924 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
0 commit comments