AVRSack/AVRsack.xcodeproj/project.pbxproj

425 lines
15 KiB
Plaintext
Raw Normal View History

2014-11-15 03:39:10 +00:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
9501D8021A17025C0034C530 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8011A17025C0034C530 /* AppDelegate.swift */; };
9501D8041A17025C0034C530 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8031A17025C0034C530 /* Document.swift */; };
9501D8071A17025C0034C530 /* Document.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9501D8051A17025C0034C530 /* Document.xib */; };
9501D8091A17025C0034C530 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9501D8081A17025C0034C530 /* Images.xcassets */; };
9501D80C1A17025C0034C530 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9501D80A1A17025C0034C530 /* MainMenu.xib */; };
9501D8181A17025C0034C530 /* AVRsackTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9501D8171A17025C0034C530 /* AVRsackTests.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
9501D8121A17025C0034C530 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 9501D7F41A17025C0034C530 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 9501D7FB1A17025C0034C530;
remoteInfo = AVRsack;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
9501D7FC1A17025C0034C530 /* AVRsack.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AVRsack.app; sourceTree = BUILT_PRODUCTS_DIR; };
9501D8001A17025C0034C530 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9501D8011A17025C0034C530 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9501D8031A17025C0034C530 /* Document.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Document.swift; sourceTree = "<group>"; };
9501D8061A17025C0034C530 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Document.xib; sourceTree = "<group>"; };
9501D8081A17025C0034C530 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
9501D80B1A17025C0034C530 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
9501D8111A17025C0034C530 /* AVRsackTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AVRsackTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
9501D8161A17025C0034C530 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9501D8171A17025C0034C530 /* AVRsackTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AVRsackTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
9501D7F91A17025C0034C530 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
9501D80E1A17025C0034C530 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
9501D7F31A17025C0034C530 = {
isa = PBXGroup;
children = (
9501D7FE1A17025C0034C530 /* AVRsack */,
9501D8141A17025C0034C530 /* AVRsackTests */,
9501D7FD1A17025C0034C530 /* Products */,
);
sourceTree = "<group>";
};
9501D7FD1A17025C0034C530 /* Products */ = {
isa = PBXGroup;
children = (
9501D7FC1A17025C0034C530 /* AVRsack.app */,
9501D8111A17025C0034C530 /* AVRsackTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
9501D7FE1A17025C0034C530 /* AVRsack */ = {
isa = PBXGroup;
children = (
9501D8011A17025C0034C530 /* AppDelegate.swift */,
9501D8031A17025C0034C530 /* Document.swift */,
9501D8051A17025C0034C530 /* Document.xib */,
9501D8081A17025C0034C530 /* Images.xcassets */,
9501D80A1A17025C0034C530 /* MainMenu.xib */,
9501D7FF1A17025C0034C530 /* Supporting Files */,
);
path = AVRsack;
sourceTree = "<group>";
};
9501D7FF1A17025C0034C530 /* Supporting Files */ = {
isa = PBXGroup;
children = (
9501D8001A17025C0034C530 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
9501D8141A17025C0034C530 /* AVRsackTests */ = {
isa = PBXGroup;
children = (
9501D8171A17025C0034C530 /* AVRsackTests.swift */,
9501D8151A17025C0034C530 /* Supporting Files */,
);
path = AVRsackTests;
sourceTree = "<group>";
};
9501D8151A17025C0034C530 /* Supporting Files */ = {
isa = PBXGroup;
children = (
9501D8161A17025C0034C530 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
9501D7FB1A17025C0034C530 /* AVRsack */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9501D81B1A17025C0034C530 /* Build configuration list for PBXNativeTarget "AVRsack" */;
buildPhases = (
9501D7F81A17025C0034C530 /* Sources */,
9501D7F91A17025C0034C530 /* Frameworks */,
9501D7FA1A17025C0034C530 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AVRsack;
productName = AVRsack;
productReference = 9501D7FC1A17025C0034C530 /* AVRsack.app */;
productType = "com.apple.product-type.application";
};
9501D8101A17025C0034C530 /* AVRsackTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9501D81E1A17025C0034C530 /* Build configuration list for PBXNativeTarget "AVRsackTests" */;
buildPhases = (
9501D80D1A17025C0034C530 /* Sources */,
9501D80E1A17025C0034C530 /* Frameworks */,
9501D80F1A17025C0034C530 /* Resources */,
);
buildRules = (
);
dependencies = (
9501D8131A17025C0034C530 /* PBXTargetDependency */,
);
name = AVRsackTests;
productName = AVRsackTests;
productReference = 9501D8111A17025C0034C530 /* AVRsackTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
9501D7F41A17025C0034C530 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0630;
ORGANIZATIONNAME = "Aere Perennius";
TargetAttributes = {
9501D7FB1A17025C0034C530 = {
CreatedOnToolsVersion = 6.3;
};
9501D8101A17025C0034C530 = {
CreatedOnToolsVersion = 6.3;
TestTargetID = 9501D7FB1A17025C0034C530;
};
};
};
buildConfigurationList = 9501D7F71A17025C0034C530 /* Build configuration list for PBXProject "AVRsack" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 9501D7F31A17025C0034C530;
productRefGroup = 9501D7FD1A17025C0034C530 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
9501D7FB1A17025C0034C530 /* AVRsack */,
9501D8101A17025C0034C530 /* AVRsackTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
9501D7FA1A17025C0034C530 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9501D8071A17025C0034C530 /* Document.xib in Resources */,
9501D8091A17025C0034C530 /* Images.xcassets in Resources */,
9501D80C1A17025C0034C530 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9501D80F1A17025C0034C530 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
9501D7F81A17025C0034C530 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9501D8041A17025C0034C530 /* Document.swift in Sources */,
9501D8021A17025C0034C530 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9501D80D1A17025C0034C530 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9501D8181A17025C0034C530 /* AVRsackTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
9501D8131A17025C0034C530 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 9501D7FB1A17025C0034C530 /* AVRsack */;
targetProxy = 9501D8121A17025C0034C530 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
9501D8051A17025C0034C530 /* Document.xib */ = {
isa = PBXVariantGroup;
children = (
9501D8061A17025C0034C530 /* Base */,
);
name = Document.xib;
sourceTree = "<group>";
};
9501D80A1A17025C0034C530 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
9501D80B1A17025C0034C530 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
9501D8191A17025C0034C530 /* 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;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
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_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.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
9501D81A1A17025C0034C530 /* 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 = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
9501D81C1A17025C0034C530 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AVRsack/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
9501D81D1A17025C0034C530 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = AVRsack/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
9501D81F1A17025C0034C530 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = AVRsackTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AVRsack.app/Contents/MacOS/AVRsack";
};
name = Debug;
};
9501D8201A17025C0034C530 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
INFOPLIST_FILE = AVRsackTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AVRsack.app/Contents/MacOS/AVRsack";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
9501D7F71A17025C0034C530 /* Build configuration list for PBXProject "AVRsack" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9501D8191A17025C0034C530 /* Debug */,
9501D81A1A17025C0034C530 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
9501D81B1A17025C0034C530 /* Build configuration list for PBXNativeTarget "AVRsack" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9501D81C1A17025C0034C530 /* Debug */,
9501D81D1A17025C0034C530 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
9501D81E1A17025C0034C530 /* Build configuration list for PBXNativeTarget "AVRsackTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
9501D81F1A17025C0034C530 /* Debug */,
9501D8201A17025C0034C530 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 9501D7F41A17025C0034C530 /* Project object */;
}