Просмотр исходного кода

Apex Mobile
增加clear password

Ray Zhang 8 лет назад
Родитель
Сommit
abe2d8c7c0

+ 0 - 2
Apex Mobile/Apex Mobile.xcodeproj/project.pbxproj

@@ -252,7 +252,6 @@
 		71406DD018C36A6E000914C4 /* TableCellDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellDate.m; sourceTree = "<group>"; };
 		714C39B61922FEE1004F045B /* NewsDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewsDetailViewController.h; sourceTree = "<group>"; };
 		714C39B71922FEE1004F045B /* NewsDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewsDetailViewController.m; sourceTree = "<group>"; };
-		714C39BC19233B68004F045B /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
 		714C39C019234065004F045B /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
 		71514ED1191B7E2500009C00 /* AddressBookUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AddressBookUI.framework; path = System/Library/Frameworks/AddressBookUI.framework; sourceTree = SDKROOT; };
 		715643B620198A1400B04267 /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
@@ -1338,7 +1337,6 @@
 			isa = PBXVariantGroup;
 			children = (
 				719EF8EA18BB839F00EFFF5F /* en */,
-				714C39BC19233B68004F045B /* zh-Hans */,
 			);
 			name = InfoPlist.strings;
 			sourceTree = "<group>";

BIN
Apex Mobile/Apex Mobile.xcodeproj/project.xcworkspace/xcuserdata/Ray.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
Apex Mobile/Apex Mobile/Apex Mobile-Info.plist

@@ -21,7 +21,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>180214</string>
+	<string>180313</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
 	<key>NSAppTransportSecurity</key>

+ 6 - 0
Apex Mobile/Apex Mobile/tools.json

@@ -26,6 +26,12 @@
                  "type": "service_location"
                  },
                  {
+                 "name": "Clear Password",
+                 "detail": "Clear password",
+                 "icon": "mode_about",
+                 "type": "about"
+                 },
+                 {
                  "name": "About",
                  "detail": "About this app",
                  "icon": "mode_about",