mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-26 00:49:20 +00:00
310 lines
11 KiB
Plaintext
310 lines
11 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 46;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
28F676C21CD15E0B00FC6FA6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F676C11CD15E0B00FC6FA6 /* main.m */; };
|
||
|
28F676C51CD15E0B00FC6FA6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F676C41CD15E0B00FC6FA6 /* AppDelegate.m */; };
|
||
|
28F676C81CD15E0B00FC6FA6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28F676C71CD15E0B00FC6FA6 /* ViewController.m */; };
|
||
|
28F676CB1CD15E0B00FC6FA6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28F676C91CD15E0B00FC6FA6 /* Main.storyboard */; };
|
||
|
28F676CD1CD15E0B00FC6FA6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 28F676CC1CD15E0B00FC6FA6 /* Assets.xcassets */; };
|
||
|
28F676D01CD15E0B00FC6FA6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28F676CE1CD15E0B00FC6FA6 /* LaunchScreen.storyboard */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
28F676BD1CD15E0B00FC6FA6 /* Mini vMac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mini vMac.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
28F676C11CD15E0B00FC6FA6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||
|
28F676C31CD15E0B00FC6FA6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
||
|
28F676C41CD15E0B00FC6FA6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
||
|
28F676C61CD15E0B00FC6FA6 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
|
||
|
28F676C71CD15E0B00FC6FA6 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
|
||
|
28F676CA1CD15E0B00FC6FA6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||
|
28F676CC1CD15E0B00FC6FA6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||
|
28F676CF1CD15E0B00FC6FA6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||
|
28F676D11CD15E0B00FC6FA6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
28F676BA1CD15E0B00FC6FA6 /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
28F676B41CD15E0B00FC6FA6 = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
28F676BF1CD15E0B00FC6FA6 /* Mini vMac */,
|
||
|
28F676BE1CD15E0B00FC6FA6 /* Products */,
|
||
|
);
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
28F676BE1CD15E0B00FC6FA6 /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
28F676BD1CD15E0B00FC6FA6 /* Mini vMac.app */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
28F676BF1CD15E0B00FC6FA6 /* Mini vMac */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
28F676C31CD15E0B00FC6FA6 /* AppDelegate.h */,
|
||
|
28F676C41CD15E0B00FC6FA6 /* AppDelegate.m */,
|
||
|
28F676C61CD15E0B00FC6FA6 /* ViewController.h */,
|
||
|
28F676C71CD15E0B00FC6FA6 /* ViewController.m */,
|
||
|
28F676C91CD15E0B00FC6FA6 /* Main.storyboard */,
|
||
|
28F676CC1CD15E0B00FC6FA6 /* Assets.xcassets */,
|
||
|
28F676CE1CD15E0B00FC6FA6 /* LaunchScreen.storyboard */,
|
||
|
28F676D11CD15E0B00FC6FA6 /* Info.plist */,
|
||
|
28F676C01CD15E0B00FC6FA6 /* Supporting Files */,
|
||
|
);
|
||
|
path = "Mini vMac";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
28F676C01CD15E0B00FC6FA6 /* Supporting Files */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
28F676C11CD15E0B00FC6FA6 /* main.m */,
|
||
|
);
|
||
|
name = "Supporting Files";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
28F676BC1CD15E0B00FC6FA6 /* Mini vMac */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = 28F676D41CD15E0B00FC6FA6 /* Build configuration list for PBXNativeTarget "Mini vMac" */;
|
||
|
buildPhases = (
|
||
|
28F676B91CD15E0B00FC6FA6 /* Sources */,
|
||
|
28F676BA1CD15E0B00FC6FA6 /* Frameworks */,
|
||
|
28F676BB1CD15E0B00FC6FA6 /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = "Mini vMac";
|
||
|
productName = "Mini vMac";
|
||
|
productReference = 28F676BD1CD15E0B00FC6FA6 /* Mini vMac.app */;
|
||
|
productType = "com.apple.product-type.application";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
28F676B51CD15E0B00FC6FA6 /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
attributes = {
|
||
|
LastUpgradeCheck = 0730;
|
||
|
ORGANIZATIONNAME = namedfork;
|
||
|
TargetAttributes = {
|
||
|
28F676BC1CD15E0B00FC6FA6 = {
|
||
|
CreatedOnToolsVersion = 7.3;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
buildConfigurationList = 28F676B81CD15E0B00FC6FA6 /* Build configuration list for PBXProject "Mini vMac" */;
|
||
|
compatibilityVersion = "Xcode 3.2";
|
||
|
developmentRegion = English;
|
||
|
hasScannedForEncodings = 0;
|
||
|
knownRegions = (
|
||
|
en,
|
||
|
Base,
|
||
|
);
|
||
|
mainGroup = 28F676B41CD15E0B00FC6FA6;
|
||
|
productRefGroup = 28F676BE1CD15E0B00FC6FA6 /* Products */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
28F676BC1CD15E0B00FC6FA6 /* Mini vMac */,
|
||
|
);
|
||
|
};
|
||
|
/* End PBXProject section */
|
||
|
|
||
|
/* Begin PBXResourcesBuildPhase section */
|
||
|
28F676BB1CD15E0B00FC6FA6 /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
28F676D01CD15E0B00FC6FA6 /* LaunchScreen.storyboard in Resources */,
|
||
|
28F676CD1CD15E0B00FC6FA6 /* Assets.xcassets in Resources */,
|
||
|
28F676CB1CD15E0B00FC6FA6 /* Main.storyboard in Resources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXResourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
28F676B91CD15E0B00FC6FA6 /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
28F676C81CD15E0B00FC6FA6 /* ViewController.m in Sources */,
|
||
|
28F676C51CD15E0B00FC6FA6 /* AppDelegate.m in Sources */,
|
||
|
28F676C21CD15E0B00FC6FA6 /* main.m in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXVariantGroup section */
|
||
|
28F676C91CD15E0B00FC6FA6 /* Main.storyboard */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
28F676CA1CD15E0B00FC6FA6 /* Base */,
|
||
|
);
|
||
|
name = Main.storyboard;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
28F676CE1CD15E0B00FC6FA6 /* LaunchScreen.storyboard */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
28F676CF1CD15E0B00FC6FA6 /* Base */,
|
||
|
);
|
||
|
name = LaunchScreen.storyboard;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXVariantGroup section */
|
||
|
|
||
|
/* Begin XCBuildConfiguration section */
|
||
|
28F676D21CD15E0B00FC6FA6 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
CLANG_ANALYZER_NONNULL = YES;
|
||
|
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[sdk=iphoneos*]" = "iPhone Developer";
|
||
|
COPY_PHASE_STRIP = NO;
|
||
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||
|
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_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;
|
||
|
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
||
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||
|
ONLY_ACTIVE_ARCH = YES;
|
||
|
SDKROOT = iphoneos;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
28F676D31CD15E0B00FC6FA6 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
CLANG_ANALYZER_NONNULL = YES;
|
||
|
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[sdk=iphoneos*]" = "iPhone Developer";
|
||
|
COPY_PHASE_STRIP = NO;
|
||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||
|
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;
|
||
|
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
|
||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||
|
SDKROOT = iphoneos;
|
||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||
|
VALIDATE_PRODUCT = YES;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
28F676D51CD15E0B00FC6FA6 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
INFOPLIST_FILE = "Mini vMac/Info.plist";
|
||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = "net.namedfork.Mini-vMac";
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
28F676D61CD15E0B00FC6FA6 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||
|
INFOPLIST_FILE = "Mini vMac/Info.plist";
|
||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||
|
PRODUCT_BUNDLE_IDENTIFIER = "net.namedfork.Mini-vMac";
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
28F676B81CD15E0B00FC6FA6 /* Build configuration list for PBXProject "Mini vMac" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
28F676D21CD15E0B00FC6FA6 /* Debug */,
|
||
|
28F676D31CD15E0B00FC6FA6 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
28F676D41CD15E0B00FC6FA6 /* Build configuration list for PBXNativeTarget "Mini vMac" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
28F676D51CD15E0B00FC6FA6 /* Debug */,
|
||
|
28F676D61CD15E0B00FC6FA6 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
};
|
||
|
rootObject = 28F676B51CD15E0B00FC6FA6 /* Project object */;
|
||
|
}
|