Skip to content

Commit 3cfd2ca

Browse files
committed
Messaging rename
1 parent 9b5d3c5 commit 3cfd2ca

File tree

7 files changed

+61
-63
lines changed

7 files changed

+61
-63
lines changed

messaging/MessagingExample.xcodeproj/project.pbxproj

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
objects = {
88

99
/* 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 */; };
1111
5B334EAC56E0F5E167C81718 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 82E79B6D15A982EAE7B0E31B /* GoogleService-Info.plist */; };
1212
5F5A537E1ADE67D500F81DF0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */; };
1313
5F5A53801ADE67D500F81DF0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */; };
@@ -23,16 +23,15 @@
2323
containerPortal = 5F5A53441ADE670C00F81DF0 /* Project object */;
2424
proxyType = 1;
2525
remoteGlobalIDString = 5F5A53781ADE67D500F81DF0;
26-
remoteInfo = MessagingExampleSwift;
26+
remoteInfo = MessagingExample;
2727
};
2828
/* End PBXContainerItemProxy section */
2929

3030
/* 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>"; };
3333
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; };
3635
5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3736
5F5A537F1ADE67D500F81DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
3837
5F9961061AE0CF4F0034F503 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
@@ -43,6 +42,7 @@
4342
DEB13BC723AEC9DF0066A6F3 /* FIREGHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIREGHelper.m; sourceTree = "<group>"; };
4443
DEB13BC823AEC9DF0066A6F3 /* FIREGSignInHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIREGSignInHelper.h; sourceTree = "<group>"; };
4544
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>"; };
4646
/* End PBXFileReference section */
4747

4848
/* Begin PBXFrameworksBuildPhase section */
@@ -64,20 +64,20 @@
6464
/* End PBXFrameworksBuildPhase section */
6565

