Skip to content

Commit 44609d5

Browse files
committed
Don't pod install when initializing
1 parent 4b9faf2 commit 44609d5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/init-macos-test-app.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,8 @@ async function patchPodfile() {
9898
await fs.promises.writeFile(podfilePath, podfileContents, "utf8");
9999
}
100100

101-
function installCocoapods() {
102-
console.log("Installing cocoapods");
103-
exec("pod", ["install", "--project-directory=macos"], {
104-
cwd: APP_PATH,
105-
});
106-
}
107-
108101
await deletePreviousApp();
109102
await initializeReactNativeTemplate();
110103
installDependencies();
111104
initializeReactNativeMacOSTemplate();
112105
await patchPodfile();
113-
installCocoapods();

0 commit comments

Comments
 (0)