forked from ChenYilong/iOS9AdaptationTips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cancel warning and error for demo and add icon
- Loading branch information
1 parent
a03e241
commit 199cb51
Showing
270 changed files
with
1,816 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+6.01 KB
(110%)
...proj/project.xcworkspace/xcuserdata/chenyilong.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
4 changes: 2 additions & 2 deletions
4
Demo1_iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Base.lproj/Main.storyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
98 changes: 91 additions & 7 deletions
98
Demo1_iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,118 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "iphone", | ||
"size" : "29x29", | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-40.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-72.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "72x72", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-76.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "76x76", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-Small-50.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "50x50", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"scale" : "3x" | ||
"idiom" : "iphone", | ||
"filename" : "Icon-Small.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"size" : "40x40", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"size" : "40x40", | ||
"scale" : "3x" | ||
"filename" : "Icon.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "57x57", | ||
"idiom" : "iphone", | ||
"size" : "60x60", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "60x60", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"size" : "40x40", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "Icon-Small.png", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"size" : "29x29", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
|
Binary file added
BIN
+3.39 KB
..._iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon-40.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.7 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.5 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.5 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+44.5 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.03 KB
..._iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.4 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.85 KB
..._iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon-76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.8 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.9 KB
...络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon-Small-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.8 KB
..._改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.97 KB
...S9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon-Small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.31 KB
...络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.3 KB
...络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.12 KB
Demo1_iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+19.7 KB
..._iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/AppIcon.appiconset/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
162 changes: 162 additions & 0 deletions
162
Demo1_iOS9网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"filename" : "Default.png", | ||
"orientation" : "portrait", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "retina4", | ||
"filename" : "[email protected]", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "retina4", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"filename" : "[email protected]", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "to-status-bar", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad.png", | ||
"orientation" : "portrait", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "to-status-bar", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "to-status-bar", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad~landscape.png", | ||
"orientation" : "landscape", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "to-status-bar", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"orientation" : "landscape", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad~nostatusbar.png", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "portrait", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad~nostatusbar.png", | ||
"orientation" : "portrait", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad~landscape~nostatusbar.png", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "landscape", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "Default~ipad~landscape~nostatusbar.png", | ||
"orientation" : "landscape", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "7.0", | ||
"orientation" : "landscape", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "ipad", | ||
"filename" : "[email protected]", | ||
"orientation" : "landscape", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "736h", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "8.0", | ||
"orientation" : "portrait", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "736h", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "8.0", | ||
"orientation" : "landscape", | ||
"scale" : "3x" | ||
}, | ||
{ | ||
"extent" : "full-screen", | ||
"idiom" : "iphone", | ||
"subtype" : "667h", | ||
"filename" : "[email protected]", | ||
"minimum-system-version" : "8.0", | ||
"orientation" : "portrait", | ||
"scale" : "2x" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+102 KB
...安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+30.9 KB
...网络适配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/Default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+100 KB
...配_改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+130 KB
...改用更安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/Default~ipad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+365 KB
...安全的HTTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 KB
...S/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/Default~ipad~landscape.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+345 KB
...博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+129 KB
.../Images.xcassets/LaunchImage.launchimage/Default~ipad~landscape~nostatusbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+130 KB
...微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/Default~ipad~nostatusbar.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+274 KB
...博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Oops, something went wrong.
Binary file added
BIN
+271 KB
...微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Oops, something went wrong.
Binary file added
BIN
+129 KB
...TTPS/微博@iOS程序犭袁/Images.xcassets/LaunchImage.launchimage/[email protected]
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.