Skip to content

Commit 95e3864

Browse files
committedOct 17, 2016
update project
1 parent c6dbcb1 commit 95e3864

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed
 

‎.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ DerivedData
2424
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
2525
#
2626
# Pods/
27-
*.swp
28-
*.swo
27+
*.sw*
28+
*.un~
29+
.DS_Store

‎README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
feedit-ios
2-
==========
1+
# feedit_ios
32

43
feedit ios

‎assets/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
webview
2-
=======
1+
# webview

‎feedit_ios/Images.xcassets/AppIcon.appiconset/Contents.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"size" : "29x29",
515
"idiom" : "iphone",

‎feedit_ios/Info.plist

+5
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,10 @@
3838
<string>UIInterfaceOrientationLandscapeLeft</string>
3939
<string>UIInterfaceOrientationLandscapeRight</string>
4040
</array>
41+
<key>NSAppTransportSecurity</key>
42+
<dict>
43+
<key>NSAllowsArbitraryLoads</key>
44+
<true/>
45+
</dict>
4146
</dict>
4247
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.