Kaynağa Gözat

ios: use a proper URL scheme placeholder

No caps are allowed, so this would trigger a rejection when uploading to
TestFlight.
master
Saúl Ibarra Corretgé 6 yıl önce
ebeveyn
işleme
d8fa52fcaf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      ios/app/src/Info.plist

+ 1
- 1
ios/app/src/Info.plist Dosyayı Görüntüle

@@ -39,7 +39,7 @@
39 39
 			<string>com.googleusercontent.apps</string>
40 40
 			<key>CFBundleURLSchemes</key>
41 41
 			<array>
42
-				<string>com.googleusercontent.apps.YOUR_ID_HERE</string>
42
+				<string>com.googleusercontent.apps.your-id-here</string>
43 43
 			</array>
44 44
 		</dict>
45 45
 	</array>

Loading…
İptal
Kaydet