summaryrefslogtreecommitdiff
path: root/Juick.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'Juick.xcodeproj/project.pbxproj')
-rw-r--r--Juick.xcodeproj/project.pbxproj481
1 files changed, 481 insertions, 0 deletions
diff --git a/Juick.xcodeproj/project.pbxproj b/Juick.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..75185cc
--- /dev/null
+++ b/Juick.xcodeproj/project.pbxproj
@@ -0,0 +1,481 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 77317BAC181BBE8500D60005 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAB181BBE8500D60005 /* Foundation.framework */; };
+ 77317BAE181BBE8500D60005 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAD181BBE8500D60005 /* CoreGraphics.framework */; };
+ 77317BB0181BBE8500D60005 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAF181BBE8500D60005 /* UIKit.framework */; };
+ 77317BB6181BBE8500D60005 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77317BB4181BBE8500D60005 /* InfoPlist.strings */; };
+ 77317BB8181BBE8500D60005 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BB7181BBE8500D60005 /* main.m */; };
+ 77317BBC181BBE8500D60005 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BBB181BBE8500D60005 /* AppDelegate.m */; };
+ 77317BBF181BBE8500D60005 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 77317BBD181BBE8500D60005 /* Main.storyboard */; };
+ 77317BC2181BBE8500D60005 /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BC1181BBE8500D60005 /* MasterViewController.m */; };
+ 77317BC5181BBE8500D60005 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BC4181BBE8500D60005 /* DetailViewController.m */; };
+ 77317BC7181BBE8500D60005 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 77317BC6181BBE8500D60005 /* Images.xcassets */; };
+ 77317BCE181BBE8500D60005 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BCD181BBE8500D60005 /* XCTest.framework */; };
+ 77317BCF181BBE8500D60005 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAB181BBE8500D60005 /* Foundation.framework */; };
+ 77317BD0181BBE8500D60005 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77317BAF181BBE8500D60005 /* UIKit.framework */; };
+ 77317BD8181BBE8500D60005 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 77317BD6181BBE8500D60005 /* InfoPlist.strings */; };
+ 77317BDA181BBE8500D60005 /* JuickTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 77317BD9181BBE8500D60005 /* JuickTests.m */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 77317BD1181BBE8500D60005 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 77317BA0181BBE8500D60005 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 77317BA7181BBE8500D60005;
+ remoteInfo = Juick;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 77317BA8181BBE8500D60005 /* Juick.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Juick.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 77317BAB181BBE8500D60005 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+ 77317BAD181BBE8500D60005 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
+ 77317BAF181BBE8500D60005 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
+ 77317BB3181BBE8500D60005 /* Juick-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Juick-Info.plist"; sourceTree = "<group>"; };
+ 77317BB5181BBE8500D60005 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ 77317BB7181BBE8500D60005 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+ 77317BB9181BBE8500D60005 /* Juick-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Juick-Prefix.pch"; sourceTree = "<group>"; };
+ 77317BBA181BBE8500D60005 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+ 77317BBB181BBE8500D60005 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+ 77317BBE181BBE8500D60005 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
+ 77317BC0181BBE8500D60005 /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; };
+ 77317BC1181BBE8500D60005 /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = "<group>"; };
+ 77317BC3181BBE8500D60005 /* DetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
+ 77317BC4181BBE8500D60005 /* DetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
+ 77317BC6181BBE8500D60005 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
+ 77317BCC181BBE8500D60005 /* JuickTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = JuickTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 77317BCD181BBE8500D60005 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
+ 77317BD5181BBE8500D60005 /* JuickTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "JuickTests-Info.plist"; sourceTree = "<group>"; };
+ 77317BD7181BBE8500D60005 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+ 77317BD9181BBE8500D60005 /* JuickTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JuickTests.m; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 77317BA5181BBE8500D60005 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BAE181BBE8500D60005 /* CoreGraphics.framework in Frameworks */,
+ 77317BB0181BBE8500D60005 /* UIKit.framework in Frameworks */,
+ 77317BAC181BBE8500D60005 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 77317BC9181BBE8500D60005 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BCE181BBE8500D60005 /* XCTest.framework in Frameworks */,
+ 77317BD0181BBE8500D60005 /* UIKit.framework in Frameworks */,
+ 77317BCF181BBE8500D60005 /* Foundation.framework in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 77317B9F181BBE8500D60005 = {
+ isa = PBXGroup;
+ children = (
+ 77317BB1181BBE8500D60005 /* Juick */,
+ 77317BD3181BBE8500D60005 /* JuickTests */,
+ 77317BAA181BBE8500D60005 /* Frameworks */,
+ 77317BA9181BBE8500D60005 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 77317BA9181BBE8500D60005 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BA8181BBE8500D60005 /* Juick.app */,
+ 77317BCC181BBE8500D60005 /* JuickTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 77317BAA181BBE8500D60005 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BAB181BBE8500D60005 /* Foundation.framework */,
+ 77317BAD181BBE8500D60005 /* CoreGraphics.framework */,
+ 77317BAF181BBE8500D60005 /* UIKit.framework */,
+ 77317BCD181BBE8500D60005 /* XCTest.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
+ 77317BB1181BBE8500D60005 /* Juick */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BBA181BBE8500D60005 /* AppDelegate.h */,
+ 77317BBB181BBE8500D60005 /* AppDelegate.m */,
+ 77317BBD181BBE8500D60005 /* Main.storyboard */,
+ 77317BC0181BBE8500D60005 /* MasterViewController.h */,
+ 77317BC1181BBE8500D60005 /* MasterViewController.m */,
+ 77317BC3181BBE8500D60005 /* DetailViewController.h */,
+ 77317BC4181BBE8500D60005 /* DetailViewController.m */,
+ 77317BC6181BBE8500D60005 /* Images.xcassets */,
+ 77317BB2181BBE8500D60005 /* Supporting Files */,
+ );
+ path = Juick;
+ sourceTree = "<group>";
+ };
+ 77317BB2181BBE8500D60005 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BB3181BBE8500D60005 /* Juick-Info.plist */,
+ 77317BB4181BBE8500D60005 /* InfoPlist.strings */,
+ 77317BB7181BBE8500D60005 /* main.m */,
+ 77317BB9181BBE8500D60005 /* Juick-Prefix.pch */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+ 77317BD3181BBE8500D60005 /* JuickTests */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BD9181BBE8500D60005 /* JuickTests.m */,
+ 77317BD4181BBE8500D60005 /* Supporting Files */,
+ );
+ path = JuickTests;
+ sourceTree = "<group>";
+ };
+ 77317BD4181BBE8500D60005 /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 77317BD5181BBE8500D60005 /* JuickTests-Info.plist */,
+ 77317BD6181BBE8500D60005 /* InfoPlist.strings */,
+ );
+ name = "Supporting Files";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 77317BA7181BBE8500D60005 /* Juick */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 77317BDD181BBE8500D60005 /* Build configuration list for PBXNativeTarget "Juick" */;
+ buildPhases = (
+ 77317BA4181BBE8500D60005 /* Sources */,
+ 77317BA5181BBE8500D60005 /* Frameworks */,
+ 77317BA6181BBE8500D60005 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = Juick;
+ productName = Juick;
+ productReference = 77317BA8181BBE8500D60005 /* Juick.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 77317BCB181BBE8500D60005 /* JuickTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 77317BE0181BBE8500D60005 /* Build configuration list for PBXNativeTarget "JuickTests" */;
+ buildPhases = (
+ 77317BC8181BBE8500D60005 /* Sources */,
+ 77317BC9181BBE8500D60005 /* Frameworks */,
+ 77317BCA181BBE8500D60005 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 77317BD2181BBE8500D60005 /* PBXTargetDependency */,
+ );
+ name = JuickTests;
+ productName = JuickTests;
+ productReference = 77317BCC181BBE8500D60005 /* JuickTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 77317BA0181BBE8500D60005 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0500;
+ ORGANIZATIONNAME = com.juick;
+ TargetAttributes = {
+ 77317BCB181BBE8500D60005 = {
+ TestTargetID = 77317BA7181BBE8500D60005;
+ };
+ };
+ };
+ buildConfigurationList = 77317BA3181BBE8500D60005 /* Build configuration list for PBXProject "Juick" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 77317B9F181BBE8500D60005;
+ productRefGroup = 77317BA9181BBE8500D60005 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 77317BA7181BBE8500D60005 /* Juick */,
+ 77317BCB181BBE8500D60005 /* JuickTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 77317BA6181BBE8500D60005 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BC7181BBE8500D60005 /* Images.xcassets in Resources */,
+ 77317BB6181BBE8500D60005 /* InfoPlist.strings in Resources */,
+ 77317BBF181BBE8500D60005 /* Main.storyboard in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 77317BCA181BBE8500D60005 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BD8181BBE8500D60005 /* InfoPlist.strings in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 77317BA4181BBE8500D60005 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BBC181BBE8500D60005 /* AppDelegate.m in Sources */,
+ 77317BC2181BBE8500D60005 /* MasterViewController.m in Sources */,
+ 77317BB8181BBE8500D60005 /* main.m in Sources */,
+ 77317BC5181BBE8500D60005 /* DetailViewController.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 77317BC8181BBE8500D60005 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 77317BDA181BBE8500D60005 /* JuickTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 77317BD2181BBE8500D60005 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 77317BA7181BBE8500D60005 /* Juick */;
+ targetProxy = 77317BD1181BBE8500D60005 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 77317BB4181BBE8500D60005 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 77317BB5181BBE8500D60005 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+ 77317BBD181BBE8500D60005 /* Main.storyboard */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 77317BBE181BBE8500D60005 /* Base */,
+ );
+ name = Main.storyboard;
+ sourceTree = "<group>";
+ };
+ 77317BD6181BBE8500D60005 /* InfoPlist.strings */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 77317BD7181BBE8500D60005 /* en */,
+ );
+ name = InfoPlist.strings;
+ sourceTree = "<group>";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 77317BDB181BBE8500D60005 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ 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;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ 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;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ 77317BDC181BBE8500D60005 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ 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;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ ENABLE_NS_ASSERTIONS = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ 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;
+ IPHONEOS_DEPLOYMENT_TARGET = 7.0;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+ 77317BDE181BBE8500D60005 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
+ INFOPLIST_FILE = "Juick/Juick-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Debug;
+ };
+ 77317BDF181BBE8500D60005 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
+ INFOPLIST_FILE = "Juick/Juick-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ WRAPPER_EXTENSION = app;
+ };
+ name = Release;
+ };
+ 77317BE1181BBE8500D60005 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ INFOPLIST_FILE = "JuickTests/JuickTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Debug;
+ };
+ 77317BE2181BBE8500D60005 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Juick.app/Juick";
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(SDKROOT)/Developer/Library/Frameworks",
+ "$(inherited)",
+ "$(DEVELOPER_FRAMEWORKS_DIR)",
+ );
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = "Juick/Juick-Prefix.pch";
+ INFOPLIST_FILE = "JuickTests/JuickTests-Info.plist";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUNDLE_LOADER)";
+ WRAPPER_EXTENSION = xctest;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 77317BA3181BBE8500D60005 /* Build configuration list for PBXProject "Juick" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 77317BDB181BBE8500D60005 /* Debug */,
+ 77317BDC181BBE8500D60005 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 77317BDD181BBE8500D60005 /* Build configuration list for PBXNativeTarget "Juick" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 77317BDE181BBE8500D60005 /* Debug */,
+ 77317BDF181BBE8500D60005 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+ 77317BE0181BBE8500D60005 /* Build configuration list for PBXNativeTarget "JuickTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 77317BE1181BBE8500D60005 /* Debug */,
+ 77317BE2181BBE8500D60005 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 77317BA0181BBE8500D60005 /* Project object */;
+}