=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj,v retrieving revision 1.1.1.1 retrieving revision 1.6 diff -u -p -r1.1.1.1 -r1.6 --- OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj 2006/03/03 23:31:12 1.1.1.1 +++ OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj 2018/10/18 04:59:45 1.6 @@ -25,6 +25,7 @@ 729C9ABE0982069D00DB1E2B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 729C9ABC0982069D00DB1E2B /* Localizable.strings */; }; 72D366F6098250BC00D24377 /* intro-faq-ja.html in Resources */ = {isa = PBXBuildFile; fileRef = 72D366F5098250BC00D24377 /* intro-faq-ja.html */; }; 72E69905098C91CE00846D88 /* MyDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 72E69904098C91CE00846D88 /* MyDecoder.m */; }; + 72F19C4D0EDA81A900F13571 /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72F19C4C0EDA81A900F13571 /* GLUT.framework */; }; 8D15AC2C0486D014006FF6A4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B9FDCFA73011CA2CEA /* Credits.rtf */; }; 8D15AC2D0486D014006FF6A4 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */; }; 8D15AC2F0486D014006FF6A4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165FFE840EACC02AAC07 /* InfoPlist.strings */; }; @@ -33,36 +34,18 @@ 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 4A9504D0FFE6A4CB11CA0CBA /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - }; - name = Debug; - }; - 4A9504D1FFE6A4CB11CA0CBA /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - }; - name = Release; - }; -/* End PBXBuildStyle section */ - /* Begin PBXFileReference section */ 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 13E42FBA07B3F13500E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = ""; }; 1C248AF7098751570066E2ED /* MyOutputWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyOutputWindowController.h; sourceTree = ""; }; 1C248AF8098751570066E2ED /* MyOutputWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyOutputWindowController.m; sourceTree = ""; }; - 1C37DF1E09876F6E001ADC17 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyOutputWindow.nib; sourceTree = ""; }; 1C80530809A9791600DC2AC6 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; - 1CA2A3CF09AECAD6008FF672 /* glicosa.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = glicosa.c; sourceTree = ""; }; - 1CA2A3D109AECADC008FF672 /* glray3.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = glray3.c; sourceTree = ""; }; + 1CA2A3CF09AECAD6008FF672 /* glicosa.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = glicosa.c; sourceTree = ""; }; + 1CA2A3D109AECADC008FF672 /* glray3.c */ = {isa = PBXFileReference; fileEncoding = 0; lastKnownFileType = sourcecode.c.c; path = glray3.c; sourceTree = ""; }; 2A37F4ACFDCFA73011CA2CEA /* MyDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyDocument.m; sourceTree = ""; }; 2A37F4AEFDCFA73011CA2CEA /* MyDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyDocument.h; sourceTree = ""; }; 2A37F4B0FDCFA73011CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 2A37F4B5FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyDocument.nib; sourceTree = ""; }; - 2A37F4B7FDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; 2A37F4BAFDCFA73011CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = English.lproj/Credits.rtf; sourceTree = ""; }; 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; @@ -78,7 +61,10 @@ 7222C486097F769D0099012C /* changelog-ja.txt */ = {isa = PBXFileReference; fileEncoding = 21; lastKnownFileType = text; path = "changelog-ja.txt"; sourceTree = ""; }; 7222C488097F76E70099012C /* note-ja.txt */ = {isa = PBXFileReference; fileEncoding = 21; lastKnownFileType = text; path = "note-ja.txt"; sourceTree = ""; }; 7222C48A097F77020099012C /* SimpleOX.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SimpleOX.icns; sourceTree = ""; }; - 7226C9E709A6F08E00B445CE /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyOpenGL.nib; sourceTree = ""; }; + 72231FCC21770D0200CAB19D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/MyOpenGL.nib; sourceTree = ""; }; + 72231FCD21770D0200CAB19D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/MainMenu.nib; sourceTree = ""; }; + 72231FCE21770D0200CAB19D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/MyDocument.nib; sourceTree = ""; }; + 72231FCF21770D0200CAB19D /* Base */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Base; path = Base.lproj/MyOutputWindow.nib; sourceTree = ""; }; 7226CA0809A6F4E400B445CE /* MyOpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyOpenGLView.h; sourceTree = ""; }; 7226CA0909A6F4E400B445CE /* MyOpenGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyOpenGLView.m; sourceTree = ""; }; 727B11EC098244CC0029BDEF /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/MyDocument.nib; sourceTree = ""; }; @@ -91,6 +77,7 @@ 72D366F5098250BC00D24377 /* intro-faq-ja.html */ = {isa = PBXFileReference; fileEncoding = 21; lastKnownFileType = text.html; name = "intro-faq-ja.html"; path = "package/intro-faq-ja.html"; sourceTree = ""; }; 72E69903098C91CE00846D88 /* MyDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyDecoder.h; sourceTree = ""; }; 72E69904098C91CE00846D88 /* MyDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyDecoder.m; sourceTree = ""; }; + 72F19C4C0EDA81A900F13571 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/GLUT.framework; sourceTree = ""; }; 8D15AC360486D014006FF6A4 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8D15AC370486D014006FF6A4 /* cfep.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = cfep.app; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -102,6 +89,7 @@ files = ( 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */, 1C80530909A9791600DC2AC6 /* OpenGL.framework in Frameworks */, + 72F19C4D0EDA81A900F13571 /* GLUT.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -203,6 +191,7 @@ 2A37F4C3FDCFA73011CA2CEA /* Frameworks */ = { isa = PBXGroup; children = ( + 72F19C4C0EDA81A900F13571 /* GLUT.framework */, 1C80530809A9791600DC2AC6 /* OpenGL.framework */, 1058C7A6FEA54F5311CA2CBB /* Linked Frameworks */, 1058C7A8FEA54F5311CA2CBB /* Other Frameworks */, @@ -223,8 +212,6 @@ ); buildRules = ( ); - buildSettings = { - }; dependencies = ( ); name = cfep; @@ -238,16 +225,20 @@ /* Begin PBXProject section */ 2A37F4A9FDCFA73011CA2CEA /* Project object */ = { isa = PBXProject; - buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */; - buildSettings = { + attributes = { + LastUpgradeCheck = 1000; }; - buildStyles = ( - 4A9504D0FFE6A4CB11CA0CBA /* Debug */, - 4A9504D1FFE6A4CB11CA0CBA /* Release */, - ); + buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */; + compatibilityVersion = "Xcode 2.4"; + developmentRegion = English; hasScannedForEncodings = 1; + knownRegions = ( + en, + Base, + ); mainGroup = 2A37F4AAFDCFA73011CA2CEA /* cfep */; projectDirPath = ""; + projectRoot = ""; targets = ( 8D15AC270486D014006FF6A4 /* cfep */, ); @@ -309,7 +300,7 @@ 1C37DF1D09876F6E001ADC17 /* MyOutputWindow.nib */ = { isa = PBXVariantGroup; children = ( - 1C37DF1E09876F6E001ADC17 /* English */, + 72231FCF21770D0200CAB19D /* Base */, ); name = MyOutputWindow.nib; sourceTree = ""; @@ -317,8 +308,8 @@ 2A37F4B6FDCFA73011CA2CEA /* MainMenu.nib */ = { isa = PBXVariantGroup; children = ( - 2A37F4B7FDCFA73011CA2CEA /* English */, 727B11F4098246A20029BDEF /* Japanese */, + 72231FCD21770D0200CAB19D /* Base */, ); name = MainMenu.nib; sourceTree = ""; @@ -335,7 +326,7 @@ 7226C9E609A6F08E00B445CE /* MyOpenGL.nib */ = { isa = PBXVariantGroup; children = ( - 7226C9E709A6F08E00B445CE /* English */, + 72231FCC21770D0200CAB19D /* Base */, ); name = MyOpenGL.nib; sourceTree = ""; @@ -343,8 +334,8 @@ 727B11E90982443A0029BDEF /* MyDocument.nib */ = { isa = PBXVariantGroup; children = ( - 2A37F4B5FDCFA73011CA2CEA /* English */, 727B11EC098244CC0029BDEF /* Japanese */, + 72231FCE21770D0200CAB19D /* Base */, ); name = MyDocument.nib; sourceTree = ""; @@ -364,14 +355,21 @@ C05733C808A9546B00998B17 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; COPY_PHASE_STRIP = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks", + ); GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + PRODUCT_BUNDLE_IDENTIFIER = org.openxm.cfep; PRODUCT_NAME = cfep; + SDKROOT = macosx; WRAPPER_EXTENSION = app; ZERO_LINK = YES; }; @@ -380,15 +378,19 @@ C05733C908A9546B00998B17 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, + CLANG_ENABLE_OBJC_WEAK = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(FRAMEWORK_SEARCH_PATHS)", + "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks", ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; + MACOSX_DEPLOYMENT_TARGET = 10.9; + PRODUCT_BUNDLE_IDENTIFIER = org.openxm.cfep; PRODUCT_NAME = cfep; + SDKROOT = macosx; WRAPPER_EXTENSION = app; }; name = Release; @@ -396,10 +398,35 @@ C05733CC08A9546B00998B17 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_ENABLE_OBJC_EXCEPTIONS = 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; - PREBINDING = NO; + ONLY_ACTIVE_ARCH = YES; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Debug; @@ -407,10 +434,33 @@ C05733CD08A9546B00998B17 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = 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_ENABLE_OBJC_EXCEPTIONS = 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; - PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Release; @@ -425,7 +475,7 @@ C05733C908A9546B00998B17 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; + defaultConfigurationName = Debug; }; C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */ = { isa = XCConfigurationList; @@ -434,7 +484,7 @@ C05733CD08A9546B00998B17 /* Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; + defaultConfigurationName = Debug; }; /* End XCConfigurationList section */ };