mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-18 08:31:28 +00:00
- Updated project to Xcode 4. - Reorganized files into preferred Xcode 4 hierarchy. - Updated code to use properties. - Eliminated unused/redundant code. - Significantly optimized project scans. - Added support for outlets, actions and resources in user frameworks. - Now using bindings throughout. - New application icon, Retina ready. - New status menu icons. - Reorganized menu. - Added Preferences… menu item. - Parsing errors and nib2cib errors are actually logged to the errors panel now. - When an error occurs, the errors panel automatically opens, unless the "Automatically open Errors & Warnings panel" preference is off. - Double-clicking an error or selecting an error and clicking Open opens the error in the preferred editor for .j files (or Xcode for .xibs). The cursor jumps to the offending line in the following editors: Sublime Text, TextWrangler, BBEdit, TextMate, Chocolate, MacVim. - The Errors panel now remembers its position/size. - When a project is loaded, the errors panel is cleared. - When a file is modified, any pre-existing errors for that file are removed. - Updated to Growl framework 2.0.1. - If Notification Center is available (OS X 10.8+), that is used instead of Growl. - .xcodecapp-ignore now supports ignoring a directory by suffixing the name with "/". - .xcodecapp-ignore now supports include expressions prefixed with "!". - Significantly optimized filename matching against ignored paths. - .XcodeSupport has been renamed XcodeSupport to make it visible, so that trashing it is easier if things get out of sync. - The template Xcode project now contains no frameworks or targets, so Xcode does not show any warnings or errors, and the user cannot accidentally try to build. - Removing a file now removes the file from the Xcode project. - Shadow files replace forward slash with U+2215 (DIVISION SLASH), which looks like forward slash but is a character that is extremely unlikely to be in a filename.
353 lines
18 KiB
Plaintext
353 lines
18 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
E132ED951724B64C00D870AE /* FSEventCallback.m in Sources */ = {isa = PBXBuildFile; fileRef = E132ED941724B64C00D870AE /* FSEventCallback.m */; };
|
|
E164FDD31720E77100263CE3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E164FDD21720E77100263CE3 /* Cocoa.framework */; };
|
|
E164FDDF1720E77100263CE3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDDE1720E77100263CE3 /* main.m */; };
|
|
E164FDE91720E77100263CE3 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E164FDE71720E77100263CE3 /* MainMenu.xib */; };
|
|
E164FDF51720EBC100263CE3 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDF41720EBC100263CE3 /* AppController.m */; };
|
|
E164FDF71720EBD600263CE3 /* Growl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E164FDF61720EBD600263CE3 /* Growl.framework */; };
|
|
E164FDFF1720EC5B00263CE3 /* TNXcodeCapp.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDFB1720EC5B00263CE3 /* TNXcodeCapp.m */; };
|
|
E164FE001720EC5B00263CE3 /* UserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDFD1720EC5B00263CE3 /* UserDefaults.m */; };
|
|
E164FE061720ED4500263CE3 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E164FE041720ED4400263CE3 /* InfoPlist.strings */; };
|
|
E164FE0D1720F26C00263CE3 /* help.rtfd in Resources */ = {isa = PBXBuildFile; fileRef = E164FE081720F26C00263CE3 /* help.rtfd */; };
|
|
E164FE151720F40400263CE3 /* mod_pbxproj.py in Resources */ = {isa = PBXBuildFile; fileRef = E164FE131720F40400263CE3 /* mod_pbxproj.py */; };
|
|
E164FE161720F40400263CE3 /* pbxprojModifier.py in Resources */ = {isa = PBXBuildFile; fileRef = E164FE141720F40400263CE3 /* pbxprojModifier.py */; };
|
|
E164FE181720F44B00263CE3 /* parser.j in Resources */ = {isa = PBXBuildFile; fileRef = E164FE171720F44B00263CE3 /* parser.j */; };
|
|
E164FE1A1720F49A00263CE3 /* Growl Registration Ticket.growlRegDict in Resources */ = {isa = PBXBuildFile; fileRef = E164FE191720F49A00263CE3 /* Growl Registration Ticket.growlRegDict */; };
|
|
E164FE1F1720F51E00263CE3 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E164FE1D1720F50100263CE3 /* CoreServices.framework */; };
|
|
E164FE211720F55600263CE3 /* Growl.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = E164FDF61720EBD600263CE3 /* Growl.framework */; };
|
|
E164FE2B172188F300263CE3 /* project.pbxproj in Resources */ = {isa = PBXBuildFile; fileRef = E164FE2A172188F300263CE3 /* project.pbxproj */; };
|
|
E164FE2F1721A34900263CE3 /* icon-active.png in Resources */ = {isa = PBXBuildFile; fileRef = E164FE2C1721A34900263CE3 /* icon-active.png */; };
|
|
E164FE301721A34900263CE3 /* icon-inactive.png in Resources */ = {isa = PBXBuildFile; fileRef = E164FE2D1721A34900263CE3 /* icon-inactive.png */; };
|
|
E164FE311721A34900263CE3 /* icon-working.png in Resources */ = {isa = PBXBuildFile; fileRef = E164FE2E1721A34900263CE3 /* icon-working.png */; };
|
|
E17A822D172700B90095CD83 /* XcodeCapp.iconset in Resources */ = {isa = PBXBuildFile; fileRef = E17A822C172700B90095CD83 /* XcodeCapp.iconset */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
E164FE201720F54800263CE3 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
E164FE211720F55600263CE3 /* Growl.framework in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
E132ED941724B64C00D870AE /* FSEventCallback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FSEventCallback.m; sourceTree = "<group>"; };
|
|
E132ED961724B6C400D870AE /* FSEventCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FSEventCallback.h; sourceTree = "<group>"; };
|
|
E132ED991724B71600D870AE /* TNXCodeCapp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TNXCodeCapp.h; sourceTree = "<group>"; };
|
|
E132ED9A1724B71D00D870AE /* AppController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppController.h; sourceTree = "<group>"; };
|
|
E164FDCF1720E77100263CE3 /* XcodeCapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XcodeCapp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
E164FDD21720E77100263CE3 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
E164FDD51720E77100263CE3 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
E164FDD61720E77100263CE3 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
E164FDD71720E77100263CE3 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
E164FDDA1720E77100263CE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
E164FDDE1720E77100263CE3 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
E164FDE01720E77100263CE3 /* XcodeCapp-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "XcodeCapp-Prefix.pch"; sourceTree = "<group>"; };
|
|
E164FDE81720E77100263CE3 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
E164FDEF1720E7FA00263CE3 /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
|
E164FDF01720E7FA00263CE3 /* Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
|
|
E164FDF41720EBC100263CE3 /* AppController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppController.m; sourceTree = "<group>"; };
|
|
E164FDF61720EBD600263CE3 /* Growl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Growl.framework; path = XcodeCapp/Growl.framework; sourceTree = SOURCE_ROOT; };
|
|
E164FDFB1720EC5B00263CE3 /* TNXcodeCapp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TNXcodeCapp.m; sourceTree = "<group>"; };
|
|
E164FDFD1720EC5B00263CE3 /* UserDefaults.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserDefaults.m; sourceTree = "<group>"; };
|
|
E164FE051720ED4500263CE3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = XcodeCapp/en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
E164FE081720F26C00263CE3 /* help.rtfd */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; name = help.rtfd; path = Resources/help.rtfd; sourceTree = "<group>"; };
|
|
E164FE131720F40400263CE3 /* mod_pbxproj.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = mod_pbxproj.py; sourceTree = "<group>"; };
|
|
E164FE141720F40400263CE3 /* pbxprojModifier.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = pbxprojModifier.py; sourceTree = "<group>"; };
|
|
E164FE171720F44B00263CE3 /* parser.j */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = parser.j; sourceTree = "<group>"; };
|
|
E164FE191720F49A00263CE3 /* Growl Registration Ticket.growlRegDict */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = "Growl Registration Ticket.growlRegDict"; sourceTree = "<group>"; };
|
|
E164FE1D1720F50100263CE3 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
|
|
E164FE2A172188F300263CE3 /* project.pbxproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.pbxproject; name = project.pbxproj; path = Resources/project.pbxproj; sourceTree = "<group>"; };
|
|
E164FE2C1721A34900263CE3 /* icon-active.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "icon-active.png"; path = "Resources/icon-active.png"; sourceTree = "<group>"; };
|
|
E164FE2D1721A34900263CE3 /* icon-inactive.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "icon-inactive.png"; path = "Resources/icon-inactive.png"; sourceTree = "<group>"; };
|
|
E164FE2E1721A34900263CE3 /* icon-working.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "icon-working.png"; path = "Resources/icon-working.png"; sourceTree = "<group>"; };
|
|
E17A822C172700B90095CD83 /* XcodeCapp.iconset */ = {isa = PBXFileReference; lastKnownFileType = folder.iconset; name = XcodeCapp.iconset; path = Resources/XcodeCapp.iconset; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
E164FDCC1720E77100263CE3 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E164FDD31720E77100263CE3 /* Cocoa.framework in Frameworks */,
|
|
E164FE1F1720F51E00263CE3 /* CoreServices.framework in Frameworks */,
|
|
E164FDF71720EBD600263CE3 /* Growl.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
E164FDC61720E77100263CE3 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDD81720E77100263CE3 /* XcodeCapp */,
|
|
E164FDD11720E77100263CE3 /* Frameworks */,
|
|
E164FDD01720E77100263CE3 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FDD01720E77100263CE3 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDCF1720E77100263CE3 /* XcodeCapp.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FDD11720E77100263CE3 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDD21720E77100263CE3 /* Cocoa.framework */,
|
|
E164FE1D1720F50100263CE3 /* CoreServices.framework */,
|
|
E164FDF61720EBD600263CE3 /* Growl.framework */,
|
|
E164FDD41720E77100263CE3 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FDD41720E77100263CE3 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDD51720E77100263CE3 /* AppKit.framework */,
|
|
E164FDD61720E77100263CE3 /* CoreData.framework */,
|
|
E164FDD71720E77100263CE3 /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FDD81720E77100263CE3 /* XcodeCapp */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDF41720EBC100263CE3 /* AppController.m */,
|
|
E132ED9A1724B71D00D870AE /* AppController.h */,
|
|
E164FDFB1720EC5B00263CE3 /* TNXcodeCapp.m */,
|
|
E132ED991724B71600D870AE /* TNXCodeCapp.h */,
|
|
E132ED941724B64C00D870AE /* FSEventCallback.m */,
|
|
E132ED961724B6C400D870AE /* FSEventCallback.h */,
|
|
E164FDFD1720EC5B00263CE3 /* UserDefaults.m */,
|
|
E164FDEF1720E7FA00263CE3 /* Debug.xcconfig */,
|
|
E164FDF01720E7FA00263CE3 /* Release.xcconfig */,
|
|
E164FE121720F3E100263CE3 /* Scripts */,
|
|
E164FE071720F25400263CE3 /* Resources */,
|
|
E164FDD91720E77100263CE3 /* Supporting Files */,
|
|
);
|
|
path = XcodeCapp;
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FDD91720E77100263CE3 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FDDA1720E77100263CE3 /* Info.plist */,
|
|
E164FE041720ED4400263CE3 /* InfoPlist.strings */,
|
|
E164FDDE1720E77100263CE3 /* main.m */,
|
|
E164FDE01720E77100263CE3 /* XcodeCapp-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FE071720F25400263CE3 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E17A822C172700B90095CD83 /* XcodeCapp.iconset */,
|
|
E164FE2C1721A34900263CE3 /* icon-active.png */,
|
|
E164FE2D1721A34900263CE3 /* icon-inactive.png */,
|
|
E164FE2E1721A34900263CE3 /* icon-working.png */,
|
|
E164FDE71720E77100263CE3 /* MainMenu.xib */,
|
|
E164FE2A172188F300263CE3 /* project.pbxproj */,
|
|
E164FE191720F49A00263CE3 /* Growl Registration Ticket.growlRegDict */,
|
|
E164FE081720F26C00263CE3 /* help.rtfd */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FE121720F3E100263CE3 /* Scripts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
E164FE141720F40400263CE3 /* pbxprojModifier.py */,
|
|
E164FE131720F40400263CE3 /* mod_pbxproj.py */,
|
|
E164FE171720F44B00263CE3 /* parser.j */,
|
|
);
|
|
path = Scripts;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
E164FDCE1720E77100263CE3 /* XcodeCapp */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = E164FDEC1720E77100263CE3 /* Build configuration list for PBXNativeTarget "XcodeCapp" */;
|
|
buildPhases = (
|
|
E164FDCB1720E77100263CE3 /* Sources */,
|
|
E164FDCC1720E77100263CE3 /* Frameworks */,
|
|
E164FDCD1720E77100263CE3 /* Resources */,
|
|
E164FE201720F54800263CE3 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = XcodeCapp;
|
|
productName = XcodeCapp;
|
|
productReference = E164FDCF1720E77100263CE3 /* XcodeCapp.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
E164FDC71720E77100263CE3 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0460;
|
|
ORGANIZATIONNAME = "Cappuccino Project";
|
|
};
|
|
buildConfigurationList = E164FDCA1720E77100263CE3 /* Build configuration list for PBXProject "XcodeCapp" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = E164FDC61720E77100263CE3;
|
|
productRefGroup = E164FDD01720E77100263CE3 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
E164FDCE1720E77100263CE3 /* XcodeCapp */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
E164FDCD1720E77100263CE3 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E164FDE91720E77100263CE3 /* MainMenu.xib in Resources */,
|
|
E164FE061720ED4500263CE3 /* InfoPlist.strings in Resources */,
|
|
E164FE0D1720F26C00263CE3 /* help.rtfd in Resources */,
|
|
E164FE151720F40400263CE3 /* mod_pbxproj.py in Resources */,
|
|
E164FE161720F40400263CE3 /* pbxprojModifier.py in Resources */,
|
|
E164FE181720F44B00263CE3 /* parser.j in Resources */,
|
|
E164FE1A1720F49A00263CE3 /* Growl Registration Ticket.growlRegDict in Resources */,
|
|
E164FE2B172188F300263CE3 /* project.pbxproj in Resources */,
|
|
E164FE2F1721A34900263CE3 /* icon-active.png in Resources */,
|
|
E164FE301721A34900263CE3 /* icon-inactive.png in Resources */,
|
|
E164FE311721A34900263CE3 /* icon-working.png in Resources */,
|
|
E17A822D172700B90095CD83 /* XcodeCapp.iconset in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
E164FDCB1720E77100263CE3 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
E164FDDF1720E77100263CE3 /* main.m in Sources */,
|
|
E164FDF51720EBC100263CE3 /* AppController.m in Sources */,
|
|
E164FDFF1720EC5B00263CE3 /* TNXcodeCapp.m in Sources */,
|
|
E164FE001720EC5B00263CE3 /* UserDefaults.m in Sources */,
|
|
E132ED951724B64C00D870AE /* FSEventCallback.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
E164FDE71720E77100263CE3 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
E164FDE81720E77100263CE3 /* en */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
E164FE041720ED4400263CE3 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
E164FE051720ED4500263CE3 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
path = ..;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
E164FDEA1720E77100263CE3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E164FDEF1720E7FA00263CE3 /* Debug.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Debug;
|
|
};
|
|
E164FDEB1720E77100263CE3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E164FDF01720E7FA00263CE3 /* Release.xcconfig */;
|
|
buildSettings = {
|
|
};
|
|
name = Release;
|
|
};
|
|
E164FDED1720E77100263CE3 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)/XcodeCapp\"",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
|
|
};
|
|
name = Debug;
|
|
};
|
|
E164FDEE1720E77100263CE3 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
FRAMEWORK_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(SRCROOT)/XcodeCapp\"",
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.6.8;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
E164FDCA1720E77100263CE3 /* Build configuration list for PBXProject "XcodeCapp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E164FDEA1720E77100263CE3 /* Debug */,
|
|
E164FDEB1720E77100263CE3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
E164FDEC1720E77100263CE3 /* Build configuration list for PBXNativeTarget "XcodeCapp" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
E164FDED1720E77100263CE3 /* Debug */,
|
|
E164FDEE1720E77100263CE3 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = E164FDC71720E77100263CE3 /* Project object */;
|
|
}
|