Explorar el Código

mobile(ios): remove cloud documents

Tienson Qin hace 4 años
padre
commit
923640edde
Se han modificado 2 ficheros con 3 adiciones y 7 borrados
  1. 0 5
      ios/App/App/App.entitlements
  2. 3 2
      ios/App/App/capacitor.config.json

+ 0 - 5
ios/App/App/App.entitlements

@@ -11,11 +11,6 @@
 	<key>com.apple.developer.icloud-services</key>
 	<array>
 		<string>CloudKit</string>
-		<string>CloudDocuments</string>
-	</array>
-	<key>com.apple.developer.ubiquity-container-identifiers</key>
-	<array>
-		<string>iCloud.com.logseq.app</string>
 	</array>
 </dict>
 </plist>

+ 3 - 2
ios/App/App/capacitor.config.json

@@ -8,12 +8,13 @@
 			"launchShowDuration": 3000,
 			"launchAutoHide": false,
 			"androidScaleType": "CENTER_CROP",
-			"splashImmersive": true,
+			"splashImmersive": false,
+			"showSpinner": true,
 			"backgroundColor": "#002b36"
 		}
 	},
 	"server": {
-		"url": "http://192.168.0.104:3001",
+		"url": "http://192.168.1.59:3001",
 		"cleartext": true
 	}
 }