123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
- /* Begin PBXBuildFile section */
- E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E922AEFA186F5F790038E4D7 /* Cocoa.framework */; };
- E922AF07186F5F790038E4D7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF06186F5F790038E4D7 /* main.m */; };
- E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E922AF0D186F5F790038E4D7 /* AppDelegate.m */; };
- /* End PBXBuildFile section */
-
- /* Begin PBXFileReference section */
- E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BaconBarHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
- E922AEFA186F5F790038E4D7 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
- E922AEFD186F5F790038E4D7 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
- E922AEFE186F5F790038E4D7 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
- E922AEFF186F5F790038E4D7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BaconBarHelper-Info.plist"; sourceTree = "<group>"; };
- E922AF06186F5F790038E4D7 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "BaconBarHelper-Prefix.pch"; sourceTree = "<group>"; };
- E922AF0C186F5F790038E4D7 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- E922AF0D186F5F790038E4D7 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- E922AF19186F5F790038E4D7 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
- E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = BaconBarHelper.entitlements; sourceTree = "<group>"; };
- /* End PBXFileReference section */
-
- /* Begin PBXFrameworksBuildPhase section */
- E922AEF4186F5F790038E4D7 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E922AEFB186F5F790038E4D7 /* Cocoa.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
-
- /* Begin PBXGroup section */
- E922AEEE186F5F780038E4D7 = {
- isa = PBXGroup;
- children = (
- E922AF00186F5F790038E4D7 /* BaconBarHelper */,
- E922AEF9186F5F790038E4D7 /* Frameworks */,
- E922AEF8186F5F790038E4D7 /* Products */,
- );
- sourceTree = "<group>";
- };
- E922AEF8186F5F790038E4D7 /* Products */ = {
- isa = PBXGroup;
- children = (
- E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- E922AEF9186F5F790038E4D7 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- E922AEFA186F5F790038E4D7 /* Cocoa.framework */,
- E922AF19186F5F790038E4D7 /* XCTest.framework */,
- E922AEFC186F5F790038E4D7 /* Other Frameworks */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- E922AEFC186F5F790038E4D7 /* Other Frameworks */ = {
- isa = PBXGroup;
- children = (
- E922AEFD186F5F790038E4D7 /* AppKit.framework */,
- E922AEFE186F5F790038E4D7 /* CoreData.framework */,
- E922AEFF186F5F790038E4D7 /* Foundation.framework */,
- );
- name = "Other Frameworks";
- sourceTree = "<group>";
- };
- E922AF00186F5F790038E4D7 /* BaconBarHelper */ = {
- isa = PBXGroup;
- children = (
- E922AF3C186F60E60038E4D7 /* BaconBarHelper.entitlements */,
- E922AF0C186F5F790038E4D7 /* AppDelegate.h */,
- E922AF0D186F5F790038E4D7 /* AppDelegate.m */,
- E922AF01186F5F790038E4D7 /* Supporting Files */,
- );
- path = BaconBarHelper;
- sourceTree = "<group>";
- };
- E922AF01186F5F790038E4D7 /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- E922AF02186F5F790038E4D7 /* BaconBarHelper-Info.plist */,
- E922AF06186F5F790038E4D7 /* main.m */,
- E922AF08186F5F790038E4D7 /* BaconBarHelper-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
-
- /* Begin PBXNativeTarget section */
- E922AEF6186F5F790038E4D7 /* BaconBarHelper */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = E922AF28186F5F790038E4D7 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */;
- buildPhases = (
- E922AEF3186F5F790038E4D7 /* Sources */,
- E922AEF4186F5F790038E4D7 /* Frameworks */,
- E98FE54E186F680000A94AAC /* ShellScript */,
- E922AEF5186F5F790038E4D7 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = BaconBarHelper;
- productName = BaconBarHelper;
- productReference = E922AEF7186F5F790038E4D7 /* BaconBarHelper.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
-
- /* Begin PBXProject section */
- E922AEEF186F5F780038E4D7 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0500;
- ORGANIZATIONNAME = xythobuz;
- TargetAttributes = {
- E922AEF6186F5F790038E4D7 = {
- DevelopmentTeam = 2YRH3A6P3C;
- SystemCapabilities = {
- com.apple.Sandbox = {
- enabled = 1;
- };
- };
- };
- };
- };
- buildConfigurationList = E922AEF2186F5F780038E4D7 /* Build configuration list for PBXProject "BaconBarHelper" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = E922AEEE186F5F780038E4D7;
- productRefGroup = E922AEF8186F5F790038E4D7 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- E922AEF6186F5F790038E4D7 /* BaconBarHelper */,
- );
- };
- /* End PBXProject section */
-
- /* Begin PBXResourcesBuildPhase section */
- E922AEF5186F5F790038E4D7 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
-
- /* Begin PBXShellScriptBuildPhase section */
- E98FE54E186F680000A94AAC /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "buildNumber=$(/usr/libexec/PlistBuddy -c \"Print CFBundleVersion\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\")\nbuildNumber=$(($buildNumber + 1))\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersion $buildNumber\" \"${PROJECT_DIR}/${INFOPLIST_FILE}\"";
- };
- /* End PBXShellScriptBuildPhase section */
-
- /* Begin PBXSourcesBuildPhase section */
- E922AEF3186F5F790038E4D7 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E922AF0E186F5F790038E4D7 /* AppDelegate.m in Sources */,
- E922AF07186F5F790038E4D7 /* main.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
-
- /* Begin XCBuildConfiguration section */
- E922AF26186F5F790038E4D7 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = 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_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- E922AF27186F5F790038E4D7 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- SDKROOT = macosx;
- };
- name = Release;
- };
- E922AF29186F5F790038E4D7 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
- COMBINE_HIDPI_IMAGES = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
- INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE = "807F62BD-EA53-4E77-97C2-42370C9062A3";
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- WRAPPER_EXTENSION = app;
- };
- name = Debug;
- };
- E922AF2A186F5F790038E4D7 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_ENTITLEMENTS = BaconBarHelper/BaconBarHelper.entitlements;
- COMBINE_HIDPI_IMAGES = YES;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "BaconBarHelper/BaconBarHelper-Prefix.pch";
- INFOPLIST_FILE = "BaconBarHelper/BaconBarHelper-Info.plist";
- MACOSX_DEPLOYMENT_TARGET = 10.6;
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE = "B8EDDE6B-0381-4CB9-A945-041CCCB5EA7E";
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- WRAPPER_EXTENSION = app;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
-
- /* Begin XCConfigurationList section */
- E922AEF2186F5F780038E4D7 /* Build configuration list for PBXProject "BaconBarHelper" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E922AF26186F5F790038E4D7 /* Debug */,
- E922AF27186F5F790038E4D7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- E922AF28186F5F790038E4D7 /* Build configuration list for PBXNativeTarget "BaconBarHelper" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- E922AF29186F5F790038E4D7 /* Debug */,
- E922AF2A186F5F790038E4D7 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = E922AEEF186F5F780038E4D7 /* Project object */;
- }
|