|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 107347AB20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107347AA20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift */; }; |
| 10 | + 107347AB20315A3A004A66D1 /* MessagingExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 107347AA20315A3A004A66D1 /* MessagingExampleUITests.swift */; }; |
11 | 11 | 5B334EAC56E0F5E167C81718 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 82E79B6D15A982EAE7B0E31B /* GoogleService-Info.plist */; }; |
12 | 12 | 5F5A537E1ADE67D500F81DF0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */; }; |
13 | 13 | 5F5A53801ADE67D500F81DF0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */; }; |
|
23 | 23 | containerPortal = 5F5A53441ADE670C00F81DF0 /* Project object */; |
24 | 24 | proxyType = 1; |
25 | 25 | remoteGlobalIDString = 5F5A53781ADE67D500F81DF0; |
26 | | - remoteInfo = MessagingExampleSwift; |
| 26 | + remoteInfo = MessagingExample; |
27 | 27 | }; |
28 | 28 | /* End PBXContainerItemProxy section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
31 | | - 107347A820315A3A004A66D1 /* MessagingExampleSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessagingExampleSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | | - 107347AA20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagingExampleSwiftUITests.swift; sourceTree = "<group>"; }; |
| 31 | + 107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MessagingExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 32 | + 107347AA20315A3A004A66D1 /* MessagingExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagingExampleUITests.swift; sourceTree = "<group>"; }; |
33 | 33 | 107347AC20315A3A004A66D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
34 | | - 321A2C4E1DD5054B009C10E2 /* MessagingExampleSwift.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MessagingExampleSwift.entitlements; sourceTree = "<group>"; }; |
35 | | - 5F5A53791ADE67D500F81DF0 /* MessagingExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessagingExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 34 | + 5F5A53791ADE67D500F81DF0 /* MessagingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessagingExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 35 | 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
37 | 36 | 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
38 | 37 | 5F9961061AE0CF4F0034F503 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
43 | 42 | DEB13BC723AEC9DF0066A6F3 /* FIREGHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIREGHelper.m; sourceTree = "<group>"; }; |
44 | 43 | DEB13BC823AEC9DF0066A6F3 /* FIREGSignInHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIREGSignInHelper.h; sourceTree = "<group>"; }; |
45 | 44 | DED65CF723E9DE6400461312 /* FIREGSignInInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FIREGSignInInfo.h; sourceTree = "<group>"; }; |
| 45 | + EAE93A8D2E86E558005ABAF0 /* MessagingExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MessagingExample.entitlements; sourceTree = "<group>"; }; |
46 | 46 | /* End PBXFileReference section */ |
47 | 47 |
|
48 | 48 | /* Begin PBXFrameworksBuildPhase section */ |
|
64 | 64 | /* End PBXFrameworksBuildPhase section */ |
65 | 65 |
|
66 | 66 | /* Begin PBXGroup section */ |
67 | | - 107347A920315A3A004A66D1 /* MessagingExampleSwiftUITests */ = { |
| 67 | + 107347A920315A3A004A66D1 /* MessagingExampleUITests */ = { |
68 | 68 | isa = PBXGroup; |
69 | 69 | children = ( |
70 | | - 107347AA20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift */, |
| 70 | + 107347AA20315A3A004A66D1 /* MessagingExampleUITests.swift */, |
71 | 71 | 107347AC20315A3A004A66D1 /* Info.plist */, |
72 | 72 | ); |
73 | | - path = MessagingExampleSwiftUITests; |
| 73 | + path = MessagingExampleUITests; |
74 | 74 | sourceTree = "<group>"; |
75 | 75 | }; |
76 | 76 | 5F5A53431ADE670C00F81DF0 = { |
77 | 77 | isa = PBXGroup; |
78 | 78 | children = ( |
79 | | - 5F5A537A1ADE67D500F81DF0 /* MessagingExampleSwift */, |
80 | | - 107347A920315A3A004A66D1 /* MessagingExampleSwiftUITests */, |
| 79 | + EAE93A8A2E86E465005ABAF0 /* MessagingExample */, |
| 80 | + 107347A920315A3A004A66D1 /* MessagingExampleUITests */, |
81 | 81 | DEB13BC423AEC9DF0066A6F3 /* TestUtils */, |
82 | 82 | 5F5A534D1ADE670C00F81DF0 /* Products */, |
83 | 83 | 5F9961041AE0CF4F0034F503 /* Shared */, |
|
90 | 90 | 5F5A534D1ADE670C00F81DF0 /* Products */ = { |
91 | 91 | isa = PBXGroup; |
92 | 92 | children = ( |
93 | | - 5F5A53791ADE67D500F81DF0 /* MessagingExampleSwift.app */, |
94 | | - 107347A820315A3A004A66D1 /* MessagingExampleSwiftUITests.xctest */, |
| 93 | + 5F5A53791ADE67D500F81DF0 /* MessagingExample.app */, |
| 94 | + 107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */, |
95 | 95 | ); |
96 | 96 | name = Products; |
97 | 97 | sourceTree = "<group>"; |
98 | 98 | }; |
99 | | - 5F5A537A1ADE67D500F81DF0 /* MessagingExampleSwift */ = { |
100 | | - isa = PBXGroup; |
101 | | - children = ( |
102 | | - 321A2C4E1DD5054B009C10E2 /* MessagingExampleSwift.entitlements */, |
103 | | - 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */, |
104 | | - 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */, |
105 | | - ); |
106 | | - path = MessagingExampleSwift; |
107 | | - sourceTree = "<group>"; |
108 | | - }; |
109 | 99 | 5F9961041AE0CF4F0034F503 /* Shared */ = { |
110 | 100 | isa = PBXGroup; |
111 | 101 | children = ( |
|
136 | 126 | path = ../TestUtils; |
137 | 127 | sourceTree = "<group>"; |
138 | 128 | }; |
| 129 | + EAE93A8A2E86E465005ABAF0 /* MessagingExample */ = { |
| 130 | + isa = PBXGroup; |
| 131 | + children = ( |
| 132 | + EAE93A8D2E86E558005ABAF0 /* MessagingExample.entitlements */, |
| 133 | + 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */, |
| 134 | + 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */, |
| 135 | + ); |
| 136 | + path = MessagingExample; |
| 137 | + sourceTree = "<group>"; |
| 138 | + }; |
139 | 139 | /* End PBXGroup section */ |
140 | 140 |
|
141 | 141 | /* Begin PBXNativeTarget section */ |
142 | | - 107347A720315A3A004A66D1 /* MessagingExampleSwiftUITests */ = { |
| 142 | + 107347A720315A3A004A66D1 /* MessagingExampleUITests */ = { |
143 | 143 | isa = PBXNativeTarget; |
144 | | - buildConfigurationList = 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleSwiftUITests" */; |
| 144 | + buildConfigurationList = 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleUITests" */; |
145 | 145 | buildPhases = ( |
146 | 146 | 107347A420315A3A004A66D1 /* Sources */, |
147 | 147 | 107347A520315A3A004A66D1 /* Frameworks */, |
|
152 | 152 | dependencies = ( |
153 | 153 | 107347AE20315A3A004A66D1 /* PBXTargetDependency */, |
154 | 154 | ); |
155 | | - name = MessagingExampleSwiftUITests; |
156 | | - productName = MessagingExampleSwiftUITests; |
157 | | - productReference = 107347A820315A3A004A66D1 /* MessagingExampleSwiftUITests.xctest */; |
| 155 | + name = MessagingExampleUITests; |
| 156 | + productName = MessagingExampleUITests; |
| 157 | + productReference = 107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */; |
158 | 158 | productType = "com.apple.product-type.bundle.ui-testing"; |
159 | 159 | }; |
160 | | - 5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */ = { |
| 160 | + 5F5A53781ADE67D500F81DF0 /* MessagingExample */ = { |
161 | 161 | isa = PBXNativeTarget; |
162 | | - buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExampleSwift" */; |
| 162 | + buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExample" */; |
163 | 163 | buildPhases = ( |
164 | 164 | 5F5A53751ADE67D500F81DF0 /* Sources */, |
165 | 165 | 5F5A53761ADE67D500F81DF0 /* Frameworks */, |
|
169 | 169 | ); |
170 | 170 | dependencies = ( |
171 | 171 | ); |
172 | | - name = MessagingExampleSwift; |
| 172 | + name = MessagingExample; |
173 | 173 | productName = FCMSwift; |
174 | | - productReference = 5F5A53791ADE67D500F81DF0 /* MessagingExampleSwift.app */; |
| 174 | + productReference = 5F5A53791ADE67D500F81DF0 /* MessagingExample.app */; |
175 | 175 | productType = "com.apple.product-type.application"; |
176 | 176 | }; |
177 | 177 | /* End PBXNativeTarget section */ |
|
222 | 222 | projectDirPath = ""; |
223 | 223 | projectRoot = ""; |
224 | 224 | targets = ( |
225 | | - 5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */, |
226 | | - 107347A720315A3A004A66D1 /* MessagingExampleSwiftUITests */, |
| 225 | + 5F5A53781ADE67D500F81DF0 /* MessagingExample */, |
| 226 | + 107347A720315A3A004A66D1 /* MessagingExampleUITests */, |
227 | 227 | ); |
228 | 228 | }; |
229 | 229 | /* End PBXProject section */ |
|
252 | 252 | isa = PBXSourcesBuildPhase; |
253 | 253 | buildActionMask = 2147483647; |
254 | 254 | files = ( |
255 | | - 107347AB20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift in Sources */, |
| 255 | + 107347AB20315A3A004A66D1 /* MessagingExampleUITests.swift in Sources */, |
256 | 256 | 978E6F2CAAC2AD673D158985 /* GoogleService-Info.plist in Sources */, |
257 | 257 | ); |
258 | 258 | runOnlyForDeploymentPostprocessing = 0; |
|
272 | 272 | /* Begin PBXTargetDependency section */ |
273 | 273 | 107347AE20315A3A004A66D1 /* PBXTargetDependency */ = { |
274 | 274 | isa = PBXTargetDependency; |
275 | | - target = 5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */; |
| 275 | + target = 5F5A53781ADE67D500F81DF0 /* MessagingExample */; |
276 | 276 | targetProxy = 107347AD20315A3A004A66D1 /* PBXContainerItemProxy */; |
277 | 277 | }; |
278 | 278 | /* End PBXTargetDependency section */ |
|
290 | 290 | CODE_SIGN_STYLE = Automatic; |
291 | 291 | DEBUG_INFORMATION_FORMAT = dwarf; |
292 | 292 | GCC_C_LANGUAGE_STANDARD = gnu11; |
293 | | - INFOPLIST_FILE = MessagingExampleSwiftUITests/Info.plist; |
| 293 | + INFOPLIST_FILE = MessagingExampleUITests/Info.plist; |
294 | 294 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
295 | 295 | LD_RUNPATH_SEARCH_PATHS = ( |
296 | 296 | "$(inherited)", |
297 | 297 | "@executable_path/Frameworks", |
298 | 298 | "@loader_path/Frameworks", |
299 | 299 | ); |
300 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleSwiftUITests; |
| 300 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleUITests; |
301 | 301 | PRODUCT_NAME = "$(TARGET_NAME)"; |
302 | 302 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
303 | 303 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
304 | 304 | SWIFT_VERSION = 5.0; |
305 | 305 | TARGETED_DEVICE_FAMILY = "1,2"; |
306 | | - TEST_TARGET_NAME = MessagingExampleSwift; |
| 306 | + TEST_TARGET_NAME = MessagingExample; |
307 | 307 | }; |
308 | 308 | name = Debug; |
309 | 309 | }; |
|
320 | 320 | COPY_PHASE_STRIP = NO; |
321 | 321 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
322 | 322 | GCC_C_LANGUAGE_STANDARD = gnu11; |
323 | | - INFOPLIST_FILE = MessagingExampleSwiftUITests/Info.plist; |
| 323 | + INFOPLIST_FILE = MessagingExampleUITests/Info.plist; |
324 | 324 | IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
325 | 325 | LD_RUNPATH_SEARCH_PATHS = ( |
326 | 326 | "$(inherited)", |
327 | 327 | "@executable_path/Frameworks", |
328 | 328 | "@loader_path/Frameworks", |
329 | 329 | ); |
330 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleSwiftUITests; |
| 330 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleUITests; |
331 | 331 | PRODUCT_NAME = "$(TARGET_NAME)"; |
332 | 332 | SWIFT_SWIFT3_OBJC_INFERENCE = Off; |
333 | 333 | SWIFT_VERSION = 5.0; |
334 | 334 | TARGETED_DEVICE_FAMILY = "1,2"; |
335 | | - TEST_TARGET_NAME = MessagingExampleSwift; |
| 335 | + TEST_TARGET_NAME = MessagingExample; |
336 | 336 | }; |
337 | 337 | name = Release; |
338 | 338 | }; |
|
453 | 453 | buildSettings = { |
454 | 454 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
455 | 455 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
456 | | - CODE_SIGN_ENTITLEMENTS = MessagingExampleSwift/MessagingExampleSwift.entitlements; |
| 456 | + CODE_SIGN_ENTITLEMENTS = MessagingExample/MessagingExample.entitlements; |
457 | 457 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
458 | 458 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
459 | 459 | DEVELOPMENT_TEAM = ""; |
|
474 | 474 | buildSettings = { |
475 | 475 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
476 | 476 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
477 | | - CODE_SIGN_ENTITLEMENTS = MessagingExampleSwift/MessagingExampleSwift.entitlements; |
| 477 | + CODE_SIGN_ENTITLEMENTS = MessagingExample/MessagingExample.entitlements; |
478 | 478 | CODE_SIGN_IDENTITY = "iPhone Developer"; |
479 | 479 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
480 | 480 | DEVELOPMENT_TEAM = ""; |
|
495 | 495 | /* End XCBuildConfiguration section */ |
496 | 496 |
|
497 | 497 | /* Begin XCConfigurationList section */ |
498 | | - 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleSwiftUITests" */ = { |
| 498 | + 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleUITests" */ = { |
499 | 499 | isa = XCConfigurationList; |
500 | 500 | buildConfigurations = ( |
501 | 501 | 107347B020315A3A004A66D1 /* Debug */, |
|
513 | 513 | defaultConfigurationIsVisible = 0; |
514 | 514 | defaultConfigurationName = Release; |
515 | 515 | }; |
516 | | - 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExampleSwift" */ = { |
| 516 | + 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExample" */ = { |
517 | 517 | isa = XCConfigurationList; |
518 | 518 | buildConfigurations = ( |
519 | 519 | 5F5A53951ADE67D500F81DF0 /* Debug */, |
|
0 commit comments