|
14 | 14 | 9A0A6EEE22CE55B2004CF0FF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9A0A6EEC22CE55B2004CF0FF /* Main.storyboard */; }; |
15 | 15 | 9A5908BF23AD479B000CD3B9 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A5908BA23AD479B000CD3B9 /* LaunchScreen.xib */; }; |
16 | 16 | 9A5908C323AD479B000CD3B9 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A5908BC23AD479B000CD3B9 /* Images.xcassets */; }; |
17 | | - 9A76AE3122E20A0C0024E473 /* InstallationsExampleSwiftTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A76AE3022E20A0C0024E473 /* InstallationsExampleSwiftTests.m */; }; |
| 17 | + 9A76AE3122E20A0C0024E473 /* InstallationsExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A76AE3022E20A0C0024E473 /* InstallationsExampleTests.m */; }; |
18 | 18 | B2B6F60F66458C91106FE457 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = AF38C66CDB0155B6F2BDE0FD /* GoogleService-Info.plist */; }; |
19 | 19 | /* End PBXBuildFile section */ |
20 | 20 |
|
|
24 | 24 | containerPortal = 9A0A6EDD22CE55B2004CF0FF /* Project object */; |
25 | 25 | proxyType = 1; |
26 | 26 | remoteGlobalIDString = 9A0A6EE422CE55B2004CF0FF; |
27 | | - remoteInfo = InstallationsExampleSwift; |
| 27 | + remoteInfo = InstallationsExample; |
28 | 28 | }; |
29 | 29 | /* End PBXContainerItemProxy section */ |
30 | 30 |
|
31 | 31 | /* Begin PBXFileReference section */ |
32 | | - 9A0A6EE522CE55B2004CF0FF /* InstallationsExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InstallationsExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 32 | + 9A0A6EE522CE55B2004CF0FF /* InstallationsExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InstallationsExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 33 | 9A0A6EE822CE55B2004CF0FF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
34 | 34 | 9A0A6EEA22CE55B2004CF0FF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
35 | 35 | 9A0A6EED22CE55B2004CF0FF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
36 | 36 | 9A5908BA23AD479B000CD3B9 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; }; |
37 | 37 | 9A5908BC23AD479B000CD3B9 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
38 | 38 | 9A76AE2922E207640024E473 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
39 | | - 9A76AE2E22E20A0C0024E473 /* InstallationsExampleSwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InstallationsExampleSwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 | | - 9A76AE3022E20A0C0024E473 /* InstallationsExampleSwiftTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstallationsExampleSwiftTests.m; sourceTree = "<group>"; }; |
| 39 | + 9A76AE2E22E20A0C0024E473 /* InstallationsExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = InstallationsExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 40 | + 9A76AE3022E20A0C0024E473 /* InstallationsExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstallationsExampleTests.m; sourceTree = "<group>"; }; |
41 | 41 | 9A76AE3222E20A0C0024E473 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
42 | 42 | AF38C66CDB0155B6F2BDE0FD /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
43 | 43 | /* End PBXFileReference section */ |
|
72 | 72 | isa = PBXGroup; |
73 | 73 | children = ( |
74 | 74 | 9A5908B923AD479B000CD3B9 /* shared */, |
75 | | - 9A0A6EE722CE55B2004CF0FF /* InstallationsExampleSwift */, |
76 | | - 9A76AE2F22E20A0C0024E473 /* InstallationsExampleSwiftTests */, |
| 75 | + 9A0A6EE722CE55B2004CF0FF /* InstallationsExample */, |
| 76 | + 9A76AE2F22E20A0C0024E473 /* InstallationsExampleTests */, |
77 | 77 | 9A0A6EE622CE55B2004CF0FF /* Products */, |
78 | 78 | AF38C66CDB0155B6F2BDE0FD /* GoogleService-Info.plist */, |
79 | 79 | 8DC73D822D41ABC00092B6EE /* Frameworks */, |
|
83 | 83 | 9A0A6EE622CE55B2004CF0FF /* Products */ = { |
84 | 84 | isa = PBXGroup; |
85 | 85 | children = ( |
86 | | - 9A0A6EE522CE55B2004CF0FF /* InstallationsExampleSwift.app */, |
87 | | - 9A76AE2E22E20A0C0024E473 /* InstallationsExampleSwiftTests.xctest */, |
| 86 | + 9A0A6EE522CE55B2004CF0FF /* InstallationsExample.app */, |
| 87 | + 9A76AE2E22E20A0C0024E473 /* InstallationsExampleTests.xctest */, |
88 | 88 | ); |
89 | 89 | name = Products; |
90 | 90 | sourceTree = "<group>"; |
91 | 91 | }; |
92 | | - 9A0A6EE722CE55B2004CF0FF /* InstallationsExampleSwift */ = { |
| 92 | + 9A0A6EE722CE55B2004CF0FF /* InstallationsExample */ = { |
93 | 93 | isa = PBXGroup; |
94 | 94 | children = ( |
95 | 95 | 9A76AE2922E207640024E473 /* Info.plist */, |
96 | 96 | 9A0A6EEC22CE55B2004CF0FF /* Main.storyboard */, |
97 | 97 | 9A0A6EE822CE55B2004CF0FF /* AppDelegate.swift */, |
98 | 98 | 9A0A6EEA22CE55B2004CF0FF /* ViewController.swift */, |
99 | 99 | ); |
100 | | - path = InstallationsExampleSwift; |
| 100 | + path = InstallationsExample; |
101 | 101 | sourceTree = "<group>"; |
102 | 102 | }; |
103 | 103 | 9A5908B923AD479B000CD3B9 /* shared */ = { |
|
110 | 110 | path = ../shared; |
111 | 111 | sourceTree = "<group>"; |
112 | 112 | }; |
113 | | - 9A76AE2F22E20A0C0024E473 /* InstallationsExampleSwiftTests */ = { |
| 113 | + 9A76AE2F22E20A0C0024E473 /* InstallationsExampleTests */ = { |
114 | 114 | isa = PBXGroup; |
115 | 115 | children = ( |
116 | | - 9A76AE3022E20A0C0024E473 /* InstallationsExampleSwiftTests.m */, |
| 116 | + 9A76AE3022E20A0C0024E473 /* InstallationsExampleTests.m */, |
117 | 117 | 9A76AE3222E20A0C0024E473 /* Info.plist */, |
118 | 118 | ); |
119 | | - path = InstallationsExampleSwiftTests; |
| 119 | + path = InstallationsExampleTests; |
120 | 120 | sourceTree = "<group>"; |
121 | 121 | }; |
122 | 122 | /* End PBXGroup section */ |
123 | 123 |
|
124 | 124 | /* Begin PBXNativeTarget section */ |
125 | | - 9A0A6EE422CE55B2004CF0FF /* InstallationsExampleSwift */ = { |
| 125 | + 9A0A6EE422CE55B2004CF0FF /* InstallationsExample */ = { |
126 | 126 | isa = PBXNativeTarget; |
127 | | - buildConfigurationList = 9A0A6EF722CE55B3004CF0FF /* Build configuration list for PBXNativeTarget "InstallationsExampleSwift" */; |
| 127 | + buildConfigurationList = 9A0A6EF722CE55B3004CF0FF /* Build configuration list for PBXNativeTarget "InstallationsExample" */; |
128 | 128 | buildPhases = ( |
129 | 129 | 9A0A6EE122CE55B2004CF0FF /* Sources */, |
130 | 130 | 9A0A6EE222CE55B2004CF0FF /* Frameworks */, |
|
134 | 134 | ); |
135 | 135 | dependencies = ( |
136 | 136 | ); |
137 | | - name = InstallationsExampleSwift; |
| 137 | + name = InstallationsExample; |
138 | 138 | productName = InstallationsExample; |
139 | | - productReference = 9A0A6EE522CE55B2004CF0FF /* InstallationsExampleSwift.app */; |
| 139 | + productReference = 9A0A6EE522CE55B2004CF0FF /* InstallationsExample.app */; |
140 | 140 | productType = "com.apple.product-type.application"; |
141 | 141 | }; |
142 | | - 9A76AE2D22E20A0C0024E473 /* InstallationsExampleSwiftTests */ = { |
| 142 | + 9A76AE2D22E20A0C0024E473 /* InstallationsExampleTests */ = { |
143 | 143 | isa = PBXNativeTarget; |
144 | | - buildConfigurationList = 9A76AE3722E20A0C0024E473 /* Build configuration list for PBXNativeTarget "InstallationsExampleSwiftTests" */; |
| 144 | + buildConfigurationList = 9A76AE3722E20A0C0024E473 /* Build configuration list for PBXNativeTarget "InstallationsExampleTests" */; |
145 | 145 | buildPhases = ( |
146 | 146 | 9A76AE2A22E20A0C0024E473 /* Sources */, |
147 | 147 | 9A76AE2B22E20A0C0024E473 /* Frameworks */, |
|
152 | 152 | dependencies = ( |
153 | 153 | 9A76AE3422E20A0C0024E473 /* PBXTargetDependency */, |
154 | 154 | ); |
155 | | - name = InstallationsExampleSwiftTests; |
156 | | - productName = InstallationsExampleSwiftTests; |
157 | | - productReference = 9A76AE2E22E20A0C0024E473 /* InstallationsExampleSwiftTests.xctest */; |
| 155 | + name = InstallationsExampleTests; |
| 156 | + productName = InstallationsExampleTests; |
| 157 | + productReference = 9A76AE2E22E20A0C0024E473 /* InstallationsExampleTests.xctest */; |
158 | 158 | productType = "com.apple.product-type.bundle.unit-test"; |
159 | 159 | }; |
160 | 160 | /* End PBXNativeTarget section */ |
|
194 | 194 | projectDirPath = ""; |
195 | 195 | projectRoot = ""; |
196 | 196 | targets = ( |
197 | | - 9A0A6EE422CE55B2004CF0FF /* InstallationsExampleSwift */, |
198 | | - 9A76AE2D22E20A0C0024E473 /* InstallationsExampleSwiftTests */, |
| 197 | + 9A0A6EE422CE55B2004CF0FF /* InstallationsExample */, |
| 198 | + 9A76AE2D22E20A0C0024E473 /* InstallationsExampleTests */, |
199 | 199 | ); |
200 | 200 | }; |
201 | 201 | /* End PBXProject section */ |
|
235 | 235 | isa = PBXSourcesBuildPhase; |
236 | 236 | buildActionMask = 2147483647; |
237 | 237 | files = ( |
238 | | - 9A76AE3122E20A0C0024E473 /* InstallationsExampleSwiftTests.m in Sources */, |
| 238 | + 9A76AE3122E20A0C0024E473 /* InstallationsExampleTests.m in Sources */, |
239 | 239 | 1D96FE8F5661BCC40ADE48D3 /* GoogleService-Info.plist in Sources */, |
240 | 240 | ); |
241 | 241 | runOnlyForDeploymentPostprocessing = 0; |
|
245 | 245 | /* Begin PBXTargetDependency section */ |
246 | 246 | 9A76AE3422E20A0C0024E473 /* PBXTargetDependency */ = { |
247 | 247 | isa = PBXTargetDependency; |
248 | | - target = 9A0A6EE422CE55B2004CF0FF /* InstallationsExampleSwift */; |
| 248 | + target = 9A0A6EE422CE55B2004CF0FF /* InstallationsExample */; |
249 | 249 | targetProxy = 9A76AE3322E20A0C0024E473 /* PBXContainerItemProxy */; |
250 | 250 | }; |
251 | 251 | /* End PBXTargetDependency section */ |
|
387 | 387 | buildSettings = { |
388 | 388 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
389 | 389 | CODE_SIGN_STYLE = Automatic; |
390 | | - INFOPLIST_FILE = InstallationsExampleSwift/Info.plist; |
| 390 | + INFOPLIST_FILE = InstallationsExample/Info.plist; |
391 | 391 | LD_RUNPATH_SEARCH_PATHS = ( |
392 | 392 | "$(inherited)", |
393 | 393 | "@executable_path/Frameworks", |
394 | 394 | ); |
395 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.InstallationExampleSwift; |
| 395 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.InstallationExample; |
396 | 396 | PRODUCT_NAME = "$(TARGET_NAME)"; |
397 | 397 | SWIFT_VERSION = 4.2; |
398 | 398 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
404 | 404 | buildSettings = { |
405 | 405 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
406 | 406 | CODE_SIGN_STYLE = Automatic; |
407 | | - INFOPLIST_FILE = InstallationsExampleSwift/Info.plist; |
| 407 | + INFOPLIST_FILE = InstallationsExample/Info.plist; |
408 | 408 | LD_RUNPATH_SEARCH_PATHS = ( |
409 | 409 | "$(inherited)", |
410 | 410 | "@executable_path/Frameworks", |
411 | 411 | ); |
412 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.InstallationExampleSwift; |
| 412 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.InstallationExample; |
413 | 413 | PRODUCT_NAME = "$(TARGET_NAME)"; |
414 | 414 | SWIFT_VERSION = 4.2; |
415 | 415 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
421 | 421 | buildSettings = { |
422 | 422 | BUNDLE_LOADER = "$(TEST_HOST)"; |
423 | 423 | CODE_SIGN_STYLE = Automatic; |
424 | | - INFOPLIST_FILE = InstallationsExampleSwiftTests/Info.plist; |
| 424 | + INFOPLIST_FILE = InstallationsExampleTests/Info.plist; |
425 | 425 | LD_RUNPATH_SEARCH_PATHS = ( |
426 | 426 | "$(inherited)", |
427 | 427 | "@executable_path/Frameworks", |
428 | 428 | "@loader_path/Frameworks", |
429 | 429 | ); |
430 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.InstallationsExampleSwiftTests; |
| 430 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.InstallationsExampleTests; |
431 | 431 | PRODUCT_NAME = "$(TARGET_NAME)"; |
432 | 432 | TARGETED_DEVICE_FAMILY = "1,2"; |
433 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/InstallationsExampleSwift.app/InstallationsExampleSwift"; |
| 433 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/InstallationsExample.app/InstallationsExample"; |
434 | 434 | }; |
435 | 435 | name = Debug; |
436 | 436 | }; |
|
439 | 439 | buildSettings = { |
440 | 440 | BUNDLE_LOADER = "$(TEST_HOST)"; |
441 | 441 | CODE_SIGN_STYLE = Automatic; |
442 | | - INFOPLIST_FILE = InstallationsExampleSwiftTests/Info.plist; |
| 442 | + INFOPLIST_FILE = InstallationsExampleTests/Info.plist; |
443 | 443 | LD_RUNPATH_SEARCH_PATHS = ( |
444 | 444 | "$(inherited)", |
445 | 445 | "@executable_path/Frameworks", |
446 | 446 | "@loader_path/Frameworks", |
447 | 447 | ); |
448 | | - PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.InstallationsExampleSwiftTests; |
| 448 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.InstallationsExampleTests; |
449 | 449 | PRODUCT_NAME = "$(TARGET_NAME)"; |
450 | 450 | TARGETED_DEVICE_FAMILY = "1,2"; |
451 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/InstallationsExampleSwift.app/InstallationsExampleSwift"; |
| 451 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/InstallationsExample.app/InstallationsExample"; |
452 | 452 | }; |
453 | 453 | name = Release; |
454 | 454 | }; |
|
464 | 464 | defaultConfigurationIsVisible = 0; |
465 | 465 | defaultConfigurationName = Release; |
466 | 466 | }; |
467 | | - 9A0A6EF722CE55B3004CF0FF /* Build configuration list for PBXNativeTarget "InstallationsExampleSwift" */ = { |
| 467 | + 9A0A6EF722CE55B3004CF0FF /* Build configuration list for PBXNativeTarget "InstallationsExample" */ = { |
468 | 468 | isa = XCConfigurationList; |
469 | 469 | buildConfigurations = ( |
470 | 470 | 9A0A6EF822CE55B3004CF0FF /* Debug */, |
|
473 | 473 | defaultConfigurationIsVisible = 0; |
474 | 474 | defaultConfigurationName = Release; |
475 | 475 | }; |
476 | | - 9A76AE3722E20A0C0024E473 /* Build configuration list for PBXNativeTarget "InstallationsExampleSwiftTests" */ = { |
| 476 | + 9A76AE3722E20A0C0024E473 /* Build configuration list for PBXNativeTarget "InstallationsExampleTests" */ = { |
477 | 477 | isa = XCConfigurationList; |
478 | 478 | buildConfigurations = ( |
479 | 479 | 9A76AE3522E20A0C0024E473 /* Debug */, |
|
0 commit comments