mirror of
https://github.com/zhigang1992/expo.git
synced 2026-04-29 01:46:10 +08:00
13 lines
332 B
JSON
13 lines
332 B
JSON
{
|
|
"name": "@exponent/exponent",
|
|
"version": "1.4.0",
|
|
"exp": {
|
|
"sdkVersion": "23.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint js",
|
|
"buildforxde": "ONLY_ACTIVE_ARCH=NO xcodebuild -sdk iphonesimulator -workspace 'Exponent.xcworkspace' -scheme 'Exponent' -configuration 'Release' -arch i386 build"
|
|
}
|
|
}
|