vlc | branch: master | Philippe Coent <[email protected]> | Tue Mar 20 16:12:37 2012 +0100| [5a0f81655700d7007d2535386069abcf5de63ea9] | committer: Felix Paul Kühne
MobileVLCKit: added support for current iOS revisions Signed-off-by: Felix Paul Kühne <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a0f81655700d7007d2535386069abcf5de63ea9 --- .../MobileVLCKit.xcodeproj/project.pbxproj | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj index 31bf769..9eeadb4 100644 --- a/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj +++ b/projects/macosx/framework/MobileVLCKit.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 45; + objectVersion = 46; objects = { /* Begin PBXAggregateTarget section */ @@ -211,9 +211,16 @@ /* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; + attributes = { + LastUpgradeCheck = 0420; + }; buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "MobileVLCKit" */; - compatibilityVersion = "Xcode 3.1"; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + en, + ); mainGroup = 0867D691FE84028FC02AAC07 /* MobileVLCKit */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; @@ -271,7 +278,6 @@ COPY_PHASE_STRIP = NO; DSTROOT = /tmp/MobileVLCKit.dst; GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -307,8 +313,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; OTHER_LDFLAGS = "-ObjC"; - PREBINDING = NO; - SDKROOT = iphoneos3.2; + SDKROOT = iphoneos; }; name = Debug; }; @@ -320,8 +325,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; OTHER_LDFLAGS = "-ObjC"; - PREBINDING = NO; - SDKROOT = iphoneos3.2; + SDKROOT = iphoneos; }; name = Release; }; @@ -340,7 +344,6 @@ buildSettings = { COPY_PHASE_STRIP = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; PRODUCT_NAME = "Aggregate static plugins"; ZERO_LINK = NO; }; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
