|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 | 3 | <plist version="1.0"> |
4 | | - <dict> |
5 | | - <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>en</string> |
7 | | - <key>CFBundleExecutable</key> |
8 | | - <string>$(EXECUTABLE_NAME)</string> |
9 | | - <key>CFBundleIdentifier</key> |
10 | | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
11 | | - <key>CFBundleInfoDictionaryVersion</key> |
12 | | - <string>6.0</string> |
13 | | - <key>CFBundleName</key> |
14 | | - <string>$(PRODUCT_NAME)</string> |
15 | | - <key>CFBundlePackageType</key> |
16 | | - <string>APPL</string> |
17 | | - <key>CFBundleShortVersionString</key> |
18 | | - <string>1.0</string> |
19 | | - <key>CFBundleSignature</key> |
20 | | - <string>????</string> |
21 | | - <key>CFBundleVersion</key> |
22 | | - <string>1</string> |
23 | | - <key>LSRequiresIPhoneOS</key> |
24 | | - <true/> |
25 | | - <key>UILaunchStoryboardName</key> |
26 | | - <string>LaunchScreen</string> |
27 | | - <key>UIRequiredDeviceCapabilities</key> |
28 | | - <array> |
29 | | - <string>armv7</string> |
30 | | - </array> |
31 | | - <key>UISupportedInterfaceOrientations</key> |
32 | | - <array> |
33 | | - <string>UIInterfaceOrientationPortrait</string> |
34 | | - </array> |
35 | | - <key>UIViewControllerBasedStatusBarAppearance</key> |
36 | | - <false/> |
37 | | - <key>NSLocationWhenInUseUsageDescription</key> |
38 | | - <string></string> |
39 | | - <key>NSAppTransportSecurity</key> |
40 | | - <dict> |
41 | | - <key>NSExceptionDomains</key> |
42 | | - <dict> |
43 | | - <key>stolaf-flash.streamguys.net</key> |
44 | | - <dict> |
45 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
46 | | - <true/> |
47 | | - </dict> |
48 | | - <key>wp.stolaf.edu</key> |
49 | | - <dict> |
50 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
51 | | - <true/> |
52 | | - </dict> |
53 | | - <key>oleville.com</key> |
54 | | - <dict> |
55 | | - <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
56 | | - <true/> |
57 | | - </dict> |
58 | | - <key>manitoumessenger.com</key> |
59 | | - <dict> |
60 | | - <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
61 | | - <true/> |
62 | | - </dict> |
63 | | - <key>youarriveontime.com</key> |
64 | | - <dict> |
65 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
66 | | - <true/> |
67 | | - </dict> |
68 | | - <key>van-go.info</key> |
69 | | - <dict> |
70 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
71 | | - <true/> |
72 | | - </dict> |
73 | | - <key>localhost</key> |
74 | | - <dict> |
75 | | - <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
76 | | - <true/> |
77 | | - </dict> |
78 | | - <key>stolaf.cafebonappetit.com</key> |
79 | | - <dict> |
80 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
81 | | - <true/> |
82 | | - </dict> |
83 | | - <key>template.cafebonappetit.com</key> |
84 | | - <dict> |
85 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
86 | | - <true/> |
87 | | - </dict> |
88 | | - <key>bamco.com</key> |
89 | | - <dict> |
90 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
91 | | - <true/> |
92 | | - </dict> |
93 | | - <key>hub.cafebonappetit.com</key> |
94 | | - <dict> |
95 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
96 | | - <true/> |
97 | | - </dict> |
98 | | - <key>legacy.cafebonappetit.com</key> |
99 | | - <dict> |
100 | | - <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
101 | | - <true/> |
102 | | - </dict> |
103 | | - </dict> |
104 | | - </dict> |
105 | | - <key>UIAppFonts</key> |
106 | | - <array> |
107 | | - <string>Entypo.ttf</string> |
108 | | - <string>EvilIcons.ttf</string> |
109 | | - <string>FontAwesome.ttf</string> |
110 | | - <string>Foundation.ttf</string> |
111 | | - <string>Ionicons.ttf</string> |
112 | | - <string>MaterialIcons.ttf</string> |
113 | | - <string>Octicons.ttf</string> |
114 | | - <string>Zocial.ttf</string> |
115 | | - </array> |
116 | | - </dict> |
| 4 | +<dict> |
| 5 | + <key>CFBundleDevelopmentRegion</key> |
| 6 | + <string>en</string> |
| 7 | + <key>CFBundleExecutable</key> |
| 8 | + <string>$(EXECUTABLE_NAME)</string> |
| 9 | + <key>CFBundleIdentifier</key> |
| 10 | + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 11 | + <key>CFBundleInfoDictionaryVersion</key> |
| 12 | + <string>6.0</string> |
| 13 | + <key>CFBundleName</key> |
| 14 | + <string>$(PRODUCT_NAME)</string> |
| 15 | + <key>CFBundlePackageType</key> |
| 16 | + <string>APPL</string> |
| 17 | + <key>CFBundleShortVersionString</key> |
| 18 | + <string>1.0</string> |
| 19 | + <key>CFBundleSignature</key> |
| 20 | + <string>????</string> |
| 21 | + <key>CFBundleVersion</key> |
| 22 | + <string>1</string> |
| 23 | + <key>LSRequiresIPhoneOS</key> |
| 24 | + <true/> |
| 25 | + <key>NSAppTransportSecurity</key> |
| 26 | + <dict> |
| 27 | + <key>NSExceptionDomains</key> |
| 28 | + <dict> |
| 29 | + <key>bamco.com</key> |
| 30 | + <dict> |
| 31 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 32 | + <true/> |
| 33 | + </dict> |
| 34 | + <key>hub.cafebonappetit.com</key> |
| 35 | + <dict> |
| 36 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 37 | + <true/> |
| 38 | + </dict> |
| 39 | + <key>legacy.cafebonappetit.com</key> |
| 40 | + <dict> |
| 41 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 42 | + <true/> |
| 43 | + </dict> |
| 44 | + <key>localhost</key> |
| 45 | + <dict> |
| 46 | + <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
| 47 | + <true/> |
| 48 | + </dict> |
| 49 | + <key>manitoumessenger.com</key> |
| 50 | + <dict> |
| 51 | + <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
| 52 | + <true/> |
| 53 | + </dict> |
| 54 | + <key>oleville.com</key> |
| 55 | + <dict> |
| 56 | + <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
| 57 | + <true/> |
| 58 | + </dict> |
| 59 | + <key>stolaf-flash.streamguys.net</key> |
| 60 | + <dict> |
| 61 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 62 | + <true/> |
| 63 | + </dict> |
| 64 | + <key>stolaf.cafebonappetit.com</key> |
| 65 | + <dict> |
| 66 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 67 | + <true/> |
| 68 | + </dict> |
| 69 | + <key>template.cafebonappetit.com</key> |
| 70 | + <dict> |
| 71 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 72 | + <true/> |
| 73 | + </dict> |
| 74 | + <key>van-go.info</key> |
| 75 | + <dict> |
| 76 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 77 | + <true/> |
| 78 | + </dict> |
| 79 | + <key>wp.stolaf.edu</key> |
| 80 | + <dict> |
| 81 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 82 | + <true/> |
| 83 | + </dict> |
| 84 | + <key>youarriveontime.com</key> |
| 85 | + <dict> |
| 86 | + <key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key> |
| 87 | + <true/> |
| 88 | + </dict> |
| 89 | + </dict> |
| 90 | + </dict> |
| 91 | + <key>NSLocationWhenInUseUsageDescription</key> |
| 92 | + <string></string> |
| 93 | + <key>UIAppFonts</key> |
| 94 | + <array> |
| 95 | + <string>Entypo.ttf</string> |
| 96 | + <string>EvilIcons.ttf</string> |
| 97 | + <string>FontAwesome.ttf</string> |
| 98 | + <string>Foundation.ttf</string> |
| 99 | + <string>Ionicons.ttf</string> |
| 100 | + <string>MaterialIcons.ttf</string> |
| 101 | + <string>Octicons.ttf</string> |
| 102 | + <string>Zocial.ttf</string> |
| 103 | + </array> |
| 104 | + <key>UIRequiredDeviceCapabilities</key> |
| 105 | + <array> |
| 106 | + <string>armv7</string> |
| 107 | + </array> |
| 108 | + <key>UISupportedInterfaceOrientations</key> |
| 109 | + <array> |
| 110 | + <string>UIInterfaceOrientationPortrait</string> |
| 111 | + </array> |
| 112 | + <key>UIViewControllerBasedStatusBarAppearance</key> |
| 113 | + <false/> |
| 114 | +</dict> |
117 | 115 | </plist> |
0 commit comments