aboutsummaryrefslogtreecommitdiff
path: root/ios/Podfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-10-25 13:26:44 +0530
committerAkshay Nair <phenax5@gmail.com>2024-10-25 13:32:31 +0530
commit95e4f3b1c1774aeab4fda1df1896ac86d3d36c47 (patch)
tree44ffaaec9dd786908977184f6f994b035a438824 /ios/Podfile
parent110f56da5a3b9f3341a197ca3813ba7703cd4420 (diff)
downloaddaft-launcher-95e4f3b1c1774aeab4fda1df1896ac86d3d36c47.tar.gz
daft-launcher-95e4f3b1c1774aeab4fda1df1896ac86d3d36c47.zip
Rename project to daft1.0.2
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