From 95e4f3b1c1774aeab4fda1df1896ac86d3d36c47 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Oct 2024 13:26:44 +0530 Subject: Rename project to daft --- ios/Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ios/Podfile') 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 -- cgit v1.3.1