335 lines
12 KiB
Plaintext
335 lines
12 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
D481668526CA670F00DB47E8 /* MyInstallerPane.m in Sources */ = {isa = PBXBuildFile; fileRef = D481668426CA670F00DB47E8 /* MyInstallerPane.m */; };
|
|
D481668826CA670F00DB47E8 /* MyInstallerPane.xib in Resources */ = {isa = PBXBuildFile; fileRef = D481668626CA670F00DB47E8 /* MyInstallerPane.xib */; };
|
|
D481668B26CA670F00DB47E8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D481668926CA670F00DB47E8 /* Localizable.strings */; };
|
|
D481668D26CA670F00DB47E8 /* InstallerSections.plist in Resources */ = {isa = PBXBuildFile; fileRef = D481668C26CA670F00DB47E8 /* InstallerSections.plist */; };
|
|
D481669126CA670F00DB47E8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D481668F26CA670F00DB47E8 /* InfoPlist.strings */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
D481668026CA670F00DB47E8 /* nimbus-pkg.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "nimbus-pkg.bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
D481668326CA670F00DB47E8 /* MyInstallerPane.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MyInstallerPane.h; sourceTree = "<group>"; };
|
|
D481668426CA670F00DB47E8 /* MyInstallerPane.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyInstallerPane.m; sourceTree = "<group>"; };
|
|
D481668726CA670F00DB47E8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MyInstallerPane.xib; sourceTree = "<group>"; };
|
|
D481668A26CA670F00DB47E8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
D481668C26CA670F00DB47E8 /* InstallerSections.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = InstallerSections.plist; sourceTree = "<group>"; };
|
|
D481668E26CA670F00DB47E8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
D481669026CA670F00DB47E8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
D481667D26CA670F00DB47E8 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
D481667726CA670F00DB47E8 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D481668226CA670F00DB47E8 /* nimbus-pkg */,
|
|
D481668126CA670F00DB47E8 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
D481668126CA670F00DB47E8 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D481668026CA670F00DB47E8 /* nimbus-pkg.bundle */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
D481668226CA670F00DB47E8 /* nimbus-pkg */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
D481668326CA670F00DB47E8 /* MyInstallerPane.h */,
|
|
D481668426CA670F00DB47E8 /* MyInstallerPane.m */,
|
|
D481668626CA670F00DB47E8 /* MyInstallerPane.xib */,
|
|
D481668926CA670F00DB47E8 /* Localizable.strings */,
|
|
D481668C26CA670F00DB47E8 /* InstallerSections.plist */,
|
|
D481668E26CA670F00DB47E8 /* Info.plist */,
|
|
D481668F26CA670F00DB47E8 /* InfoPlist.strings */,
|
|
);
|
|
path = "nimbus-pkg";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
D481667F26CA670F00DB47E8 /* nimbus-pkg */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = D481669426CA670F00DB47E8 /* Build configuration list for PBXNativeTarget "nimbus-pkg" */;
|
|
buildPhases = (
|
|
D481667C26CA670F00DB47E8 /* Sources */,
|
|
D481667D26CA670F00DB47E8 /* Frameworks */,
|
|
D481667E26CA670F00DB47E8 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "nimbus-pkg";
|
|
productName = "nimbus-pkg";
|
|
productReference = D481668026CA670F00DB47E8 /* nimbus-pkg.bundle */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
D481667826CA670F00DB47E8 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1250;
|
|
TargetAttributes = {
|
|
D481667F26CA670F00DB47E8 = {
|
|
CreatedOnToolsVersion = 12.5.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = D481667B26CA670F00DB47E8 /* Build configuration list for PBXProject "nimbus-pkg" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = D481667726CA670F00DB47E8;
|
|
productRefGroup = D481668126CA670F00DB47E8 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
D481667F26CA670F00DB47E8 /* nimbus-pkg */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
D481667E26CA670F00DB47E8 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
D481668826CA670F00DB47E8 /* MyInstallerPane.xib in Resources */,
|
|
D481669126CA670F00DB47E8 /* InfoPlist.strings in Resources */,
|
|
D481668B26CA670F00DB47E8 /* Localizable.strings in Resources */,
|
|
D481668D26CA670F00DB47E8 /* InstallerSections.plist in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
D481667C26CA670F00DB47E8 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
D481668526CA670F00DB47E8 /* MyInstallerPane.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
D481668626CA670F00DB47E8 /* MyInstallerPane.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D481668726CA670F00DB47E8 /* Base */,
|
|
);
|
|
name = MyInstallerPane.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
D481668926CA670F00DB47E8 /* Localizable.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D481668A26CA670F00DB47E8 /* en */,
|
|
);
|
|
name = Localizable.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
D481668F26CA670F00DB47E8 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
D481669026CA670F00DB47E8 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
D481669226CA670F00DB47E8 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
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 = 11.3;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
D481669326CA670F00DB47E8 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
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 = 11.3;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
D481669526CA670F00DB47E8 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
INFOPLIST_FILE = "nimbus-pkg/Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "metacraft.nimbus-pkg";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Debug;
|
|
};
|
|
D481669626CA670F00DB47E8 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CODE_SIGN_STYLE = Automatic;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
INFOPLIST_FILE = "nimbus-pkg/Info.plist";
|
|
INSTALL_PATH = "$(HOME)/Library/Bundles";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "metacraft.nimbus-pkg";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
D481667B26CA670F00DB47E8 /* Build configuration list for PBXProject "nimbus-pkg" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D481669226CA670F00DB47E8 /* Debug */,
|
|
D481669326CA670F00DB47E8 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
D481669426CA670F00DB47E8 /* Build configuration list for PBXNativeTarget "nimbus-pkg" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
D481669526CA670F00DB47E8 /* Debug */,
|
|
D481669626CA670F00DB47E8 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = D481667826CA670F00DB47E8 /* Project object */;
|
|
}
|