Browse Source

Remove VLCFixups.h since we require Xcode 5 for compilation anyway

Felix Paul Kühne 11 years ago
parent
commit
d7284efbe9

+ 0 - 1
Sources/VLC for iOS-Prefix.pch

@@ -17,7 +17,6 @@
 #import <MediaLibraryKit/MediaLibraryKit.h>
 #import <MediaLibraryKit/MediaLibraryKit.h>
 
 
 #import "VLCConstants.h"
 #import "VLCConstants.h"
-#import "VLCFixups.h"
 
 
 #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v)  ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
 #define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v)  ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
 
 

+ 0 - 21
Sources/VLCFixups.h

@@ -1,21 +0,0 @@
-/*****************************************************************************
- * VLCFixups.h
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2013 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Felix Paul Kühne <fkuehne # videolan.org>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
-
-#ifndef __IPHONE_7_0
-
-@interface UINavigationBar (UnimplementedCompileTimeFixesForThePast)
-
-@property(nonatomic,retain) UIColor *barTintColor;
-
-@end
-
-#endif

+ 1 - 3
Sources/VLCMenuTableViewController.m

@@ -141,9 +141,7 @@
 - (BOOL)shouldAutorotate
 - (BOOL)shouldAutorotate
 {
 {
     UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation];
     UIInterfaceOrientation orientation = [[UIApplication sharedApplication] statusBarOrientation];
-	return (orientation == UIInterfaceOrientationPortraitUpsideDown)
-    ? (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
-    : YES;
+	return (orientation == UIInterfaceOrientationPortraitUpsideDown) ? (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) : YES;
 }
 }
 
 
 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {

+ 0 - 2
VLC for iOS.xcodeproj/project.pbxproj

@@ -724,7 +724,6 @@
 		7DC87AEF17413634009DC250 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
 		7DC87AEF17413634009DC250 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
 		7DC87AF017413A17009DC250 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
 		7DC87AF017413A17009DC250 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
 		7DD2A3A8179C04A6003EB537 /* OpenSans-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OpenSans-Regular.ttf"; sourceTree = "<group>"; };
 		7DD2A3A8179C04A6003EB537 /* OpenSans-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "OpenSans-Regular.ttf"; sourceTree = "<group>"; };
-		7DD8DDAF17C915F400E7AE4B /* VLCFixups.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCFixups.h; path = Sources/VLCFixups.h; sourceTree = "<group>"; };
 		7DDD0428172D98E5005A7B10 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
 		7DDD0428172D98E5005A7B10 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
 		7DE1862A175BA9A5006C0173 /* en */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = en; path = "en.lproj/badgeUnread@2x~ipad.png"; sourceTree = "<group>"; };
 		7DE1862A175BA9A5006C0173 /* en */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = en; path = "en.lproj/badgeUnread@2x~ipad.png"; sourceTree = "<group>"; };
 		7DE1862D175BA9A9006C0173 /* en */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = en; path = "en.lproj/badgeUnread@2x~iphone.png"; sourceTree = "<group>"; };
 		7DE1862D175BA9A9006C0173 /* en */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = en; path = "en.lproj/badgeUnread@2x~iphone.png"; sourceTree = "<group>"; };
@@ -1469,7 +1468,6 @@
 			isa = PBXGroup;
 			isa = PBXGroup;
 			children = (
 			children = (
 				7D6B08BB174A72A900A05173 /* VLCConstants.h */,
 				7D6B08BB174A72A900A05173 /* VLCConstants.h */,
-				7DD8DDAF17C915F400E7AE4B /* VLCFixups.h */,
 				7DBBF180183AB3B80009A339 /* VLCAppDelegate.h */,
 				7DBBF180183AB3B80009A339 /* VLCAppDelegate.h */,
 				7DBBF181183AB3B80009A339 /* VLCAppDelegate.m */,
 				7DBBF181183AB3B80009A339 /* VLCAppDelegate.m */,
 				9B51719A17EDEC8900F8FBA7 /* GoogleDrive Integration */,
 				9B51719A17EDEC8900F8FBA7 /* GoogleDrive Integration */,