Untitled

mail@pastecode.io avatar
unknown
plain_text
5 months ago
1.1 kB
1
Indexable
{
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal",
      "android": {
        "buildType": "apk",
        "env": {
          "GOOGLE_SERVICES_JSON": "{{secrets.GOOGLE_SERVICES_JSON}}"
        },
        "prebuildCommand": "echo $GOOGLE_SERVICES_JSON > ./google-services.json && node ./scripts/updateAndroidFiles.js && npx expo prebuild --platform android --no-install",
        "gradleCommand": ":app:assembleRelease --stacktrace --info"
      },
      "ios": {
        "simulator": false,
        "prebuildCommand": "echo 'RNFB_CORE_CONFIGURATION_ENABLED=false' >> ios/Pods/Target\ Support\ Files/RNFBApp/RNFBApp.xcconfig && echo "use_modular_headers!" >> ios/Podfile && echo "pod 'FirebaseCoreInternal', :modular_headers => true" >> ios/Podfile && echo "pod 'GoogleUtilities', :modular_headers => true" >> ios/Podfile",
        "xcodebuild": {
          "extraArgs": [
            "OTHER_CFLAGS="-fmodules-disable-diagnostic-validation""
          ]
      }
    },
    "production": {}
  }
}
Leave a Comment