Parcourir la source

20170314

HMLG MOBILE 1.0.170314
Ray Zhang il y a 9 ans
Parent
commit
3d953655bd

+ 21 - 0
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/appicon.imageset/Contents.json

@@ -0,0 +1,21 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "appicon.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/appicon.imageset/appicon.png


+ 3 - 3
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_l.imageset/Contents.json

@@ -2,17 +2,17 @@
   "images" : [
   "images" : [
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon.png",
+      "filename" : "image-not-found.png",
       "scale" : "1x"
       "scale" : "1x"
     },
     },
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon-1.png",
+      "filename" : "image-not-found@2x.png",
       "scale" : "2x"
       "scale" : "2x"
     },
     },
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon-2.png",
+      "filename" : "image-not-found@3x.png",
       "scale" : "3x"
       "scale" : "3x"
     }
     }
   ],
   ],

BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_l.imageset/image-not-found.png


BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_l.imageset/image-not-found@2x.png


BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_l.imageset/image-not-found@3x.png


+ 3 - 3
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_s.imageset/Contents.json

@@ -2,17 +2,17 @@
   "images" : [
   "images" : [
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon.png",
+      "filename" : "image-not-found.png",
       "scale" : "1x"
       "scale" : "1x"
     },
     },
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon-1.png",
+      "filename" : "image-not-found@2x.png",
       "scale" : "2x"
       "scale" : "2x"
     },
     },
     {
     {
       "idiom" : "universal",
       "idiom" : "universal",
-      "filename" : "appicon-2.png",
+      "filename" : "image-not-found@3x.png",
       "scale" : "3x"
       "scale" : "3x"
     }
     }
   ],
   ],

BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_s.imageset/image-not-found.png


BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_s.imageset/image-not-found@2x.png


BIN
RedAnt ERP Mobile/HMLG Mobile/Assets.xcassets/notfound_s.imageset/image-not-found@3x.png


+ 9 - 9
RedAnt ERP Mobile/HMLG Mobile/Info.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleSignature</key>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<key>CFBundleVersion</key>
-	<string>170120</string>
+	<string>170314</string>
 	<key>LSRequiresIPhoneOS</key>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<true/>
 	<key>NSAppTransportSecurity</key>
 	<key>NSAppTransportSecurity</key>
@@ -27,6 +27,14 @@
 		<key>NSAllowsArbitraryLoads</key>
 		<key>NSAllowsArbitraryLoads</key>
 		<true/>
 		<true/>
 	</dict>
 	</dict>
+	<key>NSCameraUsageDescription</key>
+	<string></string>
+	<key>NSContactsUsageDescription</key>
+	<string></string>
+	<key>NSMicrophoneUsageDescription</key>
+	<string></string>
+	<key>NSPhotoLibraryUsageDescription</key>
+	<string></string>
 	<key>UIMainStoryboardFile</key>
 	<key>UIMainStoryboardFile</key>
 	<string>Main</string>
 	<string>Main</string>
 	<key>UIRequiredDeviceCapabilities</key>
 	<key>UIRequiredDeviceCapabilities</key>
@@ -46,13 +54,5 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
 	</array>
-	<key>NSCameraUsageDescription</key>
-	<string></string>
-	<key>NSContactsUsageDescription</key>
-	<string></string>
-	<key>NSMicrophoneUsageDescription</key>
-	<string></string>
-	<key>NSPhotoLibraryUsageDescription</key>
-	<string></string>
 </dict>
 </dict>
 </plist>
 </plist>