Skip to content

Commit d141007

Browse files
author
shangkun
committed
Support HandyJSON
1 parent 49db58c commit d141007

File tree

4 files changed

+256
-139
lines changed

4 files changed

+256
-139
lines changed

SKGenerateModelTool/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<string>1</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
</dict>
2530
<key>NSHumanReadableCopyright</key>
2631
<string>Copyright © 2020 wushangkun. All rights reserved.</string>
2732
<key>NSMainStoryboardFile</key>
@@ -32,10 +37,5 @@
3237
<true/>
3338
<key>NSSupportsSuddenTermination</key>
3439
<true/>
35-
<key>NSAppTransportSecurity</key>
36-
<dict>
37-
<key>NSAllowsArbitraryLoads</key>
38-
<true/>
39-
</dict>
4040
</dict>
4141
</plist>

0 commit comments

Comments
 (0)