mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-15 16:23:34 +01:00
Add Objective-C example
This commit is contained in:
236
objective-c/hellomuni.xcodeproj/project.pbxproj
Normal file
236
objective-c/hellomuni.xcodeproj/project.pbxproj
Normal file
@@ -0,0 +1,236 @@
|
||||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
C4BC50591556F1B7001F4331 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C4BC50581556F1B7001F4331 /* Foundation.framework */; };
|
||||
C4BC505C1556F1B7001F4331 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C4BC505B1556F1B7001F4331 /* main.m */; };
|
||||
C4BC50601556F1B7001F4331 /* hellomuni.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C4BC505F1556F1B7001F4331 /* hellomuni.1 */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
C4BC50521556F1B7001F4331 /* CopyFiles */ = {
|
||||
isa = PBXCopyFilesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
dstPath = /usr/share/man/man1/;
|
||||
dstSubfolderSpec = 0;
|
||||
files = (
|
||||
C4BC50601556F1B7001F4331 /* hellomuni.1 in CopyFiles */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 1;
|
||||
};
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
C4BC50541556F1B7001F4331 /* hellomuni */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = hellomuni; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
C4BC50581556F1B7001F4331 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
C4BC505B1556F1B7001F4331 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
C4BC505E1556F1B7001F4331 /* hellomuni-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "hellomuni-Prefix.pch"; sourceTree = "<group>"; };
|
||||
C4BC505F1556F1B7001F4331 /* hellomuni.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = hellomuni.1; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
C4BC50511556F1B7001F4331 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C4BC50591556F1B7001F4331 /* Foundation.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
C4BC50491556F1B7001F4331 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4BC505A1556F1B7001F4331 /* hellomuni */,
|
||||
C4BC50571556F1B7001F4331 /* Frameworks */,
|
||||
C4BC50551556F1B7001F4331 /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C4BC50551556F1B7001F4331 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4BC50541556F1B7001F4331 /* hellomuni */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C4BC50571556F1B7001F4331 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4BC50581556F1B7001F4331 /* Foundation.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C4BC505A1556F1B7001F4331 /* hellomuni */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4BC505B1556F1B7001F4331 /* main.m */,
|
||||
C4BC505F1556F1B7001F4331 /* hellomuni.1 */,
|
||||
C4BC505D1556F1B7001F4331 /* Supporting Files */,
|
||||
);
|
||||
path = hellomuni;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
C4BC505D1556F1B7001F4331 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
C4BC505E1556F1B7001F4331 /* hellomuni-Prefix.pch */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
C4BC50531556F1B7001F4331 /* hellomuni */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = C4BC50631556F1B7001F4331 /* Build configuration list for PBXNativeTarget "hellomuni" */;
|
||||
buildPhases = (
|
||||
C4BC50501556F1B7001F4331 /* Sources */,
|
||||
C4BC50511556F1B7001F4331 /* Frameworks */,
|
||||
C4BC50521556F1B7001F4331 /* CopyFiles */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = hellomuni;
|
||||
productName = hellomuni;
|
||||
productReference = C4BC50541556F1B7001F4331 /* hellomuni */;
|
||||
productType = "com.apple.product-type.tool";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
C4BC504B1556F1B7001F4331 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0430;
|
||||
};
|
||||
buildConfigurationList = C4BC504E1556F1B7001F4331 /* Build configuration list for PBXProject "hellomuni" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = C4BC50491556F1B7001F4331;
|
||||
productRefGroup = C4BC50551556F1B7001F4331 /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
C4BC50531556F1B7001F4331 /* hellomuni */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
C4BC50501556F1B7001F4331 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
C4BC505C1556F1B7001F4331 /* main.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
C4BC50611556F1B7001F4331 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
"$(inherited)",
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||||
ONLY_ACTIVE_ARCH = YES;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
C4BC50621556F1B7001F4331 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||||
CLANG_ENABLE_OBJC_ARC = YES;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
||||
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
||||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
C4BC50641556F1B7001F4331 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "hellomuni/hellomuni-Prefix.pch";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
C4BC50651556F1B7001F4331 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "hellomuni/hellomuni-Prefix.pch";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
C4BC504E1556F1B7001F4331 /* Build configuration list for PBXProject "hellomuni" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
C4BC50611556F1B7001F4331 /* Debug */,
|
||||
C4BC50621556F1B7001F4331 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
C4BC50631556F1B7001F4331 /* Build configuration list for PBXNativeTarget "hellomuni" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
C4BC50641556F1B7001F4331 /* Debug */,
|
||||
C4BC50651556F1B7001F4331 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = C4BC504B1556F1B7001F4331 /* Project object */;
|
||||
}
|
||||
7
objective-c/hellomuni.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
objective-c/hellomuni.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:hellomuni.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
Reference in New Issue
Block a user