react-native-integrate
Version:
Automate integration of additional code into React Native projects
2 lines (1 loc) • 1.03 kB
TypeScript
export declare const mockExampleResource = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n\t<key>CLIENT_ID</key>\n\t<string>1234.apps.googleusercontent.com</string>\n\t<key>REVERSED_CLIENT_ID</key>\n\t<string>com.googleusercontent.apps.1234</string>\n\t<key>API_KEY</key>\n\t<string>1234</string>\n\t<key>GCM_SENDER_ID</key>\n\t<string>1234</string>\n\t<key>PLIST_VERSION</key>\n\t<string>1</string>\n\t<key>BUNDLE_ID</key>\n\t<string>com.test</string>\n\t<key>PROJECT_ID</key>\n\t<string>test</string>\n\t<key>STORAGE_BUCKET</key>\n\t<string>test.appspot.com</string>\n\t<key>IS_ADS_ENABLED</key>\n\t<false></false>\n\t<key>IS_ANALYTICS_ENABLED</key>\n\t<false></false>\n\t<key>IS_APPINVITE_ENABLED</key>\n\t<true></true>\n\t<key>IS_GCM_ENABLED</key>\n\t<true></true>\n\t<key>IS_SIGNIN_ENABLED</key>\n\t<true></true>\n\t<key>GOOGLE_APP_ID</key>\n\t<string>1234</string>\n</dict>\n</plist>";