6666
/* Begin PBXGroup section */
67-
107347A920315A3A004A66D1 /* MessagingExampleSwiftUITests */ = {
67+
107347A920315A3A004A66D1 /* MessagingExampleUITests */ = {
6868
isa = PBXGroup;
6969
children = (
70-
107347AA20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift */,
70+
107347AA20315A3A004A66D1 /* MessagingExampleUITests.swift */,
7171
107347AC20315A3A004A66D1 /* Info.plist */,
7272
);
73-
path = MessagingExampleSwiftUITests;
73+
path = MessagingExampleUITests;
7474
sourceTree = "<group>";
7575
};
7676
5F5A53431ADE670C00F81DF0 = {
7777
isa = PBXGroup;
7878
children = (
79-
5F5A537A1ADE67D500F81DF0 /* MessagingExampleSwift */,
80-
107347A920315A3A004A66D1 /* MessagingExampleSwiftUITests */,
79+
EAE93A8A2E86E465005ABAF0 /* MessagingExample */,
80+
107347A920315A3A004A66D1 /* MessagingExampleUITests */,
8181
DEB13BC423AEC9DF0066A6F3 /* TestUtils */,
8282
5F5A534D1ADE670C00F81DF0 /* Products */,
8383
5F9961041AE0CF4F0034F503 /* Shared */,
@@ -90,22 +90,12 @@
9090
5F5A534D1ADE670C00F81DF0 /* Products */ = {
9191
isa = PBXGroup;
9292
children = (
93-
5F5A53791ADE67D500F81DF0 /* MessagingExampleSwift.app */,
94-
107347A820315A3A004A66D1 /* MessagingExampleSwiftUITests.xctest */,
93+
5F5A53791ADE67D500F81DF0 /* MessagingExample.app */,
94+
107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */,
9595
);
9696
name = Products;
9797
sourceTree = "<group>";
9898
};
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-
};
10999
5F9961041AE0CF4F0034F503 /* Shared */ = {
110100
isa = PBXGroup;
111101
children = (
@@ -136,12 +126,22 @@
136126
path = ../TestUtils;
137127
sourceTree = "<group>";
138128
};
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+
};
139139
/* End PBXGroup section */
140140

141141
/* Begin PBXNativeTarget section */
142-
107347A720315A3A004A66D1 /* MessagingExampleSwiftUITests */ = {
142+
107347A720315A3A004A66D1 /* MessagingExampleUITests */ = {
143143
isa = PBXNativeTarget;
144-
buildConfigurationList = 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleSwiftUITests" */;
144+
buildConfigurationList = 107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleUITests" */;
145145
buildPhases = (
146146
107347A420315A3A004A66D1 /* Sources */,
147147
107347A520315A3A004A66D1 /* Frameworks */,
@@ -152,14 +152,14 @@
152152
dependencies = (
153153
107347AE20315A3A004A66D1 /* PBXTargetDependency */,
154154
);
155-
name = MessagingExampleSwiftUITests;
156-
productName = MessagingExampleSwiftUITests;
157-
productReference = 107347A820315A3A004A66D1 /* MessagingExampleSwiftUITests.xctest */;
155+
name = MessagingExampleUITests;
156+
productName = MessagingExampleUITests;
157+
productReference = 107347A820315A3A004A66D1 /* MessagingExampleUITests.xctest */;
158158
productType = "com.apple.product-type.bundle.ui-testing";
159159
};
160-
5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */ = {
160+
5F5A53781ADE67D500F81DF0 /* MessagingExample */ = {
161161
isa = PBXNativeTarget;
162-
buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExampleSwift" */;
162+
buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExample" */;
163163
buildPhases = (
164164
5F5A53751ADE67D500F81DF0 /* Sources */,
165165
5F5A53761ADE67D500F81DF0 /* Frameworks */,
@@ -169,9 +169,9 @@
169169
);
170170
dependencies = (
171171
);
172-
name = MessagingExampleSwift;
172+
name = MessagingExample;
173173
productName = FCMSwift;
174-
productReference = 5F5A53791ADE67D500F81DF0 /* MessagingExampleSwift.app */;
174+
productReference = 5F5A53791ADE67D500F81DF0 /* MessagingExample.app */;
175175
productType = "com.apple.product-type.application";
176176
};
177177
/* End PBXNativeTarget section */
@@ -222,8 +222,8 @@
222222
projectDirPath = "";
223223
projectRoot = "";
224224
targets = (
225-
5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */,
226-
107347A720315A3A004A66D1 /* MessagingExampleSwiftUITests */,
225+
5F5A53781ADE67D500F81DF0 /* MessagingExample */,
226+
107347A720315A3A004A66D1 /* MessagingExampleUITests */,
227227
);
228228
};
229229
/* End PBXProject section */
@@ -252,7 +252,7 @@
252252
isa = PBXSourcesBuildPhase;
253253
buildActionMask = 2147483647;
254254
files = (
255-
107347AB20315A3A004A66D1 /* MessagingExampleSwiftUITests.swift in Sources */,
255+
107347AB20315A3A004A66D1 /* MessagingExampleUITests.swift in Sources */,
256256
978E6F2CAAC2AD673D158985 /* GoogleService-Info.plist in Sources */,
257257
);
258258
runOnlyForDeploymentPostprocessing = 0;
@@ -272,7 +272,7 @@
272272
/* Begin PBXTargetDependency section */
273273
107347AE20315A3A004A66D1 /* PBXTargetDependency */ = {
274274
isa = PBXTargetDependency;
275-
target = 5F5A53781ADE67D500F81DF0 /* MessagingExampleSwift */;
275+
target = 5F5A53781ADE67D500F81DF0 /* MessagingExample */;
276276
targetProxy = 107347AD20315A3A004A66D1 /* PBXContainerItemProxy */;
277277
};
278278
/* End PBXTargetDependency section */
@@ -290,20 +290,20 @@
290290
CODE_SIGN_STYLE = Automatic;
291291
DEBUG_INFORMATION_FORMAT = dwarf;
292292
GCC_C_LANGUAGE_STANDARD = gnu11;
293-
INFOPLIST_FILE = MessagingExampleSwiftUITests/Info.plist;
293+
INFOPLIST_FILE = MessagingExampleUITests/Info.plist;
294294
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
295295
LD_RUNPATH_SEARCH_PATHS = (
296296
"$(inherited)",
297297
"@executable_path/Frameworks",
298298
"@loader_path/Frameworks",
299299
);
300-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleSwiftUITests;
300+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleUITests;
301301
PRODUCT_NAME = "$(TARGET_NAME)";
302302
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
303303
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
304304
SWIFT_VERSION = 5.0;
305305
TARGETED_DEVICE_FAMILY = "1,2";
306-
TEST_TARGET_NAME = MessagingExampleSwift;
306+
TEST_TARGET_NAME = MessagingExample;
307307
};
308308
name = Debug;
309309
};
@@ -320,19 +320,19 @@
320320
COPY_PHASE_STRIP = NO;
321321
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
322322
GCC_C_LANGUAGE_STANDARD = gnu11;
323-
INFOPLIST_FILE = MessagingExampleSwiftUITests/Info.plist;
323+
INFOPLIST_FILE = MessagingExampleUITests/Info.plist;
324324
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
325325
LD_RUNPATH_SEARCH_PATHS = (
326326
"$(inherited)",
327327
"@executable_path/Frameworks",
328328
"@loader_path/Frameworks",
329329
);
330-
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleSwiftUITests;
330+
PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.quickstart.MessagingExampleUITests;
331331
PRODUCT_NAME = "$(TARGET_NAME)";
332332
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
333333
SWIFT_VERSION = 5.0;
334334
TARGETED_DEVICE_FAMILY = "1,2";
335-
TEST_TARGET_NAME = MessagingExampleSwift;
335+
TEST_TARGET_NAME = MessagingExample;
336336
};
337337
name = Release;
338338
};
@@ -453,7 +453,7 @@
453453
buildSettings = {
454454
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
455455
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
456-
CODE_SIGN_ENTITLEMENTS = MessagingExampleSwift/MessagingExampleSwift.entitlements;
456+
CODE_SIGN_ENTITLEMENTS = MessagingExample/MessagingExample.entitlements;
457457
CODE_SIGN_IDENTITY = "iPhone Developer";
458458
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
459459
DEVELOPMENT_TEAM = "";
@@ -474,7 +474,7 @@
474474
buildSettings = {
475475
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
476476
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
477-
CODE_SIGN_ENTITLEMENTS = MessagingExampleSwift/MessagingExampleSwift.entitlements;
477+
CODE_SIGN_ENTITLEMENTS = MessagingExample/MessagingExample.entitlements;
478478
CODE_SIGN_IDENTITY = "iPhone Developer";
479479
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
480480
DEVELOPMENT_TEAM = "";
@@ -495,7 +495,7 @@
495495
/* End XCBuildConfiguration section */
496496

497497
/* Begin XCConfigurationList section */
498-
107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleSwiftUITests" */ = {
498+
107347AF20315A3A004A66D1 /* Build configuration list for PBXNativeTarget "MessagingExampleUITests" */ = {
499499
isa = XCConfigurationList;
500500
buildConfigurations = (
501501
107347B020315A3A004A66D1 /* Debug */,
@@ -513,7 +513,7 @@
513513
defaultConfigurationIsVisible = 0;
514514
defaultConfigurationName = Release;
515515
};
516-
5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExampleSwift" */ = {
516+
5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "MessagingExample" */ = {
517517
isa = XCConfigurationList;
518518
buildConfigurations = (
519519
5F5A53951ADE67D500F81DF0 /* Debug */,

messaging/MessagingExample.xcodeproj/xcshareddata/xcschemes/MessagingExampleSwift.xcscheme renamed to messaging/MessagingExample.xcodeproj/xcshareddata/xcschemes/MessagingExample.xcscheme

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "5F5A53781ADE67D500F81DF0"
18-
BuildableName = "MessagingExampleSwift.app"
19-
BlueprintName = "MessagingExampleSwift"
18+
BuildableName = "MessagingExample.app"
19+
BlueprintName = "MessagingExample"
2020
ReferencedContainer = "container:MessagingExample.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -31,8 +31,8 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "5F5A53781ADE67D500F81DF0"
34-
BuildableName = "MessagingExampleSwift.app"
35-
BlueprintName = "MessagingExampleSwift"
34+
BuildableName = "MessagingExample.app"
35+
BlueprintName = "MessagingExample"
3636
ReferencedContainer = "container:MessagingExample.xcodeproj">
3737
</BuildableReference>
3838
</MacroExpansion>
@@ -42,8 +42,8 @@
4242
<BuildableReference
4343
BuildableIdentifier = "primary"
4444
BlueprintIdentifier = "107347A720315A3A004A66D1"
45-
BuildableName = "MessagingExampleSwiftUITests.xctest"
46-
BlueprintName = "MessagingExampleSwiftUITests"
45+
BuildableName = "MessagingExampleUITests.xctest"
46+
BlueprintName = "MessagingExampleUITests"
4747
ReferencedContainer = "container:MessagingExample.xcodeproj">
4848
</BuildableReference>
4949
</TestableReference>
@@ -59,33 +59,31 @@
5959
debugDocumentVersioning = "YES"
6060
debugServiceExtension = "internal"
6161
allowLocationSimulation = "YES">
62-
<BuildableProductRunnable
63-
runnableDebuggingMode = "0">
62+
<MacroExpansion>
6463
<BuildableReference
6564
BuildableIdentifier = "primary"
6665
BlueprintIdentifier = "5F5A53781ADE67D500F81DF0"
67-
BuildableName = "MessagingExampleSwift.app"
68-
BlueprintName = "MessagingExampleSwift"
66+
BuildableName = "MessagingExample.app"
67+
BlueprintName = "MessagingExample"
6968
ReferencedContainer = "container:MessagingExample.xcodeproj">
7069
</BuildableReference>
71-
</BuildableProductRunnable>
70+
</MacroExpansion>
7271
</LaunchAction>
7372
<ProfileAction
7473
buildConfiguration = "Release"
7574
shouldUseLaunchSchemeArgsEnv = "YES"
7675
savedToolIdentifier = ""
7776
useCustomWorkingDirectory = "NO"
7877
debugDocumentVersioning = "YES">
79-
<BuildableProductRunnable
80-
runnableDebuggingMode = "0">
78+
<MacroExpansion>
8179
<BuildableReference
8280
BuildableIdentifier = "primary"
8381
BlueprintIdentifier = "5F5A53781ADE67D500F81DF0"
84-
BuildableName = "MessagingExampleSwift.app"
85-
BlueprintName = "MessagingExampleSwift"
82+
BuildableName = "MessagingExample.app"
83+
BlueprintName = "MessagingExample"
8684
ReferencedContainer = "container:MessagingExample.xcodeproj">
8785
</BuildableReference>
88-
</BuildableProductRunnable>
86+
</MacroExpansion>
8987
</ProfileAction>
9088
<AnalyzeAction
9189
buildConfiguration = "Debug">
File renamed without changes.

messaging/MessagingExampleSwift/MessagingExampleSwift.entitlements renamed to messaging/MessagingExample/MessagingExample.entitlements

File renamed without changes.
File renamed without changes.
File renamed without changes.

messaging/MessagingExampleSwiftUITests/MessagingExampleSwiftUITests.swift renamed to messaging/MessagingExampleUITests/MessagingExampleUITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import XCTest
1717

18-
class MessagingExampleSwiftUITests: XCTestCase {
18+
class MessagingExampleUITests: XCTestCase {
1919
override func setUp() {
2020
super.setUp()
2121

0 commit comments

Comments
 (0)