aboutsummaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
Diffstat (limited to 'ios')
-rw-r--r--ios/OwynLauncherRewrite/Info.plist2
-rw-r--r--ios/OwynLauncherRewrite/LaunchScreen.storyboard2
-rw-r--r--ios/Podfile4
3 files changed, 4 insertions, 4 deletions
diff --git a/ios/OwynLauncherRewrite/Info.plist b/ios/OwynLauncherRewrite/Info.plist
index bbb92c1..acc26b6 100644
--- a/ios/OwynLauncherRewrite/Info.plist
+++ b/ios/OwynLauncherRewrite/Info.plist
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
- <string>OwynLauncherRewrite</string>
+ <string>DaftLauncherRewrite</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
diff --git a/ios/OwynLauncherRewrite/LaunchScreen.storyboard b/ios/OwynLauncherRewrite/LaunchScreen.storyboard
index 77ee3a4..b1af712 100644
--- a/ios/OwynLauncherRewrite/LaunchScreen.storyboard
+++ b/ios/OwynLauncherRewrite/LaunchScreen.storyboard
@@ -16,7 +16,7 @@
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="OwynLauncherRewrite" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DaftLauncherRewrite" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<nil key="highlightedColor"/>
diff --git a/ios/Podfile b/ios/Podfile
index 214978d..3a29426 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -14,7 +14,7 @@ if linkage != nil
use_frameworks! :linkage => linkage.to_sym
end
-target 'OwynLauncherRewrite' do
+target 'DaftLauncherRewrite' do
config = use_native_modules!
use_react_native!(
@@ -23,7 +23,7 @@ target 'OwynLauncherRewrite' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
- target 'OwynLauncherRewriteTests' do
+ target 'DaftLauncherRewriteTests' do
inherit! :complete
# Pods for testing
end