UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

38 lines (37 loc) 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mockExampleResource = void 0; exports.mockExampleResource = `<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> \t<key>CLIENT_ID</key> \t<string>1234.apps.googleusercontent.com</string> \t<key>REVERSED_CLIENT_ID</key> \t<string>com.googleusercontent.apps.1234</string> \t<key>API_KEY</key> \t<string>1234</string> \t<key>GCM_SENDER_ID</key> \t<string>1234</string> \t<key>PLIST_VERSION</key> \t<string>1</string> \t<key>BUNDLE_ID</key> \t<string>com.test</string> \t<key>PROJECT_ID</key> \t<string>test</string> \t<key>STORAGE_BUCKET</key> \t<string>test.appspot.com</string> \t<key>IS_ADS_ENABLED</key> \t<false></false> \t<key>IS_ANALYTICS_ENABLED</key> \t<false></false> \t<key>IS_APPINVITE_ENABLED</key> \t<true></true> \t<key>IS_GCM_ENABLED</key> \t<true></true> \t<key>IS_SIGNIN_ENABLED</key> \t<true></true> \t<key>GOOGLE_APP_ID</key> \t<string>1234</string> </dict> </plist>`;