|
@@ -1,16 +1,13 @@
|
|
|
info.plist
|
|
|
-* -<key>CFBundleURLName</key>
|
|
|
-* -<string>dtgj.edtyun.com</string>
|
|
|
-* -<key>CFBundleURLSchemes</key>
|
|
|
-* -<array>
|
|
|
-* - <string>tytylift</string>
|
|
|
-* -</array>
|
|
|
+* CFBundleURLName
|
|
|
+* dtgj.edtyun.com
|
|
|
+*
|
|
|
+* CFBundleURLSchemes
|
|
|
+* -tytylift
|
|
|
|
|
|
AndroidManifest.xml
|
|
|
-* <data
|
|
|
-* android:scheme="tytylift"
|
|
|
-* android:host="dtgj.edtyun.com"
|
|
|
-* />
|
|
|
+* android:scheme="tytylift"
|
|
|
+* android:host="dtgj.edtyun.com"
|
|
|
|
|
|
android和ios的host与scheme要与
|
|
|
app4share中index.html的
|