diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-02-03 09:55:31 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-02-03 09:55:31 -0600 |
| commit | 0cafec445af0a97d96feb1a1daefa1486142c73f (patch) | |
| tree | 818df31eec1895518ad805219b79bc63f9f616aa /Super Polarity.xcodeproj | |
| parent | 830829dec0596760d0cba38d959ab2646112f61b (diff) | |
Removes old stuff, adds mac proj
Diffstat (limited to 'Super Polarity.xcodeproj')
6 files changed, 0 insertions, 436 deletions
diff --git a/Super Polarity.xcodeproj/project.pbxproj b/Super Polarity.xcodeproj/project.pbxproj deleted file mode 100644 index b39b0e2..0000000 --- a/Super Polarity.xcodeproj/project.pbxproj +++ /dev/null @@ -1,303 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 8E9D78F817BA646F00C76DC9 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 8E9D78F617BA646F00C76DC9 /* main.c */; }; - 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792117BA690700C76DC9 /* SDL2_image.framework */; }; - 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */; }; - 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792317BA690700C76DC9 /* SDL2_net.framework */; }; - 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */; }; - 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8E9D792517BA690700C76DC9 /* SDL2.framework */; }; - 8EC3B7BA17BB185D00D3BDD0 /* ben.png in Copy Static Images */ = {isa = PBXBuildFile; fileRef = 8EC3B7B917BB185700D3BDD0 /* ben.png */; }; - 8EE9CAD717BBB26E00CA3A98 /* actor.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EE9CAD617BBB26E00CA3A98 /* actor.c */; }; - 8EE9CADA17BBB6BF00CA3A98 /* actor_manager.c in Sources */ = {isa = PBXBuildFile; fileRef = 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 8E9D78E717BA63F400C76DC9 /* Copy Static Images */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 12; - dstPath = data/img/static; - dstSubfolderSpec = 16; - files = ( - 8EC3B7BA17BB185D00D3BDD0 /* ben.png in Copy Static Images */, - ); - name = "Copy Static Images"; - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 8E9D78E917BA63F400C76DC9 /* Super Polarity */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Super Polarity"; sourceTree = BUILT_PRODUCTS_DIR; }; - 8E9D78F617BA646F00C76DC9 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; - 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = Super_Polarity.1; sourceTree = "<group>"; }; - 8E9D792117BA690700C76DC9 /* SDL2_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_image.framework; path = vendor/frameworks/SDL2_image.framework; sourceTree = "<group>"; }; - 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_mixer.framework; path = vendor/frameworks/SDL2_mixer.framework; sourceTree = "<group>"; }; - 8E9D792317BA690700C76DC9 /* SDL2_net.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_net.framework; path = vendor/frameworks/SDL2_net.framework; sourceTree = "<group>"; }; - 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2_ttf.framework; path = vendor/frameworks/SDL2_ttf.framework; sourceTree = "<group>"; }; - 8E9D792517BA690700C76DC9 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = vendor/frameworks/SDL2.framework; sourceTree = "<group>"; }; - 8EC3B7B917BB185700D3BDD0 /* ben.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ben.png; path = data/img/static/ben.png; sourceTree = "<group>"; }; - 8EE9CAD517BBAD9000CA3A98 /* actor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = actor.h; sourceTree = "<group>"; }; - 8EE9CAD617BBB26E00CA3A98 /* actor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = actor.c; sourceTree = "<group>"; }; - 8EE9CAD817BBB6B000CA3A98 /* actor_manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = actor_manager.h; sourceTree = "<group>"; }; - 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = actor_manager.c; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8E9D78E617BA63F400C76DC9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E9D792617BA690700C76DC9 /* SDL2_image.framework in Frameworks */, - 8E9D792717BA690700C76DC9 /* SDL2_mixer.framework in Frameworks */, - 8E9D792817BA690700C76DC9 /* SDL2_net.framework in Frameworks */, - 8E9D792917BA690700C76DC9 /* SDL2_ttf.framework in Frameworks */, - 8E9D792A17BA690700C76DC9 /* SDL2.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 8E9D78E017BA63F400C76DC9 = { - isa = PBXGroup; - children = ( - 8EC3B7B617BB183500D3BDD0 /* data */, - 8E9D792117BA690700C76DC9 /* SDL2_image.framework */, - 8E9D792217BA690700C76DC9 /* SDL2_mixer.framework */, - 8E9D792317BA690700C76DC9 /* SDL2_net.framework */, - 8E9D792417BA690700C76DC9 /* SDL2_ttf.framework */, - 8E9D792517BA690700C76DC9 /* SDL2.framework */, - 8E9D78F517BA646F00C76DC9 /* src */, - 8E9D78EA17BA63F400C76DC9 /* Products */, - ); - sourceTree = "<group>"; - }; - 8E9D78EA17BA63F400C76DC9 /* Products */ = { - isa = PBXGroup; - children = ( - 8E9D78E917BA63F400C76DC9 /* Super Polarity */, - ); - name = Products; - sourceTree = "<group>"; - }; - 8E9D78F517BA646F00C76DC9 /* src */ = { - isa = PBXGroup; - children = ( - 8EE9CAD417BBAD6D00CA3A98 /* lib */, - 8E9D78F617BA646F00C76DC9 /* main.c */, - 8E9D78F717BA646F00C76DC9 /* Super_Polarity.1 */, - ); - path = src; - sourceTree = "<group>"; - }; - 8EC3B7B617BB183500D3BDD0 /* data */ = { - isa = PBXGroup; - children = ( - 8EC3B7B717BB183900D3BDD0 /* img */, - ); - name = data; - sourceTree = "<group>"; - }; - 8EC3B7B717BB183900D3BDD0 /* img */ = { - isa = PBXGroup; - children = ( - 8EC3B7B817BB183E00D3BDD0 /* static */, - ); - name = img; - sourceTree = "<group>"; - }; - 8EC3B7B817BB183E00D3BDD0 /* static */ = { - isa = PBXGroup; - children = ( - 8EC3B7B917BB185700D3BDD0 /* ben.png */, - ); - name = static; - sourceTree = "<group>"; - }; - 8EE9CAD417BBAD6D00CA3A98 /* lib */ = { - isa = PBXGroup; - children = ( - 8EE9CAD517BBAD9000CA3A98 /* actor.h */, - 8EE9CAD617BBB26E00CA3A98 /* actor.c */, - 8EE9CAD817BBB6B000CA3A98 /* actor_manager.h */, - 8EE9CAD917BBB6BF00CA3A98 /* actor_manager.c */, - ); - name = lib; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8E9D78E817BA63F400C76DC9 /* Super Polarity */ = { - isa = PBXNativeTarget; - buildConfigurationList = 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */; - buildPhases = ( - 8E9D78E517BA63F400C76DC9 /* Sources */, - 8E9D78E617BA63F400C76DC9 /* Frameworks */, - 8E9D78E717BA63F400C76DC9 /* Copy Static Images */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "Super Polarity"; - productName = "Super Polarity"; - productReference = 8E9D78E917BA63F400C76DC9 /* Super Polarity */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 8E9D78E117BA63F400C76DC9 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0460; - ORGANIZATIONNAME = Abuguet; - }; - buildConfigurationList = 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 8E9D78E017BA63F400C76DC9; - productRefGroup = 8E9D78EA17BA63F400C76DC9 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8E9D78E817BA63F400C76DC9 /* Super Polarity */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 8E9D78E517BA63F400C76DC9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8E9D78F817BA646F00C76DC9 /* main.c in Sources */, - 8EE9CAD717BBB26E00CA3A98 /* actor.c in Sources */, - 8EE9CADA17BBB6BF00CA3A98 /* actor_manager.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 8E9D78F017BA63F400C76DC9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - }; - name = Debug; - }; - 8E9D78F117BA63F400C76DC9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - SDKROOT = macosx; - }; - name = Release; - }; - 8E9D78F317BA63F400C76DC9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/vendor/frameworks\"", - ); - MACH_O_TYPE = mh_execute; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Debug; - }; - 8E9D78F417BA63F400C76DC9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CLANG_ENABLE_OBJC_ARC = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "\"$(SRCROOT)/vendor/frameworks\"", - ); - MACH_O_TYPE = mh_execute; - PRODUCT_NAME = "$(TARGET_NAME)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 8E9D78E417BA63F400C76DC9 /* Build configuration list for PBXProject "Super Polarity" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E9D78F017BA63F400C76DC9 /* Debug */, - 8E9D78F117BA63F400C76DC9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8E9D78F217BA63F400C76DC9 /* Build configuration list for PBXNativeTarget "Super Polarity" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 8E9D78F317BA63F400C76DC9 /* Debug */, - 8E9D78F417BA63F400C76DC9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 8E9D78E117BA63F400C76DC9 /* Project object */; -} diff --git a/Super Polarity.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Super Polarity.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 2327488..0000000 --- a/Super Polarity.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Workspace - version = "1.0"> - <FileRef - location = "self:Super Polarity.xcodeproj"> - </FileRef> -</Workspace> diff --git a/Super Polarity.xcodeproj/project.xcworkspace/xcuserdata/benbeltran.xcuserdatad/UserInterfaceState.xcuserstate b/Super Polarity.xcodeproj/project.xcworkspace/xcuserdata/benbeltran.xcuserdatad/UserInterfaceState.xcuserstate Binary files differdeleted file mode 100644 index 05ba073..0000000 --- a/Super Polarity.xcodeproj/project.xcworkspace/xcuserdata/benbeltran.xcuserdatad/UserInterfaceState.xcuserstate +++ /dev/null diff --git a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist deleted file mode 100644 index a05e410..0000000 --- a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Bucket - type = "1" - version = "1.0"> - <FileBreakpoints> - <FileBreakpoint - shouldBeEnabled = "Yes" - ignoreCount = "0" - continueAfterRunningActions = "No" - filePath = "src/actor.h" - timestampString = "398180339.270324" - startingColumnNumber = "9223372036854775807" - endingColumnNumber = "9223372036854775807" - startingLineNumber = "26" - endingLineNumber = "26"> - </FileBreakpoint> - </FileBreakpoints> -</Bucket> diff --git a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/Super Polarity.xcscheme b/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/Super Polarity.xcscheme deleted file mode 100644 index 70a0f9e..0000000 --- a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/Super Polarity.xcscheme +++ /dev/null @@ -1,86 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Scheme - LastUpgradeVersion = "0460" - version = "1.3"> - <BuildAction - parallelizeBuildables = "YES" - buildImplicitDependencies = "YES"> - <BuildActionEntries> - <BuildActionEntry - buildForTesting = "YES" - buildForRunning = "YES" - buildForProfiling = "YES" - buildForArchiving = "YES" - buildForAnalyzing = "YES"> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "8E9D78E817BA63F400C76DC9" - BuildableName = "Super Polarity" - BlueprintName = "Super Polarity" - ReferencedContainer = "container:Super Polarity.xcodeproj"> - </BuildableReference> - </BuildActionEntry> - </BuildActionEntries> - </BuildAction> - <TestAction - selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" - selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - shouldUseLaunchSchemeArgsEnv = "YES" - buildConfiguration = "Debug"> - <Testables> - </Testables> - <MacroExpansion> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "8E9D78E817BA63F400C76DC9" - BuildableName = "Super Polarity" - BlueprintName = "Super Polarity" - ReferencedContainer = "container:Super Polarity.xcodeproj"> - </BuildableReference> - </MacroExpansion> - </TestAction> - <LaunchAction - selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" - selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - launchStyle = "0" - useCustomWorkingDirectory = "NO" - buildConfiguration = "Debug" - ignoresPersistentStateOnLaunch = "NO" - debugDocumentVersioning = "YES" - allowLocationSimulation = "YES"> - <BuildableProductRunnable> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "8E9D78E817BA63F400C76DC9" - BuildableName = "Super Polarity" - BlueprintName = "Super Polarity" - ReferencedContainer = "container:Super Polarity.xcodeproj"> - </BuildableReference> - </BuildableProductRunnable> - <AdditionalOptions> - </AdditionalOptions> - </LaunchAction> - <ProfileAction - shouldUseLaunchSchemeArgsEnv = "YES" - savedToolIdentifier = "" - useCustomWorkingDirectory = "NO" - buildConfiguration = "Release" - debugDocumentVersioning = "YES"> - <BuildableProductRunnable> - <BuildableReference - BuildableIdentifier = "primary" - BlueprintIdentifier = "8E9D78E817BA63F400C76DC9" - BuildableName = "Super Polarity" - BlueprintName = "Super Polarity" - ReferencedContainer = "container:Super Polarity.xcodeproj"> - </BuildableReference> - </BuildableProductRunnable> - </ProfileAction> - <AnalyzeAction - buildConfiguration = "Debug"> - </AnalyzeAction> - <ArchiveAction - buildConfiguration = "Release" - revealArchiveInOrganizer = "YES"> - </ArchiveAction> -</Scheme> diff --git a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/xcschememanagement.plist b/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 4f2135b..0000000 --- a/Super Polarity.xcodeproj/xcuserdata/benbeltran.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>SchemeUserState</key> - <dict> - <key>Super Polarity.xcscheme</key> - <dict> - <key>orderHint</key> - <integer>0</integer> - </dict> - </dict> - <key>SuppressBuildableAutocreation</key> - <dict> - <key>8E9D78E817BA63F400C76DC9</key> - <dict> - <key>primary</key> - <true/> - </dict> - </dict> -</dict> -</plist> |