Skip to content

Commit

Permalink
init xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Sep 4, 2015
1 parent 9356494 commit 91d57e9
Show file tree
Hide file tree
Showing 7 changed files with 504 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store

# Xcode
#
build/
Expand Down
390 changes: 390 additions & 0 deletions ActiveLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,390 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
8F0249A61B9989B1005D8035 /* ActiveLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F0249A51B9989B1005D8035 /* ActiveLabel.h */; settings = {ATTRIBUTES = (Public, ); }; };
8F0249AD1B9989B1005D8035 /* ActiveLabel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F0249A21B9989B1005D8035 /* ActiveLabel.framework */; settings = {ASSET_TAGS = (); }; };
8F0249B21B9989B1005D8035 /* ActiveLabelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F0249B11B9989B1005D8035 /* ActiveLabelTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
8F0249AE1B9989B1005D8035 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 8F0249991B9989B1005D8035 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 8F0249A11B9989B1005D8035;
remoteInfo = ActiveLabel;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
8F0249A21B9989B1005D8035 /* ActiveLabel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ActiveLabel.framework; sourceTree = BUILT_PRODUCTS_DIR; };
8F0249A51B9989B1005D8035 /* ActiveLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActiveLabel.h; sourceTree = "<group>"; };
8F0249A71B9989B1005D8035 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8F0249AC1B9989B1005D8035 /* ActiveLabelTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ActiveLabelTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8F0249B11B9989B1005D8035 /* ActiveLabelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActiveLabelTests.swift; sourceTree = "<group>"; };
8F0249B31B9989B1005D8035 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8F02499E1B9989B1005D8035 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
8F0249A91B9989B1005D8035 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8F0249AD1B9989B1005D8035 /* ActiveLabel.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8F0249981B9989B1005D8035 = {
isa = PBXGroup;
children = (
8F0249A41B9989B1005D8035 /* ActiveLabel */,
8F0249B01B9989B1005D8035 /* ActiveLabelTests */,
8F0249A31B9989B1005D8035 /* Products */,
);
sourceTree = "<group>";
};
8F0249A31B9989B1005D8035 /* Products */ = {
isa = PBXGroup;
children = (
8F0249A21B9989B1005D8035 /* ActiveLabel.framework */,
8F0249AC1B9989B1005D8035 /* ActiveLabelTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
8F0249A41B9989B1005D8035 /* ActiveLabel */ = {
isa = PBXGroup;
children = (
8F0249A51B9989B1005D8035 /* ActiveLabel.h */,
8F0249A71B9989B1005D8035 /* Info.plist */,
);
path = ActiveLabel;
sourceTree = "<group>";
};
8F0249B01B9989B1005D8035 /* ActiveLabelTests */ = {
isa = PBXGroup;
children = (
8F0249B11B9989B1005D8035 /* ActiveLabelTests.swift */,
8F0249B31B9989B1005D8035 /* Info.plist */,
);
path = ActiveLabelTests;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
8F02499F1B9989B1005D8035 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
8F0249A61B9989B1005D8035 /* ActiveLabel.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
8F0249A11B9989B1005D8035 /* ActiveLabel */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8F0249B61B9989B1005D8035 /* Build configuration list for PBXNativeTarget "ActiveLabel" */;
buildPhases = (
8F02499D1B9989B1005D8035 /* Sources */,
8F02499E1B9989B1005D8035 /* Frameworks */,
8F02499F1B9989B1005D8035 /* Headers */,
8F0249A01B9989B1005D8035 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ActiveLabel;
productName = ActiveLabel;
productReference = 8F0249A21B9989B1005D8035 /* ActiveLabel.framework */;
productType = "com.apple.product-type.framework";
};
8F0249AB1B9989B1005D8035 /* ActiveLabelTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 8F0249B91B9989B1005D8035 /* Build configuration list for PBXNativeTarget "ActiveLabelTests" */;
buildPhases = (
8F0249A81B9989B1005D8035 /* Sources */,
8F0249A91B9989B1005D8035 /* Frameworks */,
8F0249AA1B9989B1005D8035 /* Resources */,
);
buildRules = (
);
dependencies = (
8F0249AF1B9989B1005D8035 /* PBXTargetDependency */,
);
name = ActiveLabelTests;
productName = ActiveLabelTests;
productReference = 8F0249AC1B9989B1005D8035 /* ActiveLabelTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
8F0249991B9989B1005D8035 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
ORGANIZATIONNAME = Optonaut;
TargetAttributes = {
8F0249A11B9989B1005D8035 = {
CreatedOnToolsVersion = 7.0;
};
8F0249AB1B9989B1005D8035 = {
CreatedOnToolsVersion = 7.0;
};
};
};
buildConfigurationList = 8F02499C1B9989B1005D8035 /* Build configuration list for PBXProject "ActiveLabel" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 8F0249981B9989B1005D8035;
productRefGroup = 8F0249A31B9989B1005D8035 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
8F0249A11B9989B1005D8035 /* ActiveLabel */,
8F0249AB1B9989B1005D8035 /* ActiveLabelTests */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
8F0249A01B9989B1005D8035 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
8F0249AA1B9989B1005D8035 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
8F02499D1B9989B1005D8035 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
8F0249A81B9989B1005D8035 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8F0249B21B9989B1005D8035 /* ActiveLabelTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
8F0249AF1B9989B1005D8035 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 8F0249A11B9989B1005D8035 /* ActiveLabel */;
targetProxy = 8F0249AE1B9989B1005D8035 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
8F0249B41B9989B1005D8035 /* 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[sdk=iphoneos*]" = "iPhone Developer";
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;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
8F0249B51B9989B1005D8035 /* 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[sdk=iphoneos*]" = "iPhone Developer";
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;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
8F0249B71B9989B1005D8035 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ActiveLabel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = optonaut.ActiveLabel;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
8F0249B81B9989B1005D8035 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = ActiveLabel/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = optonaut.ActiveLabel;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
8F0249BA1B9989B1005D8035 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = ActiveLabelTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = optonaut.ActiveLabelTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
8F0249BB1B9989B1005D8035 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
INFOPLIST_FILE = ActiveLabelTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = optonaut.ActiveLabelTests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
8F02499C1B9989B1005D8035 /* Build configuration list for PBXProject "ActiveLabel" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8F0249B41B9989B1005D8035 /* Debug */,
8F0249B51B9989B1005D8035 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8F0249B61B9989B1005D8035 /* Build configuration list for PBXNativeTarget "ActiveLabel" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8F0249B71B9989B1005D8035 /* Debug */,
8F0249B81B9989B1005D8035 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
8F0249B91B9989B1005D8035 /* Build configuration list for PBXNativeTarget "ActiveLabelTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
8F0249BA1B9989B1005D8035 /* Debug */,
8F0249BB1B9989B1005D8035 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 8F0249991B9989B1005D8035 /* Project object */;
}
Loading

0 comments on commit 91d57e9

Please sign in to comment.