|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 4F3ABD9D293187EA00DB6023 /* ClickTrackApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F3ABD9C293187EA00DB6023 /* ClickTrackApp.swift */; }; |
11 | 11 | 4F3ABD9F293187EA00DB6023 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F3ABD9E293187EA00DB6023 /* ContentView.swift */; }; |
| 12 | + AA000001000000000000001 /* LiveActivityBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000011 /* LiveActivityBridge.swift */; }; |
| 13 | + AA000001000000000000002 /* LiveActivityNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000012 /* LiveActivityNotification.swift */; }; |
| 14 | + AA000001000000000000003 /* ClickTrackActivityAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000013 /* ClickTrackActivityAttributes.swift */; }; |
| 15 | + AA000001000000000000004 /* ClickTrackActivityAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000013 /* ClickTrackActivityAttributes.swift */; }; |
| 16 | + AA000001000000000000005 /* ClickTrackLiveActivityView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000014 /* ClickTrackLiveActivityView.swift */; }; |
| 17 | + AA000001000000000000007 /* ClickTrackLiveActivityBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA000001000000000000016 /* ClickTrackLiveActivityBundle.swift */; }; |
| 18 | + AA000001000000000000008 /* ClickTrackLiveActivityExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = AA000001000000000000020 /* ClickTrackLiveActivityExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
12 | 19 | 4F3ABDA1293187EA00DB6023 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F3ABDA0293187EA00DB6023 /* Assets.xcassets */; }; |
13 | 20 | 4F3ABDA4293187EA00DB6023 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4F3ABDA3293187EA00DB6023 /* Preview Assets.xcassets */; }; |
14 | 21 | 4F5ED37F2F1421700038A196 /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 4F5ED37E2F1421700038A196 /* AppIcon.icon */; }; |
|
28 | 35 | 973DBEDB5C7BE0B4F40880B3 /* Pods-ClickTrack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClickTrack.debug.xcconfig"; path = "Target Support Files/Pods-ClickTrack/Pods-ClickTrack.debug.xcconfig"; sourceTree = "<group>"; }; |
29 | 36 | C1D53B0EA9F03701E67DF125 /* Pods_ClickTrack.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ClickTrack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 | 37 | CADECB568532290FC852942B /* Pods-ClickTrack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ClickTrack.release.xcconfig"; path = "Target Support Files/Pods-ClickTrack/Pods-ClickTrack.release.xcconfig"; sourceTree = "<group>"; }; |
| 38 | + AA000001000000000000011 /* LiveActivityBridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveActivityBridge.swift; sourceTree = "<group>"; }; |
| 39 | + AA000001000000000000012 /* LiveActivityNotification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveActivityNotification.swift; sourceTree = "<group>"; }; |
| 40 | + AA000001000000000000013 /* ClickTrackActivityAttributes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClickTrackActivityAttributes.swift; sourceTree = "<group>"; }; |
| 41 | + AA000001000000000000014 /* ClickTrackLiveActivityView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClickTrackLiveActivityView.swift; sourceTree = "<group>"; }; |
| 42 | + AA000001000000000000016 /* ClickTrackLiveActivityBundle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ClickTrackLiveActivityBundle.swift; sourceTree = "<group>"; }; |
| 43 | + AA000001000000000000017 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 44 | + AA000001000000000000020 /* ClickTrackLiveActivityExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ClickTrackLiveActivityExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
31 | 45 | /* End PBXFileReference section */ |
32 | 46 |
|
33 | 47 | /* Begin PBXFrameworksBuildPhase section */ |
|
39 | 53 | ); |
40 | 54 | runOnlyForDeploymentPostprocessing = 0; |
41 | 55 | }; |
| 56 | + AA000001000000000000030 /* Frameworks (Extension) */ = { |
| 57 | + isa = PBXFrameworksBuildPhase; |
| 58 | + buildActionMask = 2147483647; |
| 59 | + files = ( |
| 60 | + ); |
| 61 | + runOnlyForDeploymentPostprocessing = 0; |
| 62 | + }; |
42 | 63 | /* End PBXFrameworksBuildPhase section */ |
43 | 64 |
|
44 | 65 | /* Begin PBXGroup section */ |
|
54 | 75 | isa = PBXGroup; |
55 | 76 | children = ( |
56 | 77 | 4F3ABD9B293187EA00DB6023 /* ClickTrack */, |
| 78 | + AA000001000000000000040 /* ClickTrackLiveActivity */, |
57 | 79 | 4F3ABD9A293187EA00DB6023 /* Products */, |
58 | 80 | E3F968F33D3ECA9CAB0FB4B9 /* Pods */, |
59 | 81 | 299C411D90C319AB59B12A8C /* Frameworks */, |
|
64 | 86 | isa = PBXGroup; |
65 | 87 | children = ( |
66 | 88 | 4F3ABD99293187EA00DB6023 /* ClickTrack.app */, |
| 89 | + AA000001000000000000020 /* ClickTrackLiveActivityExtension.appex */, |
67 | 90 | ); |
68 | 91 | name = Products; |
69 | 92 | sourceTree = "<group>"; |
|
75 | 98 | 4FDAC2302F0B0FC100888848 /* GoogleService-Info.plist */, |
76 | 99 | 4F3ABD9C293187EA00DB6023 /* ClickTrackApp.swift */, |
77 | 100 | 4F3ABD9E293187EA00DB6023 /* ContentView.swift */, |
| 101 | + AA000001000000000000011 /* LiveActivityBridge.swift */, |
| 102 | + AA000001000000000000012 /* LiveActivityNotification.swift */, |
78 | 103 | 4F3ABDA0293187EA00DB6023 /* Assets.xcassets */, |
79 | 104 | 4F5ED37E2F1421700038A196 /* AppIcon.icon */, |
80 | 105 | 4F3ABDA2293187EA00DB6023 /* Preview Content */, |
81 | 106 | ); |
82 | 107 | path = ClickTrack; |
83 | 108 | sourceTree = "<group>"; |
84 | 109 | }; |
| 110 | + AA000001000000000000040 /* ClickTrackLiveActivity */ = { |
| 111 | + isa = PBXGroup; |
| 112 | + children = ( |
| 113 | + AA000001000000000000013 /* ClickTrackActivityAttributes.swift */, |
| 114 | + AA000001000000000000014 /* ClickTrackLiveActivityView.swift */, |
| 115 | + AA000001000000000000016 /* ClickTrackLiveActivityBundle.swift */, |
| 116 | + AA000001000000000000017 /* Info.plist */, |
| 117 | + ); |
| 118 | + path = ClickTrackLiveActivity; |
| 119 | + sourceTree = "<group>"; |
| 120 | + }; |
85 | 121 | 4F3ABDA2293187EA00DB6023 /* Preview Content */ = { |
86 | 122 | isa = PBXGroup; |
87 | 123 | children = ( |
|
112 | 148 | 89774DA68A362F87E297C2E6 /* [CP] Embed Pods Frameworks */, |
113 | 149 | 0444A912D05438301350F401 /* Frameworks */, |
114 | 150 | 3A4F6D87E60D21205A9161CB /* [CP] Copy Pods Resources */, |
| 151 | + AA000001000000000000070 /* Embed App Extensions */, |
115 | 152 | 4FDAC2322F0B19C200888848 /* Upload Symbols To Crashlytics */, |
116 | 153 | ); |
117 | 154 | buildRules = ( |
118 | 155 | ); |
119 | 156 | dependencies = ( |
| 157 | + AA000001000000000000080 /* PBXTargetDependency */, |
120 | 158 | ); |
121 | 159 | name = ClickTrack; |
122 | 160 | productName = ClickTrack; |
123 | 161 | productReference = 4F3ABD99293187EA00DB6023 /* ClickTrack.app */; |
124 | 162 | productType = "com.apple.product-type.application"; |
125 | 163 | }; |
| 164 | + AA000001000000000000050 /* ClickTrackLiveActivityExtension */ = { |
| 165 | + isa = PBXNativeTarget; |
| 166 | + buildConfigurationList = AA000001000000000000060 /* Build configuration list for PBXNativeTarget "ClickTrackLiveActivityExtension" */; |
| 167 | + buildPhases = ( |
| 168 | + AA000001000000000000031 /* Sources */, |
| 169 | + AA000001000000000000032 /* Resources */, |
| 170 | + AA000001000000000000030 /* Frameworks (Extension) */, |
| 171 | + ); |
| 172 | + buildRules = ( |
| 173 | + ); |
| 174 | + dependencies = ( |
| 175 | + ); |
| 176 | + name = ClickTrackLiveActivityExtension; |
| 177 | + productName = ClickTrackLiveActivityExtension; |
| 178 | + productReference = AA000001000000000000020 /* ClickTrackLiveActivityExtension.appex */; |
| 179 | + productType = "com.apple.product-type.app-extension"; |
| 180 | + }; |
126 | 181 | /* End PBXNativeTarget section */ |
127 | 182 |
|
128 | 183 | /* Begin PBXProject section */ |
|
136 | 191 | 4F3ABD98293187EA00DB6023 = { |
137 | 192 | CreatedOnToolsVersion = 13.2.1; |
138 | 193 | }; |
| 194 | + AA000001000000000000050 = { |
| 195 | + CreatedOnToolsVersion = 13.2.1; |
| 196 | + }; |
139 | 197 | }; |
140 | 198 | }; |
141 | 199 | buildConfigurationList = 4F3ABD94293187EA00DB6023 /* Build configuration list for PBXProject "ClickTrack" */; |
|
152 | 210 | projectRoot = ""; |
153 | 211 | targets = ( |
154 | 212 | 4F3ABD98293187EA00DB6023 /* ClickTrack */, |
| 213 | + AA000001000000000000050 /* ClickTrackLiveActivityExtension */, |
155 | 214 | ); |
156 | 215 | }; |
157 | 216 | /* End PBXProject section */ |
|
170 | 229 | }; |
171 | 230 | /* End PBXResourcesBuildPhase section */ |
172 | 231 |
|
| 232 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 233 | + AA000001000000000000070 /* Embed App Extensions */ = { |
| 234 | + isa = PBXCopyFilesBuildPhase; |
| 235 | + buildActionMask = 2147483647; |
| 236 | + dstPath = ""; |
| 237 | + dstSubfolderSpec = 13; |
| 238 | + files = ( |
| 239 | + AA000001000000000000008 /* ClickTrackLiveActivityExtension.appex in Embed App Extensions */, |
| 240 | + ); |
| 241 | + name = "Embed App Extensions"; |
| 242 | + runOnlyForDeploymentPostprocessing = 0; |
| 243 | + }; |
| 244 | +/* End PBXCopyFilesBuildPhase section */ |
| 245 | + |
| 246 | +/* Begin PBXTargetDependency section */ |
| 247 | + AA000001000000000000080 /* PBXTargetDependency */ = { |
| 248 | + isa = PBXTargetDependency; |
| 249 | + target = AA000001000000000000050 /* ClickTrackLiveActivityExtension */; |
| 250 | + targetProxy = AA000001000000000000081 /* PBXContainerItemProxy */; |
| 251 | + }; |
| 252 | +/* End PBXTargetDependency section */ |
| 253 | + |
| 254 | +/* Begin PBXContainerItemProxy section */ |
| 255 | + AA000001000000000000081 /* PBXContainerItemProxy */ = { |
| 256 | + isa = PBXContainerItemProxy; |
| 257 | + containerPortal = 4F3ABD91293187EA00DB6023 /* Project object */; |
| 258 | + proxyType = 1; |
| 259 | + remoteGlobalIDString = AA000001000000000000050; |
| 260 | + remoteInfo = ClickTrackLiveActivityExtension; |
| 261 | + }; |
| 262 | +/* End PBXContainerItemProxy section */ |
| 263 | + |
173 | 264 | /* Begin PBXShellScriptBuildPhase section */ |
174 | 265 | 3A4F6D87E60D21205A9161CB /* [CP] Copy Pods Resources */ = { |
175 | 266 | isa = PBXShellScriptBuildPhase; |
|
253 | 344 | }; |
254 | 345 | /* End PBXShellScriptBuildPhase section */ |
255 | 346 |
|
| 347 | +/* Begin PBXResourcesBuildPhase section (Extension) */ |
| 348 | + AA000001000000000000032 /* Resources */ = { |
| 349 | + isa = PBXResourcesBuildPhase; |
| 350 | + buildActionMask = 2147483647; |
| 351 | + files = ( |
| 352 | + ); |
| 353 | + runOnlyForDeploymentPostprocessing = 0; |
| 354 | + }; |
| 355 | +/* End PBXResourcesBuildPhase section (Extension) */ |
| 356 | + |
256 | 357 | /* Begin PBXSourcesBuildPhase section */ |
257 | 358 | 4F3ABD95293187EA00DB6023 /* Sources */ = { |
258 | 359 | isa = PBXSourcesBuildPhase; |
259 | 360 | buildActionMask = 2147483647; |
260 | 361 | files = ( |
261 | 362 | 4F3ABD9F293187EA00DB6023 /* ContentView.swift in Sources */, |
262 | 363 | 4F3ABD9D293187EA00DB6023 /* ClickTrackApp.swift in Sources */, |
| 364 | + AA000001000000000000001 /* LiveActivityBridge.swift in Sources */, |
| 365 | + AA000001000000000000002 /* LiveActivityNotification.swift in Sources */, |
| 366 | + AA000001000000000000003 /* ClickTrackActivityAttributes.swift in Sources */, |
| 367 | + ); |
| 368 | + runOnlyForDeploymentPostprocessing = 0; |
| 369 | + }; |
| 370 | + AA000001000000000000031 /* Sources */ = { |
| 371 | + isa = PBXSourcesBuildPhase; |
| 372 | + buildActionMask = 2147483647; |
| 373 | + files = ( |
| 374 | + AA000001000000000000004 /* ClickTrackActivityAttributes.swift in Sources */, |
| 375 | + AA000001000000000000005 /* ClickTrackLiveActivityView.swift in Sources */, |
| 376 | + AA000001000000000000007 /* ClickTrackLiveActivityBundle.swift in Sources */, |
263 | 377 | ); |
264 | 378 | runOnlyForDeploymentPostprocessing = 0; |
265 | 379 | }; |
|
461 | 575 | }; |
462 | 576 | name = Release; |
463 | 577 | }; |
| 578 | + AA000001000000000000061 /* Debug */ = { |
| 579 | + isa = XCBuildConfiguration; |
| 580 | + buildSettings = { |
| 581 | + CODE_SIGN_STYLE = Automatic; |
| 582 | + DEVELOPMENT_TEAM = 655VV3W7RL; |
| 583 | + GENERATE_INFOPLIST_FILE = NO; |
| 584 | + INFOPLIST_FILE = ClickTrackLiveActivity/Info.plist; |
| 585 | + IPHONEOS_DEPLOYMENT_TARGET = 16.1; |
| 586 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 587 | + "$(inherited)", |
| 588 | + "@executable_path/Frameworks", |
| 589 | + "@executable_path/../../Frameworks", |
| 590 | + ); |
| 591 | + PRODUCT_BUNDLE_IDENTIFIER = "com.vsevolodganin.clicktrack.liveactivity"; |
| 592 | + PRODUCT_NAME = ClickTrackLiveActivityExtension; |
| 593 | + SKIP_INSTALL = YES; |
| 594 | + SWIFT_VERSION = 5.0; |
| 595 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 596 | + }; |
| 597 | + name = Debug; |
| 598 | + }; |
| 599 | + AA000001000000000000062 /* Release */ = { |
| 600 | + isa = XCBuildConfiguration; |
| 601 | + buildSettings = { |
| 602 | + CODE_SIGN_STYLE = Automatic; |
| 603 | + DEVELOPMENT_TEAM = 655VV3W7RL; |
| 604 | + GENERATE_INFOPLIST_FILE = NO; |
| 605 | + INFOPLIST_FILE = ClickTrackLiveActivity/Info.plist; |
| 606 | + IPHONEOS_DEPLOYMENT_TARGET = 16.1; |
| 607 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 608 | + "$(inherited)", |
| 609 | + "@executable_path/Frameworks", |
| 610 | + "@executable_path/../../Frameworks", |
| 611 | + ); |
| 612 | + PRODUCT_BUNDLE_IDENTIFIER = "com.vsevolodganin.clicktrack.liveactivity"; |
| 613 | + PRODUCT_NAME = ClickTrackLiveActivityExtension; |
| 614 | + SKIP_INSTALL = YES; |
| 615 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 616 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
| 617 | + SWIFT_VERSION = 5.0; |
| 618 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 619 | + }; |
| 620 | + name = Release; |
| 621 | + }; |
464 | 622 | /* End XCBuildConfiguration section */ |
465 | 623 |
|
466 | 624 | /* Begin XCConfigurationList section */ |
|
482 | 640 | defaultConfigurationIsVisible = 0; |
483 | 641 | defaultConfigurationName = Release; |
484 | 642 | }; |
| 643 | + AA000001000000000000060 /* Build configuration list for PBXNativeTarget "ClickTrackLiveActivityExtension" */ = { |
| 644 | + isa = XCConfigurationList; |
| 645 | + buildConfigurations = ( |
| 646 | + AA000001000000000000061 /* Debug */, |
| 647 | + AA000001000000000000062 /* Release */, |
| 648 | + ); |
| 649 | + defaultConfigurationIsVisible = 0; |
| 650 | + defaultConfigurationName = Release; |
| 651 | + }; |
485 | 652 | /* End XCConfigurationList section */ |
486 | 653 | }; |
487 | 654 | rootObject = 4F3ABD91293187EA00DB6023 /* Project object */; |
|
0 commit comments