From e2aa73e4b32ea14e7e88a22eaaa601f77440ea1e Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Fri, 2 Oct 2015 21:21:44 +0200 Subject: [PATCH] Fixes xcode warnings. --- .../xcshareddata/xcschemes/RxBlocking-OSX.xcscheme | 2 +- .../xcshareddata/xcschemes/RxBlocking-iOS.xcscheme | 2 +- .../xcschemes/RxBlocking-watchOS.xcscheme | 2 +- .../xcshareddata/xcschemes/RxCocoa-OSX.xcscheme | 2 +- .../xcshareddata/xcschemes/RxCocoa-iOS.xcscheme | 2 +- .../xcschemes/RxCocoa-watchOS.xcscheme | 2 +- .../xcshareddata/xcschemes/RxSwift-OSX.xcscheme | 2 +- .../xcshareddata/xcschemes/RxSwift-iOS.xcscheme | 2 +- .../xcschemes/RxSwift-watchOS.xcscheme | 2 +- RxExample/RxExample.xcodeproj/project.pbxproj | 14 ++++++++++++-- .../xcshareddata/xcschemes/RxExample-OSX.xcscheme | 2 +- .../xcschemes/RxExample-iOS-no-module.xcscheme | 2 +- .../xcshareddata/xcschemes/RxExample-iOS.xcscheme | 2 +- .../APIWrappers/APIWrappersViewController.swift | 2 +- .../Examples/TableView/TableViewController.swift | 2 +- .../AppIcon.appiconset/Contents.json | 5 ----- RxExample/RxExample/Info-OSX.plist | 6 +++--- RxExample/RxExample/Info-iOS.plist | 12 ++++++------ .../xcshareddata/xcschemes/RxTests-OSX.xcscheme | 2 +- .../xcshareddata/xcschemes/RxTests-iOS.xcscheme | 2 +- 20 files changed, 37 insertions(+), 32 deletions(-) diff --git a/Rx.xcodeproj/xcshareddata/xcschemes/RxBlocking-OSX.xcscheme b/Rx.xcodeproj/xcshareddata/xcschemes/RxBlocking-OSX.xcscheme index dc0324a8..3cb14f30 100644 --- a/Rx.xcodeproj/xcshareddata/xcschemes/RxBlocking-OSX.xcscheme +++ b/Rx.xcodeproj/xcshareddata/xcschemes/RxBlocking-OSX.xcscheme @@ -1,6 +1,6 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -20,9 +20,9 @@ ???? CFBundleVersion 1 - NSPrincipalClass - NSApplication NSMainStoryboardFile Main + NSPrincipalClass + NSApplication diff --git a/RxExample/RxExample/Info-iOS.plist b/RxExample/RxExample/Info-iOS.plist index ec238e9c..3f8076ad 100644 --- a/RxExample/RxExample/Info-iOS.plist +++ b/RxExample/RxExample/Info-iOS.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - Krunoslav-Zaher.$(PRODUCT_NAME:rfc1034identifier) + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -22,6 +22,11 @@ 1 LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + NSLocationAlwaysUsageDescription We need location UILaunchStoryboardName @@ -38,11 +43,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait diff --git a/RxTests/RxTests.xcodeproj/xcshareddata/xcschemes/RxTests-OSX.xcscheme b/RxTests/RxTests.xcodeproj/xcshareddata/xcschemes/RxTests-OSX.xcscheme index 4be56a2a..4f6e4922 100644 --- a/RxTests/RxTests.xcodeproj/xcshareddata/xcschemes/RxTests-OSX.xcscheme +++ b/RxTests/RxTests.xcodeproj/xcshareddata/xcschemes/RxTests-OSX.xcscheme @@ -1,6 +1,6 @@