From b5449a70d36d27cf907fdf4e13a6bb2a7d3935ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Kwas=CC=81niewski?= Date: Tue, 19 Sep 2023 21:10:05 +0200 Subject: [PATCH] chore: remove pods script --- example/package.json | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/package.json b/example/package.json index 289268e..ab8d0dc 100644 --- a/example/package.json +++ b/example/package.json @@ -4,8 +4,7 @@ "private": true, "scripts": { "macos": "react-native run-macos", - "start": "react-native start", - "pods": "pod-install --quiet" + "start": "react-native start" }, "dependencies": { "react": "18.2.0", diff --git a/package.json b/package.json index 18c4b29..5db7700 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "release": "release-it", "example": "yarn --cwd example", "build:macos": "cd example/macos && xcodebuild -workspace MenubarExtraExample.xcworkspace -scheme MenubarExtraExample-macOS -configuration Debug CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO", - "bootstrap": "yarn example && yarn install && yarn example pods", + "bootstrap": "yarn example && yarn install", "clean": "del-cli example/macos/build" }, "keywords": [