瀏覽代碼

mobile(ios): remove cloud documents

Tienson Qin 3 年之前
父節點
當前提交
923640edde
共有 2 個文件被更改,包括 3 次插入7 次删除
  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
 	}
 }