Add empty COLLADA target/project to the workspace

This commit is contained in:
Eryn Wells 2015-10-28 20:38:46 -07:00
parent 59c108b9cd
commit 84f7d6bc2c
6 changed files with 504 additions and 0 deletions

View file

@ -0,0 +1,394 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
C005E0221BE1CC3300F1BD3C /* COLLADA.h in Headers */ = {isa = PBXBuildFile; fileRef = C005E0211BE1CC3300F1BD3C /* COLLADA.h */; settings = {ATTRIBUTES = (Public, ); }; };
C005E0291BE1CC3300F1BD3C /* COLLADA.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C005E01E1BE1CC3300F1BD3C /* COLLADA.framework */; };
C005E02E1BE1CC3300F1BD3C /* COLLADATests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C005E02D1BE1CC3300F1BD3C /* COLLADATests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
C005E02A1BE1CC3300F1BD3C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C005E0151BE1CC3300F1BD3C /* Project object */;
proxyType = 1;
remoteGlobalIDString = C005E01D1BE1CC3300F1BD3C;
remoteInfo = COLLADA;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
C005E01E1BE1CC3300F1BD3C /* COLLADA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = COLLADA.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C005E0211BE1CC3300F1BD3C /* COLLADA.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = COLLADA.h; sourceTree = "<group>"; };
C005E0231BE1CC3300F1BD3C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C005E0281BE1CC3300F1BD3C /* COLLADATests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = COLLADATests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C005E02D1BE1CC3300F1BD3C /* COLLADATests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = COLLADATests.swift; sourceTree = "<group>"; };
C005E02F1BE1CC3300F1BD3C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
C005E01A1BE1CC3300F1BD3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C005E0251BE1CC3300F1BD3C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C005E0291BE1CC3300F1BD3C /* COLLADA.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
C005E0141BE1CC3300F1BD3C = {
isa = PBXGroup;
children = (
C005E0201BE1CC3300F1BD3C /* COLLADA */,
C005E02C1BE1CC3300F1BD3C /* COLLADATests */,
C005E01F1BE1CC3300F1BD3C /* Products */,
);
sourceTree = "<group>";
};
C005E01F1BE1CC3300F1BD3C /* Products */ = {
isa = PBXGroup;
children = (
C005E01E1BE1CC3300F1BD3C /* COLLADA.framework */,
C005E0281BE1CC3300F1BD3C /* COLLADATests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
C005E0201BE1CC3300F1BD3C /* COLLADA */ = {
isa = PBXGroup;
children = (
C005E0211BE1CC3300F1BD3C /* COLLADA.h */,
C005E0231BE1CC3300F1BD3C /* Info.plist */,
);
path = COLLADA;
sourceTree = "<group>";
};
C005E02C1BE1CC3300F1BD3C /* COLLADATests */ = {
isa = PBXGroup;
children = (
C005E02D1BE1CC3300F1BD3C /* COLLADATests.swift */,
C005E02F1BE1CC3300F1BD3C /* Info.plist */,
);
path = COLLADATests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
C005E01B1BE1CC3300F1BD3C /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
C005E0221BE1CC3300F1BD3C /* COLLADA.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
C005E01D1BE1CC3300F1BD3C /* COLLADA */ = {
isa = PBXNativeTarget;
buildConfigurationList = C005E0321BE1CC3300F1BD3C /* Build configuration list for PBXNativeTarget "COLLADA" */;
buildPhases = (
C005E0191BE1CC3300F1BD3C /* Sources */,
C005E01A1BE1CC3300F1BD3C /* Frameworks */,
C005E01B1BE1CC3300F1BD3C /* Headers */,
C005E01C1BE1CC3300F1BD3C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = COLLADA;
productName = COLLADA;
productReference = C005E01E1BE1CC3300F1BD3C /* COLLADA.framework */;
productType = "com.apple.product-type.framework";
};
C005E0271BE1CC3300F1BD3C /* COLLADATests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C005E0351BE1CC3300F1BD3C /* Build configuration list for PBXNativeTarget "COLLADATests" */;
buildPhases = (
C005E0241BE1CC3300F1BD3C /* Sources */,
C005E0251BE1CC3300F1BD3C /* Frameworks */,
C005E0261BE1CC3300F1BD3C /* Resources */,
);
buildRules = (
);
dependencies = (
C005E02B1BE1CC3300F1BD3C /* PBXTargetDependency */,
);
name = COLLADATests;
productName = COLLADATests;
productReference = C005E0281BE1CC3300F1BD3C /* COLLADATests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
C005E0151BE1CC3300F1BD3C /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0710;
LastUpgradeCheck = 0710;
ORGANIZATIONNAME = "Eryn Wells";
TargetAttributes = {
C005E01D1BE1CC3300F1BD3C = {
CreatedOnToolsVersion = 7.1;
};
C005E0271BE1CC3300F1BD3C = {
CreatedOnToolsVersion = 7.1;
};
};
};
buildConfigurationList = C005E0181BE1CC3300F1BD3C /* Build configuration list for PBXProject "COLLADA" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = C005E0141BE1CC3300F1BD3C;
productRefGroup = C005E01F1BE1CC3300F1BD3C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C005E01D1BE1CC3300F1BD3C /* COLLADA */,
C005E0271BE1CC3300F1BD3C /* COLLADATests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
C005E01C1BE1CC3300F1BD3C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C005E0261BE1CC3300F1BD3C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
C005E0191BE1CC3300F1BD3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C005E0241BE1CC3300F1BD3C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C005E02E1BE1CC3300F1BD3C /* COLLADATests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
C005E02B1BE1CC3300F1BD3C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C005E01D1BE1CC3300F1BD3C /* COLLADA */;
targetProxy = C005E02A1BE1CC3300F1BD3C /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
C005E0301BE1CC3300F1BD3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
C005E0311BE1CC3300F1BD3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.11;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
C005E0331BE1CC3300F1BD3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = COLLADA/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.COLLADA;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
C005E0341BE1CC3300F1BD3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = COLLADA/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.COLLADA;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
C005E0361BE1CC3300F1BD3C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = COLLADATests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.COLLADATests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
C005E0371BE1CC3300F1BD3C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = COLLADATests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.graphics.COLLADATests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C005E0181BE1CC3300F1BD3C /* Build configuration list for PBXProject "COLLADA" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C005E0301BE1CC3300F1BD3C /* Debug */,
C005E0311BE1CC3300F1BD3C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C005E0321BE1CC3300F1BD3C /* Build configuration list for PBXNativeTarget "COLLADA" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C005E0331BE1CC3300F1BD3C /* Debug */,
C005E0341BE1CC3300F1BD3C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
C005E0351BE1CC3300F1BD3C /* Build configuration list for PBXNativeTarget "COLLADATests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C005E0361BE1CC3300F1BD3C /* Debug */,
C005E0371BE1CC3300F1BD3C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = C005E0151BE1CC3300F1BD3C /* Project object */;
}

19
COLLADA/COLLADA/COLLADA.h Normal file
View file

@ -0,0 +1,19 @@
//
// COLLADA.h
// COLLADA
//
// Created by Eryn Wells on 10/28/15.
// Copyright © 2015 Eryn Wells. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for COLLADA.
FOUNDATION_EXPORT double COLLADAVersionNumber;
//! Project version string for COLLADA.
FOUNDATION_EXPORT const unsigned char COLLADAVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <COLLADA/PublicHeader.h>

View file

@ -0,0 +1,28 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Eryn Wells. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>

View file

@ -0,0 +1,36 @@
//
// COLLADATests.swift
// COLLADATests
//
// Created by Eryn Wells on 10/28/15.
// Copyright © 2015 Eryn Wells. All rights reserved.
//
import XCTest
@testable import COLLADA
class COLLADATests: XCTestCase {
override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
func testPerformanceExample() {
// This is an example of a performance test case.
self.measureBlock {
// Put the code you want to measure the time of here.
}
}
}

View file

@ -0,0 +1,24 @@
<?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>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

View file

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:COLLADA/COLLADA.xcodeproj">
</FileRef>
<FileRef
location = "group:Math/Math.xcodeproj">
</FileRef>