From aaa4262a253fe4e09ccb249f26e833268a08696d Mon Sep 17 00:00:00 2001 From: Rotem Mizrachi-Meidan Date: Wed, 6 Nov 2019 20:03:20 +0200 Subject: [PATCH 1/2] fix(ios): make it possible to install via CocoaPods --- .npmignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.npmignore b/.npmignore index 29094f17..661cc889 100644 --- a/.npmignore +++ b/.npmignore @@ -87,9 +87,6 @@ fabric.properties # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -#Cocoapods -*.podspec - ## Build generated ios/build/ ios/DerivedData/ From e652a3784740b6d034d54a6f38b36e02e2f0f70c Mon Sep 17 00:00:00 2001 From: Rotem Mizrachi-Meidan Date: Wed, 6 Nov 2019 23:22:25 +0200 Subject: [PATCH 2/2] switch to a modern simulator --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18c88d72..bb7ebbb1 100644 --- a/package.json +++ b/package.json @@ -69,13 +69,13 @@ "binaryPath": "playground/ios/DerivedData/playground/Build/Products/Debug-iphonesimulator/playground.app", "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Debug -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO", "type": "ios.simulator", - "name": "iPhone X" + "name": "iPhone 11 Pro" }, "ios.sim.release": { "binaryPath": "playground/ios/DerivedData/playground/Build/Products/Release-iphonesimulator/playground.app", "build": "RCT_NO_LAUNCH_PACKAGER=true xcodebuild build -scheme playground -project playground/ios/playground.xcodeproj -sdk iphonesimulator -configuration Release -derivedDataPath playground/ios/DerivedData/playground ONLY_ACTIVE_ARCH=YES -quiet -UseModernBuildSystem=NO", "type": "ios.simulator", - "name": "iPhone X" + "name": "iPhone 11 Pro" }, "android.emu.debug": { "binaryPath": "playground/android/app/build/outputs/apk/debug/app-debug.apk",