Skip to content
Snippets Groups Projects
Commit ceeca862 authored by Viktor Severinsson's avatar Viktor Severinsson
Browse files

xcode filen

parent abc7f025
No related branches found
No related tags found
No related merge requests found
.DS_Store 0 → 100644
File added
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
0BDAF72624585A4C00C4925A /* Menu_State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BDAF71B24585A4B00C4925A /* Menu_State.cpp */; };
0BDAF72724585A4C00C4925A /* Game_State.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BDAF71C24585A4B00C4925A /* Game_State.cpp */; };
0BDAF72824585A4C00C4925A /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BDAF71D24585A4B00C4925A /* main.cpp */; };
0BDAF72924585A4C00C4925A /* Game.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BDAF71E24585A4B00C4925A /* Game.cpp */; };
0BDAF72A24585A4C00C4925A /* Ball.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BDAF71F24585A4B00C4925A /* Ball.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
0BDAF70424585A2700C4925A /* Spelskelett-xcode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "Spelskelett-xcode"; sourceTree = BUILT_PRODUCTS_DIR; };
0BDAF71424585A4B00C4925A /* Menu_State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Menu_State.h; sourceTree = "<group>"; };
0BDAF71524585A4B00C4925A /* Ball.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ball.h; sourceTree = "<group>"; };
0BDAF71624585A4B00C4925A /* constants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = constants.h; sourceTree = "<group>"; };
0BDAF71724585A4B00C4925A /* Game.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game.h; sourceTree = "<group>"; };
0BDAF71824585A4B00C4925A /* Game_State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Game_State.h; sourceTree = "<group>"; };
0BDAF71924585A4B00C4925A /* State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = State.h; sourceTree = "<group>"; };
0BDAF71B24585A4B00C4925A /* Menu_State.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Menu_State.cpp; sourceTree = "<group>"; };
0BDAF71C24585A4B00C4925A /* Game_State.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Game_State.cpp; sourceTree = "<group>"; };
0BDAF71D24585A4B00C4925A /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
0BDAF71E24585A4B00C4925A /* Game.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Game.cpp; sourceTree = "<group>"; };
0BDAF71F24585A4B00C4925A /* Ball.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ball.cpp; sourceTree = "<group>"; };
0BDAF72224585A4C00C4925A /* balls.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = balls.png; sourceTree = "<group>"; };
0BDAF72424585A4C00C4925A /* font.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = font.ttf; sourceTree = "<group>"; };
0BDAF72524585A4C00C4925A /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
0BDAF72C24585A6B00C4925A /* Spelskelett-xcode.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Spelskelett-xcode.entitlements"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
0BDAF70224585A2700C4925A /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
0BDAF6FC24585A2700C4925A = {
isa = PBXGroup;
children = (
0BDAF72C24585A6B00C4925A /* Spelskelett-xcode.entitlements */,
0BDAF71324585A4B00C4925A /* include */,
0BDAF72524585A4C00C4925A /* Makefile */,
0BDAF72024585A4C00C4925A /* resources */,
0BDAF71A24585A4B00C4925A /* src */,
0BDAF70524585A2700C4925A /* Products */,
);
sourceTree = "<group>";
};
0BDAF70524585A2700C4925A /* Products */ = {
isa = PBXGroup;
children = (
0BDAF70424585A2700C4925A /* Spelskelett-xcode */,
);
name = Products;
sourceTree = "<group>";
};
0BDAF71324585A4B00C4925A /* include */ = {
isa = PBXGroup;
children = (
0BDAF71424585A4B00C4925A /* Menu_State.h */,
0BDAF71524585A4B00C4925A /* Ball.h */,
0BDAF71624585A4B00C4925A /* constants.h */,
0BDAF71724585A4B00C4925A /* Game.h */,
0BDAF71824585A4B00C4925A /* Game_State.h */,
0BDAF71924585A4B00C4925A /* State.h */,
);
path = include;
sourceTree = SOURCE_ROOT;
};
0BDAF71A24585A4B00C4925A /* src */ = {
isa = PBXGroup;
children = (
0BDAF71B24585A4B00C4925A /* Menu_State.cpp */,
0BDAF71C24585A4B00C4925A /* Game_State.cpp */,
0BDAF71D24585A4B00C4925A /* main.cpp */,
0BDAF71E24585A4B00C4925A /* Game.cpp */,
0BDAF71F24585A4B00C4925A /* Ball.cpp */,
);
path = src;
sourceTree = SOURCE_ROOT;
};
0BDAF72024585A4C00C4925A /* resources */ = {
isa = PBXGroup;
children = (
0BDAF72124585A4C00C4925A /* images */,
0BDAF72324585A4C00C4925A /* fonts */,
);
path = resources;
sourceTree = SOURCE_ROOT;
};
0BDAF72124585A4C00C4925A /* images */ = {
isa = PBXGroup;
children = (
0BDAF72224585A4C00C4925A /* balls.png */,
);
path = images;
sourceTree = "<group>";
};
0BDAF72324585A4C00C4925A /* fonts */ = {
isa = PBXGroup;
children = (
0BDAF72424585A4C00C4925A /* font.ttf */,
);
path = fonts;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
0BDAF70324585A2700C4925A /* Spelskelett-xcode */ = {
isa = PBXNativeTarget;
buildConfigurationList = 0BDAF71024585A2700C4925A /* Build configuration list for PBXNativeTarget "Spelskelett-xcode" */;
buildPhases = (
0BDAF70124585A2700C4925A /* Sources */,
0BDAF70224585A2700C4925A /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "Spelskelett-xcode";
productName = "Spelskelett-xcode";
productReference = 0BDAF70424585A2700C4925A /* Spelskelett-xcode */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
0BDAF6FD24585A2700C4925A /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1140;
ORGANIZATIONNAME = "Viktor Severinsson";
TargetAttributes = {
0BDAF70324585A2700C4925A = {
CreatedOnToolsVersion = 11.4.1;
};
};
};
buildConfigurationList = 0BDAF70024585A2700C4925A /* Build configuration list for PBXProject "Spelskelett-xcode" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0BDAF6FC24585A2700C4925A;
productRefGroup = 0BDAF70524585A2700C4925A /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0BDAF70324585A2700C4925A /* Spelskelett-xcode */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
0BDAF70124585A2700C4925A /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0BDAF72624585A4C00C4925A /* Menu_State.cpp in Sources */,
0BDAF72724585A4C00C4925A /* Game_State.cpp in Sources */,
0BDAF72824585A4C00C4925A /* main.cpp in Sources */,
0BDAF72924585A4C00C4925A /* Game.cpp in Sources */,
0BDAF72A24585A4C00C4925A /* Ball.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
0BDAF70E24585A2700C4925A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_CXX_LIBRARY = "libc++";
FRAMEWORK_SEARCH_PATHS = (
/Library/Frameworks/,
"$(inherited)",
);
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = (
/usr/local/include/,
"$(inherited)",
);
LIBRARY_SEARCH_PATHS = (
/usr/local/lib/,
"$(inherited)",
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_LDFLAGS = (
"$(inherited)",
"$(SFML_SYSTEM)",
"$(SFML_WINDOW)",
"$(SFML_GRAPHICS)",
"$(SFML_AUDIO)",
"$(SFML_NETWORK)",
);
SFML_AUDIO = "$(SFML_LINK_PREFIX) sfml-audio$(SFML_LINK_SUFFIX)";
SFML_BINARY_TYPE = FRAMEWORKS;
SFML_GRAPHICS = "$(SFML_LINK_PREFIX) sfml-graphics$(SFML_LINK_SUFFIX)";
SFML_LINK_DYLIBS_PREFIX = "-l";
SFML_LINK_DYLIBS_SUFFIX = "";
SFML_LINK_FRAMEWORKS_PREFIX = "-framework";
SFML_LINK_FRAMEWORKS_SUFFIX = "";
SFML_LINK_PREFIX = "$(SFML_LINK_$(SFML_BINARY_TYPE)_PREFIX)";
SFML_LINK_SUFFIX = "$(SFML_LINK_$(SFML_BINARY_TYPE)_SUFFIX)";
SFML_NETWORK = "$(SFML_LINK_PREFIX) sfml-network$(SFML_LINK_SUFFIX)";
SFML_SYSTEM = "$(SFML_LINK_PREFIX) sfml-system$(SFML_LINK_SUFFIX)";
SFML_WINDOW = "$(SFML_LINK_PREFIX) sfml-window$(SFML_LINK_SUFFIX)";
SUPPORTED_PLATFORMS = macosx;
};
name = Debug;
};
0BDAF70F24585A2700C4925A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_CXX_LIBRARY = "libc++";
FRAMEWORK_SEARCH_PATHS = (
/Library/Frameworks/,
"$(inherited)",
);
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = (
/usr/local/include/,
"$(inherited)",
);
LIBRARY_SEARCH_PATHS = (
/usr/local/lib/,
"$(inherited)",
);
MACOSX_DEPLOYMENT_TARGET = 10.7;
OTHER_LDFLAGS = (
"$(inherited)",
"$(SFML_SYSTEM)",
"$(SFML_WINDOW)",
"$(SFML_GRAPHICS)",
"$(SFML_AUDIO)",
"$(SFML_NETWORK)",
);
SFML_AUDIO = "$(SFML_LINK_PREFIX) sfml-audio$(SFML_LINK_SUFFIX)";
SFML_BINARY_TYPE = FRAMEWORKS;
SFML_GRAPHICS = "$(SFML_LINK_PREFIX) sfml-graphics$(SFML_LINK_SUFFIX)";
SFML_LINK_DYLIBS_PREFIX = "-l";
SFML_LINK_DYLIBS_SUFFIX = "";
SFML_LINK_FRAMEWORKS_PREFIX = "-framework";
SFML_LINK_FRAMEWORKS_SUFFIX = "";
SFML_LINK_PREFIX = "$(SFML_LINK_$(SFML_BINARY_TYPE)_PREFIX)";
SFML_LINK_SUFFIX = "$(SFML_LINK_$(SFML_BINARY_TYPE)_SUFFIX)";
SFML_NETWORK = "$(SFML_LINK_PREFIX) sfml-network$(SFML_LINK_SUFFIX)";
SFML_SYSTEM = "$(SFML_LINK_PREFIX) sfml-system$(SFML_LINK_SUFFIX)";
SFML_WINDOW = "$(SFML_LINK_PREFIX) sfml-window$(SFML_LINK_SUFFIX)";
SUPPORTED_PLATFORMS = macosx;
};
name = Release;
};
0BDAF71124585A2700C4925A /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "Spelskelett-xcode.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 7YL7793G77;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
0BDAF71224585A2700C4925A /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "Spelskelett-xcode.entitlements";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 7YL7793G77;
ENABLE_HARDENED_RUNTIME = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
0BDAF70024585A2700C4925A /* Build configuration list for PBXProject "Spelskelett-xcode" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0BDAF70E24585A2700C4925A /* Debug */,
0BDAF70F24585A2700C4925A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
0BDAF71024585A2700C4925A /* Build configuration list for PBXNativeTarget "Spelskelett-xcode" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0BDAF71124585A2700C4925A /* Debug */,
0BDAF71224585A2700C4925A /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 0BDAF6FD24585A2700C4925A /* Project object */;
}
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:Spelskelett-xcode.xcodeproj">
</FileRef>
</Workspace>
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
<?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>Spelskelett-xcode.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment