323 lines
12 KiB
Plaintext
323 lines
12 KiB
Plaintext
|
// !$*UTF8*$!
|
||
|
{
|
||
|
archiveVersion = 1;
|
||
|
classes = {
|
||
|
};
|
||
|
objectVersion = 46;
|
||
|
objects = {
|
||
|
|
||
|
/* Begin PBXBuildFile section */
|
||
|
950BB66B13F1F26200D8E669 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 950BB66A13F1F26200D8E669 /* Cocoa.framework */; };
|
||
|
950BB67513F1F26200D8E669 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 950BB67313F1F26200D8E669 /* InfoPlist.strings */; };
|
||
|
950BB67713F1F26200D8E669 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 950BB67613F1F26200D8E669 /* main.m */; };
|
||
|
950BB67B13F1F26200D8E669 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 950BB67913F1F26200D8E669 /* Credits.rtf */; };
|
||
|
950BB67E13F1F26200D8E669 /* MADocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 950BB67D13F1F26200D8E669 /* MADocument.m */; };
|
||
|
950BB68113F1F26200D8E669 /* MADocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 950BB67F13F1F26200D8E669 /* MADocument.xib */; };
|
||
|
950BB68413F1F26200D8E669 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 950BB68213F1F26200D8E669 /* MainMenu.xib */; };
|
||
|
950BB68713F1F26200D8E669 /* MADocument.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 950BB68513F1F26200D8E669 /* MADocument.xcdatamodeld */; };
|
||
|
/* End PBXBuildFile section */
|
||
|
|
||
|
/* Begin PBXFileReference section */
|
||
|
950BB66613F1F26200D8E669 /* Medianno.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Medianno.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||
|
950BB66A13F1F26200D8E669 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||
|
950BB66D13F1F26200D8E669 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||
|
950BB66E13F1F26200D8E669 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
||
|
950BB66F13F1F26200D8E669 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||
|
950BB67213F1F26200D8E669 /* Medianno-Info.plist */ = {isa = PBXFileReference; path = "Medianno-Info.plist"; sourceTree = "<group>"; };
|
||
|
950BB67413F1F26200D8E669 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||
|
950BB67613F1F26200D8E669 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||
|
950BB67813F1F26200D8E669 /* Medianno-Prefix.pch */ = {isa = PBXFileReference; path = "Medianno-Prefix.pch"; sourceTree = "<group>"; };
|
||
|
950BB67A13F1F26200D8E669 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
||
|
950BB67C13F1F26200D8E669 /* MADocument.h */ = {isa = PBXFileReference; path = MADocument.h; sourceTree = "<group>"; };
|
||
|
950BB67D13F1F26200D8E669 /* MADocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MADocument.m; sourceTree = "<group>"; };
|
||
|
950BB68013F1F26200D8E669 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MADocument.xib; sourceTree = "<group>"; };
|
||
|
950BB68313F1F26200D8E669 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||
|
950BB68613F1F26200D8E669 /* MADocument.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = MADocument.xcdatamodel; sourceTree = "<group>"; };
|
||
|
/* End PBXFileReference section */
|
||
|
|
||
|
/* Begin PBXFrameworksBuildPhase section */
|
||
|
950BB66313F1F26200D8E669 /* Frameworks */ = {
|
||
|
isa = PBXFrameworksBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
950BB66B13F1F26200D8E669 /* Cocoa.framework in Frameworks */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXFrameworksBuildPhase section */
|
||
|
|
||
|
/* Begin PBXGroup section */
|
||
|
950BB65B13F1F26200D8E669 = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB67013F1F26200D8E669 /* Medianno */,
|
||
|
950BB66913F1F26200D8E669 /* Frameworks */,
|
||
|
950BB66713F1F26200D8E669 /* Products */,
|
||
|
);
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB66713F1F26200D8E669 /* Products */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB66613F1F26200D8E669 /* Medianno.app */,
|
||
|
);
|
||
|
name = Products;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB66913F1F26200D8E669 /* Frameworks */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB66A13F1F26200D8E669 /* Cocoa.framework */,
|
||
|
950BB66C13F1F26200D8E669 /* Other Frameworks */,
|
||
|
);
|
||
|
name = Frameworks;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB66C13F1F26200D8E669 /* Other Frameworks */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB66D13F1F26200D8E669 /* AppKit.framework */,
|
||
|
950BB66E13F1F26200D8E669 /* CoreData.framework */,
|
||
|
950BB66F13F1F26200D8E669 /* Foundation.framework */,
|
||
|
);
|
||
|
name = "Other Frameworks";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB67013F1F26200D8E669 /* Medianno */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB67C13F1F26200D8E669 /* MADocument.h */,
|
||
|
950BB67D13F1F26200D8E669 /* MADocument.m */,
|
||
|
950BB67F13F1F26200D8E669 /* MADocument.xib */,
|
||
|
950BB68213F1F26200D8E669 /* MainMenu.xib */,
|
||
|
950BB68513F1F26200D8E669 /* MADocument.xcdatamodeld */,
|
||
|
950BB67113F1F26200D8E669 /* Supporting Files */,
|
||
|
);
|
||
|
path = Medianno;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB67113F1F26200D8E669 /* Supporting Files */ = {
|
||
|
isa = PBXGroup;
|
||
|
children = (
|
||
|
950BB67213F1F26200D8E669 /* Medianno-Info.plist */,
|
||
|
950BB67313F1F26200D8E669 /* InfoPlist.strings */,
|
||
|
950BB67613F1F26200D8E669 /* main.m */,
|
||
|
950BB67813F1F26200D8E669 /* Medianno-Prefix.pch */,
|
||
|
950BB67913F1F26200D8E669 /* Credits.rtf */,
|
||
|
);
|
||
|
name = "Supporting Files";
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXGroup section */
|
||
|
|
||
|
/* Begin PBXNativeTarget section */
|
||
|
950BB66513F1F26200D8E669 /* Medianno */ = {
|
||
|
isa = PBXNativeTarget;
|
||
|
buildConfigurationList = 950BB68A13F1F26200D8E669 /* Build configuration list for PBXNativeTarget "Medianno" */;
|
||
|
buildPhases = (
|
||
|
950BB66213F1F26200D8E669 /* Sources */,
|
||
|
950BB66313F1F26200D8E669 /* Frameworks */,
|
||
|
950BB66413F1F26200D8E669 /* Resources */,
|
||
|
);
|
||
|
buildRules = (
|
||
|
);
|
||
|
dependencies = (
|
||
|
);
|
||
|
name = Medianno;
|
||
|
productName = Medianno;
|
||
|
productReference = 950BB66613F1F26200D8E669 /* Medianno.app */;
|
||
|
productType = "com.apple.product-type.application";
|
||
|
};
|
||
|
/* End PBXNativeTarget section */
|
||
|
|
||
|
/* Begin PBXProject section */
|
||
|
950BB65D13F1F26200D8E669 /* Project object */ = {
|
||
|
isa = PBXProject;
|
||
|
attributes = {
|
||
|
ORGANIZATIONNAME = "Apple Computer";
|
||
|
};
|
||
|
buildConfigurationList = 950BB66013F1F26200D8E669 /* Build configuration list for PBXProject "Medianno" */;
|
||
|
compatibilityVersion = "Xcode 3.2";
|
||
|
developmentRegion = English;
|
||
|
hasScannedForEncodings = 0;
|
||
|
knownRegions = (
|
||
|
en,
|
||
|
);
|
||
|
mainGroup = 950BB65B13F1F26200D8E669;
|
||
|
productRefGroup = 950BB66713F1F26200D8E669 /* Products */;
|
||
|
projectDirPath = "";
|
||
|
projectRoot = "";
|
||
|
targets = (
|
||
|
950BB66513F1F26200D8E669 /* Medianno */,
|
||
|
);
|
||
|
};
|
||
|
/* End PBXProject section */
|
||
|
|
||
|
/* Begin PBXResourcesBuildPhase section */
|
||
|
950BB66413F1F26200D8E669 /* Resources */ = {
|
||
|
isa = PBXResourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
950BB67513F1F26200D8E669 /* InfoPlist.strings in Resources */,
|
||
|
950BB67B13F1F26200D8E669 /* Credits.rtf in Resources */,
|
||
|
950BB68113F1F26200D8E669 /* MADocument.xib in Resources */,
|
||
|
950BB68413F1F26200D8E669 /* MainMenu.xib in Resources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXResourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXSourcesBuildPhase section */
|
||
|
950BB66213F1F26200D8E669 /* Sources */ = {
|
||
|
isa = PBXSourcesBuildPhase;
|
||
|
buildActionMask = 2147483647;
|
||
|
files = (
|
||
|
950BB67713F1F26200D8E669 /* main.m in Sources */,
|
||
|
950BB67E13F1F26200D8E669 /* MADocument.m in Sources */,
|
||
|
950BB68713F1F26200D8E669 /* MADocument.xcdatamodeld in Sources */,
|
||
|
);
|
||
|
runOnlyForDeploymentPostprocessing = 0;
|
||
|
};
|
||
|
/* End PBXSourcesBuildPhase section */
|
||
|
|
||
|
/* Begin PBXVariantGroup section */
|
||
|
950BB67313F1F26200D8E669 /* InfoPlist.strings */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
950BB67413F1F26200D8E669 /* en */,
|
||
|
);
|
||
|
name = InfoPlist.strings;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB67913F1F26200D8E669 /* Credits.rtf */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
950BB67A13F1F26200D8E669 /* en */,
|
||
|
);
|
||
|
name = Credits.rtf;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB67F13F1F26200D8E669 /* MADocument.xib */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
950BB68013F1F26200D8E669 /* en */,
|
||
|
);
|
||
|
name = MADocument.xib;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
950BB68213F1F26200D8E669 /* MainMenu.xib */ = {
|
||
|
isa = PBXVariantGroup;
|
||
|
children = (
|
||
|
950BB68313F1F26200D8E669 /* en */,
|
||
|
);
|
||
|
name = MainMenu.xib;
|
||
|
sourceTree = "<group>";
|
||
|
};
|
||
|
/* End PBXVariantGroup section */
|
||
|
|
||
|
/* Begin XCBuildConfiguration section */
|
||
|
950BB68813F1F26200D8E669 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||
|
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_MISSING_PROTOTYPES = YES;
|
||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||
|
ONLY_ACTIVE_ARCH = YES;
|
||
|
SDKROOT = macosx;
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
950BB68913F1F26200D8E669 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
||
|
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_MISSING_PROTOTYPES = YES;
|
||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
||
|
SDKROOT = macosx;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
950BB68B13F1F26200D8E669 /* Debug */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||
|
GCC_PREFIX_HEADER = "Medianno/Medianno-Prefix.pch";
|
||
|
INFOPLIST_FILE = "Medianno/Medianno-Info.plist";
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
WRAPPER_EXTENSION = app;
|
||
|
};
|
||
|
name = Debug;
|
||
|
};
|
||
|
950BB68C13F1F26200D8E669 /* Release */ = {
|
||
|
isa = XCBuildConfiguration;
|
||
|
buildSettings = {
|
||
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||
|
GCC_PREFIX_HEADER = "Medianno/Medianno-Prefix.pch";
|
||
|
INFOPLIST_FILE = "Medianno/Medianno-Info.plist";
|
||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||
|
WRAPPER_EXTENSION = app;
|
||
|
};
|
||
|
name = Release;
|
||
|
};
|
||
|
/* End XCBuildConfiguration section */
|
||
|
|
||
|
/* Begin XCConfigurationList section */
|
||
|
950BB66013F1F26200D8E669 /* Build configuration list for PBXProject "Medianno" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
950BB68813F1F26200D8E669 /* Debug */,
|
||
|
950BB68913F1F26200D8E669 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
defaultConfigurationName = Release;
|
||
|
};
|
||
|
950BB68A13F1F26200D8E669 /* Build configuration list for PBXNativeTarget "Medianno" */ = {
|
||
|
isa = XCConfigurationList;
|
||
|
buildConfigurations = (
|
||
|
950BB68B13F1F26200D8E669 /* Debug */,
|
||
|
950BB68C13F1F26200D8E669 /* Release */,
|
||
|
);
|
||
|
defaultConfigurationIsVisible = 0;
|
||
|
};
|
||
|
/* End XCConfigurationList section */
|
||
|
|
||
|
/* Begin XCVersionGroup section */
|
||
|
950BB68513F1F26200D8E669 /* MADocument.xcdatamodeld */ = {
|
||
|
isa = XCVersionGroup;
|
||
|
children = (
|
||
|
950BB68613F1F26200D8E669 /* MADocument.xcdatamodel */,
|
||
|
);
|
||
|
currentVersion = 950BB68613F1F26200D8E669 /* MADocument.xcdatamodel */;
|
||
|
path = MADocument.xcdatamodeld;
|
||
|
sourceTree = "<group>";
|
||
|
versionGroupType = wrapper.xcdatamodel;
|
||
|
};
|
||
|
/* End XCVersionGroup section */
|
||
|
};
|
||
|
rootObject = 950BB65D13F1F26200D8E669 /* Project object */;
|
||
|
}
|