[BACK]Return to project.pbxproj CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / cfep.xcodeproj

Diff for /OpenXM/src/cfep/cfep.xcodeproj/project.pbxproj between version 1.3 and 1.5

version 1.3, 2008/11/24 07:54:04 version 1.5, 2016/09/30 01:13:38
Line 34 
Line 34 
                 8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };                  8D15AC340486D014006FF6A4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */; };
 /* End PBXBuildFile section */  /* 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 */  /* Begin PBXFileReference section */
                 089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };                  089C1660FE840EACC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                 1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };                  1058C7A7FEA54F5311CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
Line 227 
Line 212 
                         );                          );
                         buildRules = (                          buildRules = (
                         );                          );
                         buildSettings = {  
                         };  
                         dependencies = (                          dependencies = (
                         );                          );
                         name = cfep;                          name = cfep;
Line 242 
Line 225 
 /* Begin PBXProject section */  /* Begin PBXProject section */
                 2A37F4A9FDCFA73011CA2CEA /* Project object */ = {                  2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
                         isa = PBXProject;                          isa = PBXProject;
                         buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */;                          attributes = {
                         buildSettings = {  
                         };                          };
                         buildStyles = (                          buildConfigurationList = C05733CB08A9546B00998B17 /* Build configuration list for PBXProject "cfep" */;
                                 4A9504D0FFE6A4CB11CA0CBA /* Debug */,                          compatibilityVersion = "Xcode 2.4";
                                 4A9504D1FFE6A4CB11CA0CBA /* Release */,                          developmentRegion = English;
                         );  
                         hasScannedForEncodings = 1;                          hasScannedForEncodings = 1;
                           knownRegions = (
                                   en,
                           );
                         mainGroup = 2A37F4AAFDCFA73011CA2CEA /* cfep */;                          mainGroup = 2A37F4AAFDCFA73011CA2CEA /* cfep */;
                         projectDirPath = "";                          projectDirPath = "";
                           projectRoot = "";
                         targets = (                          targets = (
                                 8D15AC270486D014006FF6A4 /* cfep */,                                  8D15AC270486D014006FF6A4 /* cfep */,
                         );                          );
Line 379 
Line 364 
                                 GCC_OPTIMIZATION_LEVEL = 0;                                  GCC_OPTIMIZATION_LEVEL = 0;
                                 INFOPLIST_FILE = Info.plist;                                  INFOPLIST_FILE = Info.plist;
                                 INSTALL_PATH = "$(HOME)/Applications";                                  INSTALL_PATH = "$(HOME)/Applications";
                                   MACOSX_DEPLOYMENT_TARGET = 10.9;
                                 PRODUCT_NAME = cfep;                                  PRODUCT_NAME = cfep;
                                   SDKROOT = macosx10.9;
                                 WRAPPER_EXTENSION = app;                                  WRAPPER_EXTENSION = app;
                                 ZERO_LINK = YES;                                  ZERO_LINK = YES;
                         };                          };
Line 388 
Line 375 
                 C05733C908A9546B00998B17 /* Release */ = {                  C05733C908A9546B00998B17 /* Release */ = {
                         isa = XCBuildConfiguration;                          isa = XCBuildConfiguration;
                         buildSettings = {                          buildSettings = {
                                 ARCHS = (                                  ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
                                         ppc,  
                                         i386,  
                                 );  
                                 FRAMEWORK_SEARCH_PATHS = (                                  FRAMEWORK_SEARCH_PATHS = (
                                         "$(FRAMEWORK_SEARCH_PATHS)",                                          "$(FRAMEWORK_SEARCH_PATHS)",
                                         "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks",                                          "$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks",
Line 400 
Line 384 
                                 GCC_MODEL_TUNING = G5;                                  GCC_MODEL_TUNING = G5;
                                 INFOPLIST_FILE = Info.plist;                                  INFOPLIST_FILE = Info.plist;
                                 INSTALL_PATH = "$(HOME)/Applications";                                  INSTALL_PATH = "$(HOME)/Applications";
                                   MACOSX_DEPLOYMENT_TARGET = 10.9;
                                 PRODUCT_NAME = cfep;                                  PRODUCT_NAME = cfep;
                                   SDKROOT = macosx10.9;
                                 WRAPPER_EXTENSION = app;                                  WRAPPER_EXTENSION = app;
                         };                          };
                         name = Release;                          name = Release;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>