|
@@ -4,17 +4,6 @@
|
|
|
<dict>
|
|
|
<key>ATSApplicationFontsPath</key>
|
|
|
<string>Fonts</string>
|
|
|
- <key>NSAppTransportSecurity</key>
|
|
|
- <dict>
|
|
|
- <key>NSAllowsArbitraryLoads</key>
|
|
|
- <true/>
|
|
|
- </dict>
|
|
|
- <key>UIAppFonts</key>
|
|
|
- <array>
|
|
|
- <string>SF-Pro-Text-Regular.otf</string>
|
|
|
- <string>SF-Pro-Text-Semibold.otf</string>
|
|
|
- <string>SF-Pro-Text-Bold.otf</string>
|
|
|
- </array>
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
<array>
|
|
|
<dict>
|
|
@@ -295,5 +284,16 @@
|
|
|
<string>KMImageDocument</string>
|
|
|
</dict>
|
|
|
</array>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
+ <key>UIAppFonts</key>
|
|
|
+ <array>
|
|
|
+ <string>SF-Pro-Text-Regular.otf</string>
|
|
|
+ <string>SF-Pro-Text-Semibold.otf</string>
|
|
|
+ <string>SF-Pro-Text-Bold.otf</string>
|
|
|
+ </array>
|
|
|
</dict>
|
|
|
</plist>
|