Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
Apply recommended upgrades for Xcode 7.1
Browse files Browse the repository at this point in the history
Unfortunately, this entire commit is essentially just noise to get Xcode to be happy again. Don't worry, Xcode, be happy!
  • Loading branch information
aaronbrethorst committed Oct 28, 2015
1 parent e74b306 commit 54e6167
Show file tree
Hide file tree
Showing 19 changed files with 409 additions and 1,943 deletions.
29 changes: 14 additions & 15 deletions Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>BUNDLE_IDENTIFIER</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand All @@ -35,6 +35,19 @@
<string>GIT_COMMIT_SHA</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>onebusaway.org</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationUsageDescription</key>
<string>Your location will be used to show nearby stops and routes.</string>
<key>NSLocationWhenInUseUsageDescription</key>
Expand All @@ -59,19 +72,5 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>onebusaway.org</key>
<dict>
<!-- Turns off all ATS requirements for onebusaway.org -->
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion OneBusAway Tests/Info.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>org.onebusaway.iphone.$(PRODUCT_NAME:rfc1034identifier)</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
10 changes: 10 additions & 0 deletions OneBusAway/Images.xcassets/AppIcon.appiconset/Contents.json
Expand Up @@ -12,12 +12,22 @@
"filename" : "oba_logo29@2x.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "oba_logo40@2x.png",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"size" : "57x57",
"idiom" : "iphone",
Expand Down
320 changes: 56 additions & 264 deletions controls/progress/OBAProgressIndicatorView.xib

Large diffs are not rendered by default.

0 comments on commit 54e6167

Please sign in to comment.