Skip to content

Commit f9e9097

Browse files
committed
renames
1 parent a35bb12 commit f9e9097

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

inappmessaging/InAppMessagingExample.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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/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"/>

0 commit comments

Comments
 (0)