Skip to content

Commit 6c779c7

Browse files
authored
Merge pull request #1796 from firebase/nc/fiam-rename
chore: Rename FIAM target from InAppMessagingExampleSwift to InAppMessagingExample
2 parents 7a9d0fa + 7d497c3 commit 6c779c7

File tree

3 files changed

+87
-9
lines changed

3 files changed

+87
-9
lines changed

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
- name: Build Swift
5050
run: ./scripts/test.sh
5151
env:
52-
SCHEME: InAppMessagingExampleSwift
52+
SCHEME: InAppMessagingExample

inappmessaging/InAppMessagingExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
/* Begin PBXFileReference section */
2121
81A2FB070295F56CC0B2D523 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
22-
8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InAppMessagingExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = InAppMessagingExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2323
8DB25F8E20BE0C29000ABEE2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2424
8DB25F9020BE0C29000ABEE2 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2525
8DB25F9320BE0C29000ABEE2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
@@ -54,7 +54,7 @@
5454
8DB25F8C20BE0C29000ABEE2 /* Products */ = {
5555
isa = PBXGroup;
5656
children = (
57-
8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExampleSwift.app */,
57+
8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExample.app */,
5858
);
5959
name = Products;
6060
sourceTree = "<group>";
@@ -82,9 +82,9 @@
8282
/* End PBXGroup section */
8383

8484
/* Begin PBXNativeTarget section */
85-
8DB25F8A20BE0C29000ABEE2 /* InAppMessagingExampleSwift */ = {
85+
8DB25F8A20BE0C29000ABEE2 /* InAppMessagingExample */ = {
8686
isa = PBXNativeTarget;
87-
buildConfigurationList = 8DB25F9D20BE0C2A000ABEE2 /* Build configuration list for PBXNativeTarget "InAppMessagingExampleSwift" */;
87+
buildConfigurationList = 8DB25F9D20BE0C2A000ABEE2 /* Build configuration list for PBXNativeTarget "InAppMessagingExample" */;
8888
buildPhases = (
8989
8DB25F8720BE0C29000ABEE2 /* Sources */,
9090
8DB25F8820BE0C29000ABEE2 /* Frameworks */,
@@ -94,9 +94,9 @@
9494
);
9595
dependencies = (
9696
);
97-
name = InAppMessagingExampleSwift;
97+
name = InAppMessagingExample;
9898
productName = InAppMessagingExampleSwift;
99-
productReference = 8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExampleSwift.app */;
99+
productReference = 8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExample.app */;
100100
productType = "com.apple.product-type.application";
101101
};
102102
/* End PBXNativeTarget section */
@@ -132,7 +132,7 @@
132132
projectDirPath = "";
133133
projectRoot = "";
134134
targets = (
135-
8DB25F8A20BE0C29000ABEE2 /* InAppMessagingExampleSwift */,
135+
8DB25F8A20BE0C29000ABEE2 /* InAppMessagingExample */,
136136
);
137137
};
138138
/* End PBXProject section */
@@ -347,7 +347,7 @@
347347
defaultConfigurationIsVisible = 0;
348348
defaultConfigurationName = Release;
349349
};
350-
8DB25F9D20BE0C2A000ABEE2 /* Build configuration list for PBXNativeTarget "InAppMessagingExampleSwift" */ = {
350+
8DB25F9D20BE0C2A000ABEE2 /* Build configuration list for PBXNativeTarget "InAppMessagingExample" */ = {
351351
isa = XCConfigurationList;
352352
buildConfigurations = (
353353
8DB25F9E20BE0C2A000ABEE2 /* Debug */,
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1630"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES"
8+
buildArchitectures = "Automatic">
9+
<BuildActionEntries>
10+
<BuildActionEntry
11+
buildForTesting = "YES"
12+
buildForRunning = "YES"
13+
buildForProfiling = "YES"
14+
buildForArchiving = "YES"
15+
buildForAnalyzing = "YES">
16+
<BuildableReference
17+
BuildableIdentifier = "primary"
18+
BlueprintIdentifier = "8DB25F8A20BE0C29000ABEE2"
19+
BuildableName = "InAppMessagingExample.app"
20+
BlueprintName = "InAppMessagingExample"
21+
ReferencedContainer = "container:InAppMessagingExample.xcodeproj">
22+
</BuildableReference>
23+
</BuildActionEntry>
24+
</BuildActionEntries>
25+
</BuildAction>
26+
<TestAction
27+
buildConfiguration = "Debug"
28+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
29+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
30+
shouldUseLaunchSchemeArgsEnv = "YES"
31+
shouldAutocreateTestPlan = "YES">
32+
</TestAction>
33+
<LaunchAction
34+
buildConfiguration = "Debug"
35+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
36+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
37+
launchStyle = "0"
38+
useCustomWorkingDirectory = "NO"
39+
ignoresPersistentStateOnLaunch = "NO"
40+
debugDocumentVersioning = "YES"
41+
debugServiceExtension = "internal"
42+
allowLocationSimulation = "YES">
43+
<BuildableProductRunnable
44+
runnableDebuggingMode = "0">
45+
<BuildableReference
46+
BuildableIdentifier = "primary"
47+
BlueprintIdentifier = "8DB25F8A20BE0C29000ABEE2"
48+
BuildableName = "InAppMessagingExample.app"
49+
BlueprintName = "InAppMessagingExample"
50+
ReferencedContainer = "container:InAppMessagingExample.xcodeproj">
51+
</BuildableReference>
52+
</BuildableProductRunnable>
53+
</LaunchAction>
54+
<ProfileAction
55+
buildConfiguration = "Release"
56+
shouldUseLaunchSchemeArgsEnv = "YES"
57+
savedToolIdentifier = ""
58+
useCustomWorkingDirectory = "NO"
59+
debugDocumentVersioning = "YES">
60+
<BuildableProductRunnable
61+
runnableDebuggingMode = "0">
62+
<BuildableReference
63+
BuildableIdentifier = "primary"
64+
BlueprintIdentifier = "8DB25F8A20BE0C29000ABEE2"
65+
BuildableName = "InAppMessagingExample.app"
66+
BlueprintName = "InAppMessagingExample"
67+
ReferencedContainer = "container:InAppMessagingExample.xcodeproj">
68+
</BuildableReference>
69+
</BuildableProductRunnable>
70+
</ProfileAction>
71+
<AnalyzeAction
72+
buildConfiguration = "Debug">
73+
</AnalyzeAction>
74+
<ArchiveAction
75+
buildConfiguration = "Release"
76+
revealArchiveInOrganizer = "YES">
77+
</ArchiveAction>
78+
</Scheme>

0 commit comments

Comments
 (0)