|
10 | 10 | F5081BA22B741D15001497DB /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5081BA12B741D15001497DB /* AppState.swift */; }; |
11 | 11 | F540A13D2B549D2500611384 /* TeamView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F540A13C2B549D2500611384 /* TeamView.swift */; }; |
12 | 12 | F540A13F2B549D2E00611384 /* TeamViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F540A13E2B549D2E00611384 /* TeamViewModel.swift */; }; |
| 13 | + F542E34C2B9C028F002F6E05 /* MatchDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F542E34B2B9C028F002F6E05 /* MatchDetailView.swift */; }; |
13 | 14 | F54E76C22B527D96003C65A2 /* bearTracksApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F54E76C12B527D96003C65A2 /* bearTracksApp.swift */; }; |
14 | 15 | F54E76C62B527D97003C65A2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F54E76C52B527D97003C65A2 /* Assets.xcassets */; }; |
15 | 16 | F54E76C92B527D97003C65A2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F54E76C82B527D97003C65A2 /* Preview Assets.xcassets */; }; |
|
28 | 29 | F5B8D1AF2B9670F200D3F230 /* beartracks_watchApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5B8D1AE2B9670F200D3F230 /* beartracks_watchApp.swift */; }; |
29 | 30 | F5B8D1B32B9670F200D3F230 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F5B8D1B22B9670F200D3F230 /* Assets.xcassets */; }; |
30 | 31 | F5B8D1B62B9670F200D3F230 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F5B8D1B52B9670F200D3F230 /* Preview Assets.xcassets */; }; |
31 | | - F5B8D1B92B9670F200D3F230 /* beartracks-watch Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = F5B8D1AC2B9670F200D3F230 /* beartracks-watch Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
| 32 | + F5B8D1B92B9670F200D3F230 /* beartracks-watch Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = F5B8D1AC2B9670F200D3F230 /* beartracks-watch Watch App.app */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
32 | 33 | F5B8D1BD2B96710900D3F230 /* URLSessionConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5AE2E592B5288FB0033DB0D /* URLSessionConfiguration.swift */; }; |
33 | 34 | F5B8D1BE2B96715500D3F230 /* AppState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5081BA12B741D15001497DB /* AppState.swift */; }; |
34 | 35 | F5B8D1BF2B96716D00D3F230 /* SettingsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5AE2E4E2B527E170033DB0D /* SettingsManager.swift */; }; |
|
81 | 82 | F5081BA12B741D15001497DB /* AppState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppState.swift; sourceTree = "<group>"; }; |
82 | 83 | F540A13C2B549D2500611384 /* TeamView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TeamView.swift; sourceTree = "<group>"; }; |
83 | 84 | F540A13E2B549D2E00611384 /* TeamViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TeamViewModel.swift; sourceTree = "<group>"; }; |
| 85 | + F542E34B2B9C028F002F6E05 /* MatchDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatchDetailView.swift; sourceTree = "<group>"; }; |
84 | 86 | F54E76BE2B527D96003C65A2 /* bearTracks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bearTracks.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
85 | 87 | F54E76C12B527D96003C65A2 /* bearTracksApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = bearTracksApp.swift; sourceTree = "<group>"; }; |
86 | 88 | F54E76C52B527D97003C65A2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
155 | 157 | F5AE2E402B527E050033DB0D /* DetailedView.swift */, |
156 | 158 | F5AE2E5B2B52FD430033DB0D /* LoginStateValidator.swift */, |
157 | 159 | F5AE2E5D2B52FF3F0033DB0D /* LoginView.swift */, |
| 160 | + F542E34B2B9C028F002F6E05 /* MatchDetailView.swift */, |
158 | 161 | F5AE2E3F2B527E050033DB0D /* MatchList.swift */, |
159 | 162 | F5AE2E4E2B527E170033DB0D /* SettingsManager.swift */, |
160 | 163 | F5AE2E522B527E170033DB0D /* SettingsView.swift */, |
|
316 | 319 | F5081BA22B741D15001497DB /* AppState.swift in Sources */, |
317 | 320 | F540A13D2B549D2500611384 /* TeamView.swift in Sources */, |
318 | 321 | F5AE2E4C2B527E050033DB0D /* DataView.swift in Sources */, |
| 322 | + F542E34C2B9C028F002F6E05 /* MatchDetailView.swift in Sources */, |
319 | 323 | F5AE2E462B527E050033DB0D /* MatchList.swift in Sources */, |
320 | 324 | ); |
321 | 325 | runOnlyForDeploymentPostprocessing = 0; |
|
345 | 349 | /* Begin PBXTargetDependency section */ |
346 | 350 | F5B8D1B82B9670F200D3F230 /* PBXTargetDependency */ = { |
347 | 351 | isa = PBXTargetDependency; |
| 352 | + platformFilter = ios; |
348 | 353 | target = F5B8D1AB2B9670F200D3F230 /* beartracks-watch Watch App */; |
349 | 354 | targetProxy = F5B8D1B72B9670F200D3F230 /* PBXContainerItemProxy */; |
350 | 355 | }; |
|
479 | 484 | CODE_SIGN_ENTITLEMENTS = bearTracks/bearTracks.entitlements; |
480 | 485 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
481 | 486 | CODE_SIGN_STYLE = Automatic; |
482 | | - CURRENT_PROJECT_VERSION = 25; |
| 487 | + CURRENT_PROJECT_VERSION = 40; |
483 | 488 | DEVELOPMENT_ASSET_PATHS = "\"bearTracks/Preview Content\""; |
484 | 489 | DEVELOPMENT_TEAM = D6MFYYVHA8; |
485 | 490 | ENABLE_PREVIEWS = YES; |
|
499 | 504 | "$(inherited)", |
500 | 505 | "@executable_path/Frameworks", |
501 | 506 | ); |
502 | | - MARKETING_VERSION = 5.1.0; |
| 507 | + MARKETING_VERSION = 5.1.2; |
503 | 508 | PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks; |
504 | 509 | PRODUCT_NAME = "$(TARGET_NAME)"; |
505 | 510 | SDKROOT = xros; |
|
523 | 528 | CODE_SIGN_ENTITLEMENTS = bearTracks/bearTracks.entitlements; |
524 | 529 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
525 | 530 | CODE_SIGN_STYLE = Automatic; |
526 | | - CURRENT_PROJECT_VERSION = 25; |
| 531 | + CURRENT_PROJECT_VERSION = 40; |
527 | 532 | DEVELOPMENT_ASSET_PATHS = "\"bearTracks/Preview Content\""; |
528 | 533 | DEVELOPMENT_TEAM = D6MFYYVHA8; |
529 | 534 | ENABLE_PREVIEWS = YES; |
|
543 | 548 | "$(inherited)", |
544 | 549 | "@executable_path/Frameworks", |
545 | 550 | ); |
546 | | - MARKETING_VERSION = 5.1.0; |
| 551 | + MARKETING_VERSION = 5.1.2; |
547 | 552 | PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks; |
548 | 553 | PRODUCT_NAME = "$(TARGET_NAME)"; |
549 | 554 | SDKROOT = xros; |
|
565 | 570 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
566 | 571 | CODE_SIGN_ENTITLEMENTS = "beartracks-watch Watch App/beartracks-watch Watch App.entitlements"; |
567 | 572 | CODE_SIGN_STYLE = Automatic; |
568 | | - CURRENT_PROJECT_VERSION = 1; |
| 573 | + CURRENT_PROJECT_VERSION = 30; |
569 | 574 | DEVELOPMENT_ASSET_PATHS = "\"beartracks-watch Watch App/Preview Content\""; |
570 | 575 | DEVELOPMENT_TEAM = D6MFYYVHA8; |
571 | 576 | ENABLE_PREVIEWS = YES; |
|
578 | 583 | "$(inherited)", |
579 | 584 | "@executable_path/Frameworks", |
580 | 585 | ); |
581 | | - MARKETING_VERSION = 1.0; |
| 586 | + MARKETING_VERSION = 5.1.1; |
582 | 587 | PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks.watchkitapp; |
583 | 588 | PRODUCT_NAME = "$(TARGET_NAME)"; |
584 | 589 | SDKROOT = watchos; |
|
597 | 602 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
598 | 603 | CODE_SIGN_ENTITLEMENTS = "beartracks-watch Watch App/beartracks-watch Watch App.entitlements"; |
599 | 604 | CODE_SIGN_STYLE = Automatic; |
600 | | - CURRENT_PROJECT_VERSION = 1; |
| 605 | + CURRENT_PROJECT_VERSION = 30; |
601 | 606 | DEVELOPMENT_ASSET_PATHS = "\"beartracks-watch Watch App/Preview Content\""; |
602 | 607 | DEVELOPMENT_TEAM = D6MFYYVHA8; |
603 | 608 | ENABLE_PREVIEWS = YES; |
|
610 | 615 | "$(inherited)", |
611 | 616 | "@executable_path/Frameworks", |
612 | 617 | ); |
613 | | - MARKETING_VERSION = 1.0; |
| 618 | + MARKETING_VERSION = 5.1.1; |
614 | 619 | PRODUCT_BUNDLE_IDENTIFIER = com.jayagra.beartracks.watchkitapp; |
615 | 620 | PRODUCT_NAME = "$(TARGET_NAME)"; |
616 | 621 | SDKROOT = watchos; |
|
0 commit comments