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/ 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",