Skip to content

Commit 0bdfb25

Browse files
authored
Merge pull request #1798 from firebase/nc/scheme-rename-1
chore: Remove Swift suffix from fiam
2 parents 4d6b925 + f9e9097 commit 0bdfb25

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

inappmessaging/InAppMessagingExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
8DB25F8220BE0C29000ABEE2 = {
4545
isa = PBXGroup;
4646
children = (
47-
8DB25F8D20BE0C29000ABEE2 /* InAppMessagingExampleSwift */,
47+
8DB25F8D20BE0C29000ABEE2 /* InAppMessagingExample */,
4848
8DB25F8C20BE0C29000ABEE2 /* Products */,
4949
81A2FB070295F56CC0B2D523 /* GoogleService-Info.plist */,
5050
8DC73D782D41A90B0092B6EE /* Frameworks */,
@@ -59,7 +59,7 @@
5959
name = Products;
6060
sourceTree = "<group>";
6161
};
62-
8DB25F8D20BE0C29000ABEE2 /* InAppMessagingExampleSwift */ = {
62+
8DB25F8D20BE0C29000ABEE2 /* InAppMessagingExample */ = {
6363
isa = PBXGroup;
6464
children = (
6565
8DB25F8E20BE0C29000ABEE2 /* AppDelegate.swift */,
@@ -69,7 +69,7 @@
6969
8DB25F9720BE0C2A000ABEE2 /* LaunchScreen.storyboard */,
7070
8DB25F9A20BE0C2A000ABEE2 /* Info.plist */,
7171
);
72-
path = InAppMessagingExampleSwift;
72+
path = InAppMessagingExample;
7373
sourceTree = "<group>";
7474
};
7575
8DC73D782D41A90B0092B6EE /* Frameworks */ = {
@@ -95,7 +95,7 @@
9595
dependencies = (
9696
);
9797
name = InAppMessagingExample;
98-
productName = InAppMessagingExampleSwift;
98+
productName = InAppMessagingExample;
9999
productReference = 8DB25F8B20BE0C29000ABEE2 /* InAppMessagingExample.app */;
100100
productType = "com.apple.product-type.application";
101101
};
@@ -306,12 +306,12 @@
306306
buildSettings = {
307307
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
308308
CODE_SIGN_STYLE = Automatic;
309-
INFOPLIST_FILE = InAppMessagingExampleSwift/Info.plist;
309+
INFOPLIST_FILE = InAppMessagingExample/Info.plist;
310310
LD_RUNPATH_SEARCH_PATHS = (
311311
"$(inherited)",
312312
"@executable_path/Frameworks",
313313
);
314-
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.InAppMessagingExampleSwift;
314+
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.InAppMessagingExample;
315315
PRODUCT_NAME = "$(TARGET_NAME)";
316316
SWIFT_VERSION = 5.0;
317317
TARGETED_DEVICE_FAMILY = "1,2";
@@ -323,12 +323,12 @@
323323
buildSettings = {
324324
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
325325
CODE_SIGN_STYLE = Automatic;
326-
INFOPLIST_FILE = InAppMessagingExampleSwift/Info.plist;
326+
INFOPLIST_FILE = InAppMessagingExample/Info.plist;
327327
LD_RUNPATH_SEARCH_PATHS = (
328328
"$(inherited)",
329329
"@executable_path/Frameworks",
330330
);
331-
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.InAppMessagingExampleSwift;
331+
PRODUCT_BUNDLE_IDENTIFIER = com.firebase.InAppMessagingExample;
332332
PRODUCT_NAME = "$(TARGET_NAME)";
333333
SWIFT_VERSION = 5.0;
334334
TARGETED_DEVICE_FAMILY = "1,2";

inappmessaging/InAppMessagingExampleSwift/AppDelegate.swift renamed to inappmessaging/InAppMessagingExample/AppDelegate.swift

File renamed without changes.

inappmessaging/InAppMessagingExampleSwift/Assets.xcassets/AppIcon.appiconset/Contents.json renamed to inappmessaging/InAppMessagingExample/Assets.xcassets/AppIcon.appiconset/Contents.json

File renamed without changes.

inappmessaging/InAppMessagingExampleSwift/Assets.xcassets/Contents.json renamed to inappmessaging/InAppMessagingExample/Assets.xcassets/Contents.json

File renamed without changes.

inappmessaging/InAppMessagingExampleSwift/Base.lproj/LaunchScreen.storyboard renamed to inappmessaging/InAppMessagingExample/Base.lproj/LaunchScreen.storyboard

File renamed without changes.

inappmessaging/InAppMessagingExampleSwift/Base.lproj/Main.storyboard renamed to inappmessaging/InAppMessagingExample/Base.lproj/Main.storyboard

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!--View Controller-->
1414
<scene sceneID="tne-QT-ifu">
1515
<objects>
16-
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="InAppMessagingExampleSwift" customModuleProvider="target" sceneMemberID="viewController">
16+
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="InAppMessagingExample" customModuleProvider="target" sceneMemberID="viewController">
1717
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
1818
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
1919
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
File renamed without changes.

inappmessaging/InAppMessagingExampleSwift/ViewController.swift renamed to inappmessaging/InAppMessagingExample/ViewController.swift

File renamed without changes.

0 commit comments

Comments
 (0)