306 lines
11 KiB
Plaintext
Executable File
306 lines
11 KiB
Plaintext
Executable File
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
07E88365214F2BAE001982D7 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07E88364214F2BAE001982D7 /* Extensions.swift */; };
|
|
4C38AD881946BB2C00B4A7AB /* Arxius.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C38AD871946BB2C00B4A7AB /* Arxius.swift */; };
|
|
4C51BE9412D0471600E79CEB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C51BE9312D0471600E79CEB /* Cocoa.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
07E88364214F2BAE001982D7 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
|
|
4C38AD861946BB2B00B4A7AB /* Arxius-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Arxius-Bridging-Header.h"; sourceTree = "<group>"; };
|
|
4C38AD871946BB2C00B4A7AB /* Arxius.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Arxius.swift; sourceTree = "<group>"; };
|
|
4C51BE9312D0471600E79CEB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
8D576316048677EA00EA77CD /* Arxius.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Arxius.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D576313048677EA00EA77CD /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4C51BE9412D0471600E79CEB /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
089C166AFE841209C02AAC07 /* PreferencePaneExample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
08FB77AFFE84173DC02AAC07 /* Source */,
|
|
089C167CFE841241C02AAC07 /* Resources */,
|
|
089C1671FE841209C02AAC07 /* Frameworks */,
|
|
19C28FB6FE9D52B211CA2CBB /* Products */,
|
|
);
|
|
name = PreferencePaneExample;
|
|
sourceTree = "<group>";
|
|
};
|
|
089C1671FE841209C02AAC07 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4C51BE9312D0471600E79CEB /* Cocoa.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
089C167CFE841241C02AAC07 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
4C51BE9912D0472300E79CEB /* Documents */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
08FB77AFFE84173DC02AAC07 /* Source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
07E88364214F2BAE001982D7 /* Extensions.swift */,
|
|
4C38AD871946BB2C00B4A7AB /* Arxius.swift */,
|
|
4C38AD861946BB2B00B4A7AB /* Arxius-Bridging-Header.h */,
|
|
);
|
|
name = Source;
|
|
sourceTree = "<group>";
|
|
};
|
|
19C28FB6FE9D52B211CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D576316048677EA00EA77CD /* Arxius.bundle */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
4C51BE9912D0472300E79CEB /* Documents */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D576317048677EA00EA77CD /* Info.plist */,
|
|
);
|
|
name = Documents;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D57630D048677EA00EA77CD /* Arxius */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "Arxius" */;
|
|
buildPhases = (
|
|
8D57630F048677EA00EA77CD /* Resources */,
|
|
8D576311048677EA00EA77CD /* Sources */,
|
|
8D576313048677EA00EA77CD /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = Arxius;
|
|
productInstallPath = "$(HOME)/Library/Bundles";
|
|
productName = PreferencePaneExample;
|
|
productReference = 8D576316048677EA00EA77CD /* Arxius.bundle */;
|
|
productType = "com.apple.product-type.bundle";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
089C1669FE841209C02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 0700;
|
|
LastUpgradeCheck = 1000;
|
|
TargetAttributes = {
|
|
8D57630D048677EA00EA77CD = {
|
|
LastSwiftMigration = 1000;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "Arxius" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
Base,
|
|
);
|
|
mainGroup = 089C166AFE841209C02AAC07 /* PreferencePaneExample */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D57630D048677EA00EA77CD /* Arxius */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D57630F048677EA00EA77CD /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D576311048677EA00EA77CD /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
4C38AD881946BB2C00B4A7AB /* Arxius.swift in Sources */,
|
|
07E88365214F2BAE001982D7 /* Extensions.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB911B08733D790010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = /Applications/Textual.app/Contents/MacOS/Textual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "\"/Applications/Textual.app/Contents/Frameworks/**\"";
|
|
HEADER_SEARCH_PATHS = "\"/Applications/Textual.app/Contents/Headers/**\"";
|
|
INFOPLIST_FILE = Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jordankoch.textual-arxius";
|
|
PRODUCT_NAME = Arxius;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Arxius-Bridging-Header.h";
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
|
SWIFT_VERSION = 5.0;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB911C08733D790010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
BUNDLE_LOADER = /Applications/Textual.app/Contents/MacOS/Textual;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "\"/Applications/Textual.app/Contents/Frameworks/**\"";
|
|
HEADER_SEARCH_PATHS = "\"/Applications/Textual.app/Contents/Headers/**\"";
|
|
INFOPLIST_FILE = Info.plist;
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.jordankoch.textual-arxius";
|
|
PRODUCT_NAME = Arxius;
|
|
SWIFT_OBJC_BRIDGING_HEADER = "Arxius-Bridging-Header.h";
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
|
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
|
|
SWIFT_VERSION = 5.0;
|
|
WRAPPER_EXTENSION = bundle;
|
|
};
|
|
name = Release;
|
|
};
|
|
1DEB911F08733D790010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_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_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB912008733D790010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_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_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
SWIFT_VERSION = 5.0;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB911A08733D790010E9CD /* Build configuration list for PBXNativeTarget "Arxius" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB911B08733D790010E9CD /* Debug */,
|
|
1DEB911C08733D790010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
1DEB911E08733D790010E9CD /* Build configuration list for PBXProject "Arxius" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB911F08733D790010E9CD /* Debug */,
|
|
1DEB912008733D790010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 089C1669FE841209C02AAC07 /* Project object */;
|
|
}
|