mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 05:19:13 +00:00
376 lines
17 KiB
Plaintext
376 lines
17 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
18221C5A1EA9080300C489F4 /* NMSSH.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18221C591EA9080300C489F4 /* NMSSH.framework */; };
|
|
18221C5B1EA9080300C489F4 /* NMSSH.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 18221C591EA9080300C489F4 /* NMSSH.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
|
183E6A341B38510500727F97 /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 183E6A331B38510500727F97 /* Launch Screen.xib */; };
|
|
18AE8FA918BBEDD000AE0FC3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AE8FA818BBEDD000AE0FC3 /* Foundation.framework */; };
|
|
18AE8FAB18BBEDD000AE0FC3 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AE8FAA18BBEDD000AE0FC3 /* CoreGraphics.framework */; };
|
|
18AE8FAD18BBEDD000AE0FC3 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AE8FAC18BBEDD000AE0FC3 /* UIKit.framework */; };
|
|
18AE8FB318BBEDD000AE0FC3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 18AE8FB118BBEDD000AE0FC3 /* InfoPlist.strings */; };
|
|
18AE8FB518BBEDD000AE0FC3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AE8FB418BBEDD000AE0FC3 /* main.m */; };
|
|
18AE8FB918BBEDD100AE0FC3 /* NMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AE8FB818BBEDD100AE0FC3 /* NMAppDelegate.m */; };
|
|
18AE8FBC18BBEDD100AE0FC3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 18AE8FBA18BBEDD100AE0FC3 /* Main.storyboard */; };
|
|
18AE8FBF18BBEDD100AE0FC3 /* NMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AE8FBE18BBEDD100AE0FC3 /* NMViewController.m */; };
|
|
18AE8FC118BBEDD100AE0FC3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 18AE8FC018BBEDD100AE0FC3 /* Images.xcassets */; };
|
|
18AE8FE018BBF0C100AE0FC3 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AE8FDF18BBF0C100AE0FC3 /* libz.dylib */; };
|
|
18AE8FE218BBF0C700AE0FC3 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18AE8FE118BBF0C700AE0FC3 /* CFNetwork.framework */; };
|
|
18AE8FE518BBF11B00AE0FC3 /* NMTerminalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AE8FE418BBF11B00AE0FC3 /* NMTerminalViewController.m */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
18221C5C1EA9080300C489F4 /* Embed Frameworks */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
18221C5B1EA9080300C489F4 /* NMSSH.framework in Embed Frameworks */,
|
|
);
|
|
name = "Embed Frameworks";
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
18221C591EA9080300C489F4 /* NMSSH.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = NMSSH.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
183E6A331B38510500727F97 /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "Launch Screen.xib"; sourceTree = "<group>"; };
|
|
18AE8FA518BBEDD000AE0FC3 /* PTYExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PTYExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
18AE8FA818BBEDD000AE0FC3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
18AE8FAA18BBEDD000AE0FC3 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
|
18AE8FAC18BBEDD000AE0FC3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
|
18AE8FB018BBEDD000AE0FC3 /* PTYExample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PTYExample-Info.plist"; sourceTree = "<group>"; };
|
|
18AE8FB218BBEDD000AE0FC3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
18AE8FB418BBEDD000AE0FC3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
18AE8FB618BBEDD100AE0FC3 /* PTYExample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PTYExample-Prefix.pch"; sourceTree = "<group>"; };
|
|
18AE8FB718BBEDD100AE0FC3 /* NMAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NMAppDelegate.h; sourceTree = "<group>"; };
|
|
18AE8FB818BBEDD100AE0FC3 /* NMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NMAppDelegate.m; sourceTree = "<group>"; };
|
|
18AE8FBB18BBEDD100AE0FC3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
18AE8FBD18BBEDD100AE0FC3 /* NMViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NMViewController.h; sourceTree = "<group>"; };
|
|
18AE8FBE18BBEDD100AE0FC3 /* NMViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NMViewController.m; sourceTree = "<group>"; };
|
|
18AE8FC018BBEDD100AE0FC3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
18AE8FC718BBEDD100AE0FC3 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
18AE8FDF18BBF0C100AE0FC3 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
|
18AE8FE118BBF0C700AE0FC3 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
|
|
18AE8FE318BBF11B00AE0FC3 /* NMTerminalViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NMTerminalViewController.h; sourceTree = "<group>"; };
|
|
18AE8FE418BBF11B00AE0FC3 /* NMTerminalViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NMTerminalViewController.m; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
18AE8FA218BBEDD000AE0FC3 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
18AE8FE218BBF0C700AE0FC3 /* CFNetwork.framework in Frameworks */,
|
|
18AE8FE018BBF0C100AE0FC3 /* libz.dylib in Frameworks */,
|
|
18221C5A1EA9080300C489F4 /* NMSSH.framework in Frameworks */,
|
|
18AE8FAB18BBEDD000AE0FC3 /* CoreGraphics.framework in Frameworks */,
|
|
18AE8FAD18BBEDD000AE0FC3 /* UIKit.framework in Frameworks */,
|
|
18AE8FA918BBEDD000AE0FC3 /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
18AE8F9C18BBEDD000AE0FC3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18AE8FAE18BBEDD000AE0FC3 /* PTYExample */,
|
|
18AE8FA718BBEDD000AE0FC3 /* Frameworks */,
|
|
18AE8FA618BBEDD000AE0FC3 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
18AE8FA618BBEDD000AE0FC3 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18AE8FA518BBEDD000AE0FC3 /* PTYExample.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
18AE8FA718BBEDD000AE0FC3 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18221C591EA9080300C489F4 /* NMSSH.framework */,
|
|
18AE8FDF18BBF0C100AE0FC3 /* libz.dylib */,
|
|
18AE8FE118BBF0C700AE0FC3 /* CFNetwork.framework */,
|
|
18AE8FA818BBEDD000AE0FC3 /* Foundation.framework */,
|
|
18AE8FAA18BBEDD000AE0FC3 /* CoreGraphics.framework */,
|
|
18AE8FAC18BBEDD000AE0FC3 /* UIKit.framework */,
|
|
18AE8FC718BBEDD100AE0FC3 /* XCTest.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
18AE8FAE18BBEDD000AE0FC3 /* PTYExample */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18AE8FB718BBEDD100AE0FC3 /* NMAppDelegate.h */,
|
|
18AE8FB818BBEDD100AE0FC3 /* NMAppDelegate.m */,
|
|
183E6A331B38510500727F97 /* Launch Screen.xib */,
|
|
18AE8FBA18BBEDD100AE0FC3 /* Main.storyboard */,
|
|
18AE8FBD18BBEDD100AE0FC3 /* NMViewController.h */,
|
|
18AE8FBE18BBEDD100AE0FC3 /* NMViewController.m */,
|
|
18AE8FE318BBF11B00AE0FC3 /* NMTerminalViewController.h */,
|
|
18AE8FE418BBF11B00AE0FC3 /* NMTerminalViewController.m */,
|
|
18AE8FC018BBEDD100AE0FC3 /* Images.xcassets */,
|
|
18AE8FAF18BBEDD000AE0FC3 /* Supporting Files */,
|
|
);
|
|
path = PTYExample;
|
|
sourceTree = "<group>";
|
|
};
|
|
18AE8FAF18BBEDD000AE0FC3 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
18AE8FB018BBEDD000AE0FC3 /* PTYExample-Info.plist */,
|
|
18AE8FB118BBEDD000AE0FC3 /* InfoPlist.strings */,
|
|
18AE8FB418BBEDD000AE0FC3 /* main.m */,
|
|
18AE8FB618BBEDD100AE0FC3 /* PTYExample-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
18AE8FA418BBEDD000AE0FC3 /* PTYExample */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 18AE8FD718BBEDD100AE0FC3 /* Build configuration list for PBXNativeTarget "PTYExample" */;
|
|
buildPhases = (
|
|
18AE8FA118BBEDD000AE0FC3 /* Sources */,
|
|
18AE8FA218BBEDD000AE0FC3 /* Frameworks */,
|
|
18AE8FA318BBEDD000AE0FC3 /* Resources */,
|
|
18221C5C1EA9080300C489F4 /* Embed Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = PTYExample;
|
|
productName = PTYExample;
|
|
productReference = 18AE8FA518BBEDD000AE0FC3 /* PTYExample.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
18AE8F9D18BBEDD000AE0FC3 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
CLASSPREFIX = NM;
|
|
LastUpgradeCheck = 0830;
|
|
ORGANIZATIONNAME = "Nine Muses";
|
|
};
|
|
buildConfigurationList = 18AE8FA018BBEDD000AE0FC3 /* Build configuration list for PBXProject "PTYExample" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 18AE8F9C18BBEDD000AE0FC3;
|
|
productRefGroup = 18AE8FA618BBEDD000AE0FC3 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
18AE8FA418BBEDD000AE0FC3 /* PTYExample */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
18AE8FA318BBEDD000AE0FC3 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
18AE8FC118BBEDD100AE0FC3 /* Images.xcassets in Resources */,
|
|
183E6A341B38510500727F97 /* Launch Screen.xib in Resources */,
|
|
18AE8FB318BBEDD000AE0FC3 /* InfoPlist.strings in Resources */,
|
|
18AE8FBC18BBEDD100AE0FC3 /* Main.storyboard in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
18AE8FA118BBEDD000AE0FC3 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
18AE8FBF18BBEDD100AE0FC3 /* NMViewController.m in Sources */,
|
|
18AE8FB518BBEDD000AE0FC3 /* main.m in Sources */,
|
|
18AE8FB918BBEDD100AE0FC3 /* NMAppDelegate.m in Sources */,
|
|
18AE8FE518BBF11B00AE0FC3 /* NMTerminalViewController.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
18AE8FB118BBEDD000AE0FC3 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
18AE8FB218BBEDD000AE0FC3 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
18AE8FBA18BBEDD100AE0FC3 /* Main.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
18AE8FBB18BBEDD100AE0FC3 /* Base */,
|
|
);
|
|
name = Main.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
18AE8FD518BBEDD100AE0FC3 /* 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_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
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_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;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
18AE8FD618BBEDD100AE0FC3 /* 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_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
COPY_PHASE_STRIP = YES;
|
|
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;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
18AE8FD818BBEDD100AE0FC3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
DEVELOPMENT_TEAM = "";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "PTYExample/PTYExample-Prefix.pch";
|
|
INFOPLIST_FILE = "PTYExample/PTYExample-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "se.ninemuses.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
18AE8FD918BBEDD100AE0FC3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
DEVELOPMENT_TEAM = "";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "PTYExample/PTYExample-Prefix.pch";
|
|
INFOPLIST_FILE = "PTYExample/PTYExample-Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "se.ninemuses.$(PRODUCT_NAME:rfc1034identifier)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
18AE8FA018BBEDD000AE0FC3 /* Build configuration list for PBXProject "PTYExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
18AE8FD518BBEDD100AE0FC3 /* Debug */,
|
|
18AE8FD618BBEDD100AE0FC3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
18AE8FD718BBEDD100AE0FC3 /* Build configuration list for PBXNativeTarget "PTYExample" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
18AE8FD818BBEDD100AE0FC3 /* Debug */,
|
|
18AE8FD918BBEDD100AE0FC3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 18AE8F9D18BBEDD000AE0FC3 /* Project object */;
|
|
}
|