|
134 | 134 | 67BAF3FB28362AD100DB40D9 /* AddCommentButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67BAF3FA28362AD100DB40D9 /* AddCommentButton.swift */; }; |
135 | 135 | 67C87FD62843892D00D6377D /* PhotoSectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67C87FD52843892D00D6377D /* PhotoSectionCell.swift */; }; |
136 | 136 | 67C87FD828438F1600D6377D /* PhotoContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67C87FD728438F1600D6377D /* PhotoContainer.swift */; }; |
| 137 | + 67CB32CE297BBEB3009380DF /* NetworkStatus in Frameworks */ = {isa = PBXBuildFile; productRef = 67CB32CD297BBEB3009380DF /* NetworkStatus */; }; |
137 | 138 | 67D9167C2838D6610098D3CB /* DialogResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D9167B2838D6610098D3CB /* DialogResponse.swift */; }; |
138 | 139 | 67D9167E2838DC3E0098D3CB /* GenericListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D9167D2838DC3E0098D3CB /* GenericListCell.swift */; }; |
139 | 140 | 67D916812838E2460098D3CB /* DialogListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D916802838E2460098D3CB /* DialogListView.swift */; }; |
|
142 | 143 | 67D916882838F4C40098D3CB /* DialogViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D916872838F4C40098D3CB /* DialogViewModel.swift */; }; |
143 | 144 | 67D9168A2838F79D0098D3CB /* MessageResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D916892838F79D0098D3CB /* MessageResponse.swift */; }; |
144 | 145 | 67D9169628396C1E0098D3CB /* SendMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D9169528396C1E0098D3CB /* SendMessageView.swift */; }; |
145 | | - 67D91698283A22840098D3CB /* CheckNetworkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67D91697283A22840098D3CB /* CheckNetworkService.swift */; }; |
146 | 146 | 67DD1120282C3CE400E3917C /* TextEntryViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67DD111F282C3CE400E3917C /* TextEntryViewModel.swift */; }; |
147 | 147 | 67E4266D2821429500DF82A7 /* UserModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E4266C2821429500DF82A7 /* UserModel.swift */; }; |
148 | 148 | 67E4266F28218B6E00DF82A7 /* ShortAddressService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67E4266E28218B6E00DF82A7 /* ShortAddressService.swift */; }; |
|
293 | 293 | 67BAF3FA28362AD100DB40D9 /* AddCommentButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddCommentButton.swift; sourceTree = "<group>"; }; |
294 | 294 | 67C87FD52843892D00D6377D /* PhotoSectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoSectionCell.swift; sourceTree = "<group>"; }; |
295 | 295 | 67C87FD728438F1600D6377D /* PhotoContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhotoContainer.swift; sourceTree = "<group>"; }; |
| 296 | + 67CB32CC297BBE03009380DF /* NetworkStatus */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = NetworkStatus; path = "SwiftUI-WorkoutApp/NetworkStatus"; sourceTree = "<group>"; }; |
296 | 297 | 67D9167B2838D6610098D3CB /* DialogResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogResponse.swift; sourceTree = "<group>"; }; |
297 | 298 | 67D9167D2838DC3E0098D3CB /* GenericListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenericListCell.swift; sourceTree = "<group>"; }; |
298 | 299 | 67D916802838E2460098D3CB /* DialogListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogListView.swift; sourceTree = "<group>"; }; |
|
301 | 302 | 67D916872838F4C40098D3CB /* DialogViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DialogViewModel.swift; sourceTree = "<group>"; }; |
302 | 303 | 67D916892838F79D0098D3CB /* MessageResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageResponse.swift; sourceTree = "<group>"; }; |
303 | 304 | 67D9169528396C1E0098D3CB /* SendMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMessageView.swift; sourceTree = "<group>"; }; |
304 | | - 67D91697283A22840098D3CB /* CheckNetworkService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckNetworkService.swift; sourceTree = "<group>"; }; |
305 | 305 | 67DD111F282C3CE400E3917C /* TextEntryViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextEntryViewModel.swift; sourceTree = "<group>"; }; |
306 | 306 | 67E4266C2821429500DF82A7 /* UserModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserModel.swift; sourceTree = "<group>"; }; |
307 | 307 | 67E4266E28218B6E00DF82A7 /* ShortAddressService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShortAddressService.swift; sourceTree = "<group>"; }; |
|
326 | 326 | 672609522977256900042226 /* CachedAcyncImage in Frameworks */, |
327 | 327 | 67F9534F2964A5700077DFDC /* ImagePicker in Frameworks */, |
328 | 328 | 675A370A2854810B00DAE071 /* Utils in Frameworks */, |
| 329 | + 67CB32CE297BBEB3009380DF /* NetworkStatus in Frameworks */, |
329 | 330 | ); |
330 | 331 | runOnlyForDeploymentPostprocessing = 0; |
331 | 332 | }; |
|
576 | 577 | 6798AA31280AEDC900DB76F1 = { |
577 | 578 | isa = PBXGroup; |
578 | 579 | children = ( |
| 580 | + 67CB32CC297BBE03009380DF /* NetworkStatus */, |
579 | 581 | 672609502977250B00042226 /* CachedAcyncImage */, |
580 | 582 | 675A3707285480E600DAE071 /* Utils */, |
581 | 583 | 6798AA3C280AEDC900DB76F1 /* SwiftUI-WorkoutApp */, |
|
693 | 695 | 67B78711281D654C008B104F /* DefaultsService.swift */, |
694 | 696 | 67E4266E28218B6E00DF82A7 /* ShortAddressService.swift */, |
695 | 697 | 674B37AB282B9332001A5B66 /* FormatterService.swift */, |
696 | | - 67D91697283A22840098D3CB /* CheckNetworkService.swift */, |
697 | 698 | 67B65DAC289E860E00FBAFCB /* ErrorFilterService.swift */, |
698 | 699 | 679F3B02296841DD00BB3590 /* URLOpener.swift */, |
699 | 700 | ); |
|
897 | 898 | 670431502964544D0090CAC3 /* FeedbackSender */, |
898 | 899 | 67F9534E2964A5700077DFDC /* ImagePicker */, |
899 | 900 | 672609512977256900042226 /* CachedAcyncImage */, |
| 901 | + 67CB32CD297BBEB3009380DF /* NetworkStatus */, |
900 | 902 | ); |
901 | 903 | productName = "SwiftUI-WorkoutApp"; |
902 | 904 | productReference = 6798AA3A280AEDC900DB76F1 /* WorkoutApp.app */; |
|
1108 | 1110 | 67D9169628396C1E0098D3CB /* SendMessageView.swift in Sources */, |
1109 | 1111 | 6758B936281E5EA9001D83D8 /* APIService.swift in Sources */, |
1110 | 1112 | 6747575928128603002F0A24 /* SportsGroundDetailView.swift in Sources */, |
1111 | | - 67D91698283A22840098D3CB /* CheckNetworkService.swift in Sources */, |
1112 | 1113 | 675EC6572815433600C2E229 /* UsersListView.swift in Sources */, |
1113 | 1114 | 67B78710281D6110008B104F /* LoginViewModel.swift in Sources */, |
1114 | 1115 | 675EC65F2815532800C2E229 /* EventFormView.swift in Sources */, |
|
1316 | 1317 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1317 | 1318 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
1318 | 1319 | CODE_SIGN_STYLE = Automatic; |
1319 | | - CURRENT_PROJECT_VERSION = 12; |
| 1320 | + CURRENT_PROJECT_VERSION = 13; |
1320 | 1321 | DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content"; |
1321 | 1322 | DEVELOPMENT_TEAM = CR68PP2Z3F; |
1322 | 1323 | ENABLE_PREVIEWS = YES; |
|
1352 | 1353 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1353 | 1354 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
1354 | 1355 | CODE_SIGN_STYLE = Automatic; |
1355 | | - CURRENT_PROJECT_VERSION = 12; |
| 1356 | + CURRENT_PROJECT_VERSION = 13; |
1356 | 1357 | DEVELOPMENT_ASSET_PATHS = "SwiftUI-WorkoutApp/Preview\\ Content/PreviewContent.swift SwiftUI-WorkoutApp/Preview\\ Content"; |
1357 | 1358 | DEVELOPMENT_TEAM = CR68PP2Z3F; |
1358 | 1359 | ENABLE_PREVIEWS = YES; |
|
1447 | 1448 | isa = XCSwiftPackageProductDependency; |
1448 | 1449 | productName = Utils; |
1449 | 1450 | }; |
| 1451 | + 67CB32CD297BBEB3009380DF /* NetworkStatus */ = { |
| 1452 | + isa = XCSwiftPackageProductDependency; |
| 1453 | + productName = NetworkStatus; |
| 1454 | + }; |
1450 | 1455 | 67F9534E2964A5700077DFDC /* ImagePicker */ = { |
1451 | 1456 | isa = XCSwiftPackageProductDependency; |
1452 | 1457 | package = 67F9534D2964A5700077DFDC /* XCRemoteSwiftPackageReference "ImagePicker" */; |
|
0 commit comments