omlapp/Open Media Library.xcodeproj/project.pbxproj

302 lines
12 KiB
Text
Raw Normal View History

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
2015-12-14 19:29:03 +00:00
79B418201C1F1E6A009C6485 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B4181F1C1F1E6A009C6485 /* AppDelegate.swift */; };
79B418221C1F1E6B009C6485 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79B418211C1F1E6B009C6485 /* Assets.xcassets */; };
79B418251C1F1E6B009C6485 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 79B418231C1F1E6B009C6485 /* MainMenu.xib */; };
79B418341C1F3726009C6485 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 79B418301C1F3725009C6485 /* index.html */; };
79B418351C1F3726009C6485 /* install.html in Resources */ = {isa = PBXBuildFile; fileRef = 79B418311C1F3726009C6485 /* install.html */; };
79B418361C1F3726009C6485 /* install.py in Resources */ = {isa = PBXBuildFile; fileRef = 79B418321C1F3726009C6485 /* install.py */; };
79B418371C1F3726009C6485 /* js in Resources */ = {isa = PBXBuildFile; fileRef = 79B418331C1F3726009C6485 /* js */; };
2016-01-21 08:52:12 +00:00
87AF76351C50D28A005C9D16 /* png in Resources */ = {isa = PBXBuildFile; fileRef = 87AF76331C50D28A005C9D16 /* png */; };
87AF76361C50D28A005C9D16 /* svg in Resources */ = {isa = PBXBuildFile; fileRef = 87AF76341C50D28A005C9D16 /* svg */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
2015-12-14 19:29:03 +00:00
79B4181C1C1F1E69009C6485 /* Open Media Library.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Open Media Library.app"; sourceTree = BUILT_PRODUCTS_DIR; };
79B4181F1C1F1E6A009C6485 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
79B418211C1F1E6B009C6485 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
79B418241C1F1E6B009C6485 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
79B418261C1F1E6B009C6485 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
79B418301C1F3725009C6485 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = index.html; path = Resources/index.html; sourceTree = "<group>"; };
79B418311C1F3726009C6485 /* install.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = install.html; path = Resources/install.html; sourceTree = "<group>"; };
79B418321C1F3726009C6485 /* install.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = install.py; path = Resources/install.py; sourceTree = "<group>"; };
79B418331C1F3726009C6485 /* js */ = {isa = PBXFileReference; lastKnownFileType = folder; name = js; path = Resources/js; sourceTree = "<group>"; };
2016-01-21 08:52:12 +00:00
87AF76331C50D28A005C9D16 /* png */ = {isa = PBXFileReference; lastKnownFileType = folder; name = png; path = Resources/png; sourceTree = "<group>"; };
87AF76341C50D28A005C9D16 /* svg */ = {isa = PBXFileReference; lastKnownFileType = folder; name = svg; path = Resources/svg; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
2015-12-14 19:29:03 +00:00
79B418191C1F1E68009C6485 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
2015-12-14 19:29:03 +00:00
79B418131C1F1E66009C6485 = {
isa = PBXGroup;
children = (
2015-12-14 19:29:03 +00:00
79B4181E1C1F1E69009C6485 /* Open Media Library */,
79B4181D1C1F1E69009C6485 /* Products */,
);
sourceTree = "<group>";
};
2015-12-14 19:29:03 +00:00
79B4181D1C1F1E69009C6485 /* Products */ = {
isa = PBXGroup;
children = (
2015-12-14 19:29:03 +00:00
79B4181C1C1F1E69009C6485 /* Open Media Library.app */,
);
name = Products;
sourceTree = "<group>";
};
2015-12-14 19:29:03 +00:00
79B4181E1C1F1E69009C6485 /* Open Media Library */ = {
isa = PBXGroup;
children = (
2016-01-21 08:52:12 +00:00
87AF76331C50D28A005C9D16 /* png */,
87AF76341C50D28A005C9D16 /* svg */,
2015-12-14 19:29:03 +00:00
79B418301C1F3725009C6485 /* index.html */,
79B418311C1F3726009C6485 /* install.html */,
79B418321C1F3726009C6485 /* install.py */,
79B418331C1F3726009C6485 /* js */,
79B4181F1C1F1E6A009C6485 /* AppDelegate.swift */,
79B418211C1F1E6B009C6485 /* Assets.xcassets */,
79B418231C1F1E6B009C6485 /* MainMenu.xib */,
79B418261C1F1E6B009C6485 /* Info.plist */,
);
2015-12-14 19:29:03 +00:00
path = "Open Media Library";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
2015-12-14 19:29:03 +00:00
79B4181B1C1F1E68009C6485 /* Open Media Library */ = {
isa = PBXNativeTarget;
2015-12-14 19:29:03 +00:00
buildConfigurationList = 79B418291C1F1E6B009C6485 /* Build configuration list for PBXNativeTarget "Open Media Library" */;
buildPhases = (
2015-12-14 19:29:03 +00:00
79B418181C1F1E68009C6485 /* Sources */,
79B418191C1F1E68009C6485 /* Frameworks */,
79B4181A1C1F1E68009C6485 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Open Media Library";
2015-12-14 19:29:03 +00:00
productName = "Open Media Library";
productReference = 79B4181C1C1F1E69009C6485 /* Open Media Library.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
2015-12-14 19:29:03 +00:00
79B418141C1F1E67009C6485 /* Project object */ = {
isa = PBXProject;
attributes = {
2015-12-14 19:29:03 +00:00
LastSwiftUpdateCheck = 0720;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Open Media Library";
TargetAttributes = {
79B4181B1C1F1E68009C6485 = {
CreatedOnToolsVersion = 7.2;
};
};
};
2015-12-14 19:29:03 +00:00
buildConfigurationList = 79B418171C1F1E67009C6485 /* Build configuration list for PBXProject "Open Media Library" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
2015-12-14 19:29:03 +00:00
hasScannedForEncodings = 0;
knownRegions = (
2015-12-14 19:29:03 +00:00
en,
Base,
);
2015-12-14 19:29:03 +00:00
mainGroup = 79B418131C1F1E66009C6485;
productRefGroup = 79B4181D1C1F1E69009C6485 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2015-12-14 19:29:03 +00:00
79B4181B1C1F1E68009C6485 /* Open Media Library */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
2015-12-14 19:29:03 +00:00
79B4181A1C1F1E68009C6485 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2015-12-14 19:29:03 +00:00
79B418341C1F3726009C6485 /* index.html in Resources */,
79B418371C1F3726009C6485 /* js in Resources */,
79B418221C1F1E6B009C6485 /* Assets.xcassets in Resources */,
2016-01-21 08:52:12 +00:00
87AF76361C50D28A005C9D16 /* svg in Resources */,
2015-12-14 19:29:03 +00:00
79B418351C1F3726009C6485 /* install.html in Resources */,
79B418251C1F1E6B009C6485 /* MainMenu.xib in Resources */,
2016-01-21 08:52:12 +00:00
87AF76351C50D28A005C9D16 /* png in Resources */,
2015-12-14 19:29:03 +00:00
79B418361C1F3726009C6485 /* install.py in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
2015-12-14 19:29:03 +00:00
79B418181C1F1E68009C6485 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2015-12-14 19:29:03 +00:00
79B418201C1F1E6A009C6485 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
2015-12-14 19:29:03 +00:00
79B418231C1F1E6B009C6485 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
2015-12-14 19:29:03 +00:00
79B418241C1F1E6B009C6485 /* Base */,
);
name = MainMenu.xib;
2015-12-14 19:29:03 +00:00
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
2015-12-14 19:29:03 +00:00
79B418271C1F1E6B009C6485 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
2015-12-14 19:29:03 +00:00
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;
2015-12-14 19:29:03 +00:00
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
2015-12-14 19:29:03 +00:00
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
2015-12-14 19:29:03 +00:00
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.9;
2015-12-14 19:29:03 +00:00
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
2015-12-14 19:29:03 +00:00
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
2015-12-14 19:29:03 +00:00
79B418281C1F1E6B009C6485 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
2015-12-14 19:29:03 +00:00
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;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2015-12-14 19:29:03 +00:00
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.9;
2015-12-14 19:29:03 +00:00
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
};
name = Release;
};
2015-12-14 19:29:03 +00:00
79B4182A1C1F1E6B009C6485 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-12-14 19:29:03 +00:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Open Media Library/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.openmedialibrary.Open-Media-Library";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
2015-12-14 19:29:03 +00:00
79B4182B1C1F1E6B009C6485 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
2015-12-14 19:29:03 +00:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = "Open Media Library/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.openmedialibrary.Open-Media-Library";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
2015-12-14 19:29:03 +00:00
79B418171C1F1E67009C6485 /* Build configuration list for PBXProject "Open Media Library" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2015-12-14 19:29:03 +00:00
79B418271C1F1E6B009C6485 /* Debug */,
79B418281C1F1E6B009C6485 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2015-12-14 19:29:03 +00:00
79B418291C1F1E6B009C6485 /* Build configuration list for PBXNativeTarget "Open Media Library" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2015-12-14 19:29:03 +00:00
79B4182A1C1F1E6B009C6485 /* Debug */,
79B4182B1C1F1E6B009C6485 /* Release */,
);
defaultConfigurationIsVisible = 0;
2016-01-07 15:39:19 +00:00
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
2015-12-14 19:29:03 +00:00
rootObject = 79B418141C1F1E67009C6485 /* Project object */;
}