Advertisement
Guest User

ofZach::projectGeneratorSimple

a guest
Oct 11th, 2014
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 7.33 KB | None | 0 0
  1. diff --git a/projectGenerator.xcodeproj/project.pbxproj b/projectGenerator.xcodeproj/project.pbxproj
  2. index f423075..2509e98 100644
  3. --- a/projectGenerator.xcodeproj/project.pbxproj
  4. +++ b/projectGenerator.xcodeproj/project.pbxproj
  5. @@ -3,7 +3,7 @@
  6.     archiveVersion = 1;
  7.     classes = {
  8.     };
  9. -   objectVersion = 42;
  10. +   objectVersion = 46;
  11.     objects = {
  12.  
  13.  /* Begin PBXBuildFile section */
  14. @@ -27,7 +27,7 @@
  15.         27C4A1BF179491920031C6E4 /* ofxSlider.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C4A1B4179491920031C6E4 /* ofxSlider.cpp */; };
  16.         27C4A1C0179491920031C6E4 /* ofxSliderGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C4A1B6179491920031C6E4 /* ofxSliderGroup.cpp */; };
  17.         27C4A1C1179491920031C6E4 /* ofxToggle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 27C4A1B8179491920031C6E4 /* ofxToggle.cpp */; };
  18. -       BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
  19. +       BBAB23CB13894F3D00AA2426 /* GLUT.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
  20.         E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E4328148138ABC890047C5CB /* openFrameworksDebug.a */; };
  21.         E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9710E8CC7DD009D7055 /* AGL.framework */; };
  22.         E45BE97C0E8CC7DD009D7055 /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E45BE9720E8CC7DD009D7055 /* ApplicationServices.framework */; };
  23. @@ -44,6 +44,7 @@
  24.         E4C2424810CC5A17004149E2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424510CC5A17004149E2 /* Cocoa.framework */; };
  25.         E4C2424910CC5A17004149E2 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4C2424610CC5A17004149E2 /* IOKit.framework */; };
  26.         E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBAB23BE13894E4700AA2426 /* GLUT.framework */; };
  27. +       EF9DB1ED19E99A7D00D6EE16 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EF9DB1EC19E99A7D00D6EE16 /* CoreVideo.framework */; };
  28.  /* End PBXBuildFile section */
  29.  
  30.  /* Begin PBXContainerItemProxy section */
  31. @@ -140,6 +141,7 @@
  32.         E4C2424610CC5A17004149E2 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = "<absolute>"; };
  33.         E4EB691F138AFCF100A09F29 /* CoreOF.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = CoreOF.xcconfig; path = ../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig; sourceTree = SOURCE_ROOT; };
  34.         E4EB6923138AFD0F00A09F29 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Project.xcconfig; sourceTree = "<group>"; };
  35. +       EF9DB1EC19E99A7D00D6EE16 /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
  36.  /* End PBXFileReference section */
  37.  
  38.  /* Begin PBXFrameworksBuildPhase section */
  39. @@ -147,6 +149,7 @@
  40.             isa = PBXFrameworksBuildPhase;
  41.             buildActionMask = 2147483647;
  42.             files = (
  43. +               EF9DB1ED19E99A7D00D6EE16 /* CoreVideo.framework in Frameworks */,
  44.                 E4EB6799138ADC1D00A09F29 /* GLUT.framework in Frameworks */,
  45.                 E4328149138ABC9F0047C5CB /* openFrameworksDebug.a in Frameworks */,
  46.                 E45BE97B0E8CC7DD009D7055 /* AGL.framework in Frameworks */,
  47. @@ -341,6 +344,7 @@
  48.         E4B69B4A0A3A1720003C02F2 = {
  49.             isa = PBXGroup;
  50.             children = (
  51. +               EF9DB1EC19E99A7D00D6EE16 /* CoreVideo.framework */,
  52.                 E4B6FCAD0C3E899E008CF71C /* openFrameworks-Info.plist */,
  53.                 E4EB6923138AFD0F00A09F29 /* Project.xcconfig */,
  54.                 E4B69E1C0A3A1BDC003C02F2 /* src */,
  55. @@ -402,8 +406,11 @@
  56.  /* Begin PBXProject section */
  57.         E4B69B4C0A3A1720003C02F2 /* Project object */ = {
  58.             isa = PBXProject;
  59. +           attributes = {
  60. +               LastUpgradeCheck = 0600;
  61. +           };
  62.             buildConfigurationList = E4B69B4D0A3A1720003C02F2 /* Build configuration list for PBXProject "projectGenerator" */;
  63. -           compatibilityVersion = "Xcode 2.4";
  64. +           compatibilityVersion = "Xcode 3.2";
  65.             developmentRegion = English;
  66.             hasScannedForEncodings = 0;
  67.             knownRegions = (
  68. @@ -498,7 +505,6 @@
  69.             isa = XCBuildConfiguration;
  70.             baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
  71.             buildSettings = {
  72. -               ARCHS = "$(NATIVE_ARCH)";
  73.                 CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
  74.                 COPY_PHASE_STRIP = NO;
  75.                 DEAD_CODE_STRIPPING = YES;
  76. @@ -514,6 +520,7 @@
  77.                 GCC_WARN_UNINITIALIZED_AUTOS = NO;
  78.                 GCC_WARN_UNUSED_VALUE = NO;
  79.                 GCC_WARN_UNUSED_VARIABLE = NO;
  80. +               ONLY_ACTIVE_ARCH = YES;
  81.                 OTHER_CPLUSPLUSFLAGS = (
  82.                     "-D__MACOSX_CORE__",
  83.                     "-lpthread",
  84. @@ -525,7 +532,6 @@
  85.             isa = XCBuildConfiguration;
  86.             baseConfigurationReference = E4EB6923138AFD0F00A09F29 /* Project.xcconfig */;
  87.             buildSettings = {
  88. -               ARCHS = "$(NATIVE_ARCH)";
  89.                 CONFIGURATION_BUILD_DIR = "$(SRCROOT)/bin/";
  90.                 COPY_PHASE_STRIP = YES;
  91.                 DEAD_CODE_STRIPPING = YES;
  92. @@ -553,6 +559,8 @@
  93.         E4B69B600A3A1757003C02F2 /* Debug */ = {
  94.             isa = XCBuildConfiguration;
  95.             buildSettings = {
  96. +               ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  97. +               COMBINE_HIDPI_IMAGES = YES;
  98.                 COPY_PHASE_STRIP = NO;
  99.                 FRAMEWORK_SEARCH_PATHS = (
  100.                     "$(inherited)",
  101. @@ -644,6 +652,8 @@
  102.         E4B69B610A3A1757003C02F2 /* Release */ = {
  103.             isa = XCBuildConfiguration;
  104.             buildSettings = {
  105. +               ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  106. +               COMBINE_HIDPI_IMAGES = YES;
  107.                 COPY_PHASE_STRIP = YES;
  108.                 FRAMEWORK_SEARCH_PATHS = (
  109.                     "$(inherited)",
  110. diff --git a/projectGenerator.xcodeproj/xcshareddata/xcschemes/projectGenerator.xcscheme b/projectGenerator.xcodeproj/xcshareddata/xcschemes/projectGenerator.xcscheme
  111. index 26b82c6..82f7743 100644
  112. --- a/projectGenerator.xcodeproj/xcshareddata/xcschemes/projectGenerator.xcscheme
  113. +++ b/projectGenerator.xcodeproj/xcshareddata/xcschemes/projectGenerator.xcscheme
  114. @@ -1,5 +1,6 @@
  115.  <?xml version="1.0" encoding="UTF-8"?>
  116.  <Scheme
  117. +   LastUpgradeVersion = "0600"
  118.     version = "1.3">
  119.     <BuildAction
  120.        parallelizeBuildables = "YES"
  121. @@ -22,7 +23,7 @@
  122.        </BuildActionEntries>
  123.     </BuildAction>
  124.     <TestAction
  125. -      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
  126. +      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  127.        selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
  128.        shouldUseLaunchSchemeArgsEnv = "YES"
  129.        buildConfiguration = "Debug">
  130. @@ -39,11 +40,12 @@
  131.        </MacroExpansion>
  132.     </TestAction>
  133.     <LaunchAction
  134. -      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.GDB"
  135. +      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
  136.        selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.GDB"
  137.        launchStyle = "0"
  138.        useCustomWorkingDirectory = "NO"
  139.        buildConfiguration = "Debug"
  140. +      ignoresPersistentStateOnLaunch = "NO"
  141.        debugDocumentVersioning = "YES"
  142.        allowLocationSimulation = "YES">
  143.        <BuildableProductRunnable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement