aboutsummaryrefslogtreecommitdiff
path: root/ios/Podfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ios/Podfile4
1 files changed, 2 insertions, 2 deletions
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