blob: 3db984174025815485ac4b1b097639c2ef395866 [file] [log] [blame]
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
224EA246170F6F63002B136A /* UGConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 224EA23F170F6F63002B136A /* UGConnection.m */; };
224EA247170F6F63002B136A /* UGHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 224EA241170F6F63002B136A /* UGHTTPClient.m */; };
224EA248170F6F63002B136A /* UGHTTPHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 224EA243170F6F63002B136A /* UGHTTPHelpers.m */; };
224EA249170F6F63002B136A /* UGHTTPResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 224EA245170F6F63002B136A /* UGHTTPResult.m */; };
227AE09F170DF424004F6E20 /* UGSignInViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 227AE09E170DF424004F6E20 /* UGSignInViewController.m */; };
227AE0A2170E01CF004F6E20 /* AddBookViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 227AE0A1170E01CF004F6E20 /* AddBookViewController.m */; };
228ADD73170DE2ED0030F962 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228ADD72170DE2ED0030F962 /* UIKit.framework */; };
228ADD75170DE2ED0030F962 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228ADD74170DE2ED0030F962 /* Foundation.framework */; };
228ADD77170DE2ED0030F962 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 228ADD76170DE2ED0030F962 /* CoreGraphics.framework */; };
228ADD7D170DE2ED0030F962 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 228ADD7B170DE2ED0030F962 /* InfoPlist.strings */; };
228ADD7F170DE2ED0030F962 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 228ADD7E170DE2ED0030F962 /* main.m */; };
228ADD83170DE2ED0030F962 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 228ADD82170DE2ED0030F962 /* AppDelegate.m */; };
228ADD85170DE2ED0030F962 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 228ADD84170DE2ED0030F962 /* Default.png */; };
228ADD87170DE2ED0030F962 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 228ADD86170DE2ED0030F962 /* Default@2x.png */; };
228ADD89170DE2ED0030F962 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 228ADD88170DE2ED0030F962 /* Default-568h@2x.png */; };
228ADD91170DE3170030F962 /* BooksViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 228ADD90170DE3170030F962 /* BooksViewController.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
224EA23E170F6F63002B136A /* UGConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UGConnection.h; sourceTree = "<group>"; };
224EA23F170F6F63002B136A /* UGConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UGConnection.m; sourceTree = "<group>"; };
224EA240170F6F63002B136A /* UGHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UGHTTPClient.h; sourceTree = "<group>"; };
224EA241170F6F63002B136A /* UGHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UGHTTPClient.m; sourceTree = "<group>"; };
224EA242170F6F63002B136A /* UGHTTPHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UGHTTPHelpers.h; sourceTree = "<group>"; };
224EA243170F6F63002B136A /* UGHTTPHelpers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UGHTTPHelpers.m; sourceTree = "<group>"; };
224EA244170F6F63002B136A /* UGHTTPResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UGHTTPResult.h; sourceTree = "<group>"; };
224EA245170F6F63002B136A /* UGHTTPResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UGHTTPResult.m; sourceTree = "<group>"; };
227AE09D170DF424004F6E20 /* UGSignInViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UGSignInViewController.h; sourceTree = "<group>"; };
227AE09E170DF424004F6E20 /* UGSignInViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UGSignInViewController.m; sourceTree = "<group>"; };
227AE0A0170E01CF004F6E20 /* AddBookViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddBookViewController.h; sourceTree = "<group>"; };
227AE0A1170E01CF004F6E20 /* AddBookViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddBookViewController.m; sourceTree = "<group>"; };
228ADD6F170DE2ED0030F962 /* books.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = books.app; sourceTree = BUILT_PRODUCTS_DIR; };
228ADD72170DE2ED0030F962 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
228ADD74170DE2ED0030F962 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
228ADD76170DE2ED0030F962 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
228ADD7A170DE2ED0030F962 /* books-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "books-Info.plist"; sourceTree = "<group>"; };
228ADD7C170DE2ED0030F962 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
228ADD7E170DE2ED0030F962 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
228ADD80170DE2ED0030F962 /* books-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "books-Prefix.pch"; sourceTree = "<group>"; };
228ADD81170DE2ED0030F962 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
228ADD82170DE2ED0030F962 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
228ADD84170DE2ED0030F962 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
228ADD86170DE2ED0030F962 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
228ADD88170DE2ED0030F962 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
228ADD8F170DE3170030F962 /* BooksViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BooksViewController.h; sourceTree = "<group>"; };
228ADD90170DE3170030F962 /* BooksViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BooksViewController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
228ADD6C170DE2ED0030F962 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
228ADD73170DE2ED0030F962 /* UIKit.framework in Frameworks */,
228ADD75170DE2ED0030F962 /* Foundation.framework in Frameworks */,
228ADD77170DE2ED0030F962 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
224EA23D170F6F63002B136A /* UGAPI */ = {
isa = PBXGroup;
children = (
224EA23E170F6F63002B136A /* UGConnection.h */,
224EA23F170F6F63002B136A /* UGConnection.m */,
224EA240170F6F63002B136A /* UGHTTPClient.h */,
224EA241170F6F63002B136A /* UGHTTPClient.m */,
224EA242170F6F63002B136A /* UGHTTPHelpers.h */,
224EA243170F6F63002B136A /* UGHTTPHelpers.m */,
224EA244170F6F63002B136A /* UGHTTPResult.h */,
224EA245170F6F63002B136A /* UGHTTPResult.m */,
);
name = UGAPI;
path = ../../UGAPI/v2;
sourceTree = "<group>";
};
228ADD66170DE2ED0030F962 = {
isa = PBXGroup;
children = (
224EA23D170F6F63002B136A /* UGAPI */,
228ADD78170DE2ED0030F962 /* books */,
228ADD79170DE2ED0030F962 /* Supporting Files */,
228ADD71170DE2ED0030F962 /* Frameworks */,
228ADD70170DE2ED0030F962 /* Products */,
);
sourceTree = "<group>";
};
228ADD70170DE2ED0030F962 /* Products */ = {
isa = PBXGroup;
children = (
228ADD6F170DE2ED0030F962 /* books.app */,
);
name = Products;
sourceTree = "<group>";
};
228ADD71170DE2ED0030F962 /* Frameworks */ = {
isa = PBXGroup;
children = (
228ADD72170DE2ED0030F962 /* UIKit.framework */,
228ADD74170DE2ED0030F962 /* Foundation.framework */,
228ADD76170DE2ED0030F962 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
228ADD78170DE2ED0030F962 /* books */ = {
isa = PBXGroup;
children = (
228ADD81170DE2ED0030F962 /* AppDelegate.h */,
228ADD82170DE2ED0030F962 /* AppDelegate.m */,
228ADD8F170DE3170030F962 /* BooksViewController.h */,
228ADD90170DE3170030F962 /* BooksViewController.m */,
227AE09D170DF424004F6E20 /* UGSignInViewController.h */,
227AE09E170DF424004F6E20 /* UGSignInViewController.m */,
227AE0A0170E01CF004F6E20 /* AddBookViewController.h */,
227AE0A1170E01CF004F6E20 /* AddBookViewController.m */,
);
path = books;
sourceTree = "<group>";
};
228ADD79170DE2ED0030F962 /* Supporting Files */ = {
isa = PBXGroup;
children = (
228ADD7A170DE2ED0030F962 /* books-Info.plist */,
228ADD7B170DE2ED0030F962 /* InfoPlist.strings */,
228ADD7E170DE2ED0030F962 /* main.m */,
228ADD80170DE2ED0030F962 /* books-Prefix.pch */,
228ADD84170DE2ED0030F962 /* Default.png */,
228ADD86170DE2ED0030F962 /* Default@2x.png */,
228ADD88170DE2ED0030F962 /* Default-568h@2x.png */,
);
name = "Supporting Files";
path = books;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
228ADD6E170DE2ED0030F962 /* books */ = {
isa = PBXNativeTarget;
buildConfigurationList = 228ADD8C170DE2ED0030F962 /* Build configuration list for PBXNativeTarget "books" */;
buildPhases = (
228ADD6B170DE2ED0030F962 /* Sources */,
228ADD6C170DE2ED0030F962 /* Frameworks */,
228ADD6D170DE2ED0030F962 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = books;
productName = books;
productReference = 228ADD6F170DE2ED0030F962 /* books.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
228ADD67170DE2ED0030F962 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = Radtastical;
};
buildConfigurationList = 228ADD6A170DE2ED0030F962 /* Build configuration list for PBXProject "books" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 228ADD66170DE2ED0030F962;
productRefGroup = 228ADD70170DE2ED0030F962 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
228ADD6E170DE2ED0030F962 /* books */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
228ADD6D170DE2ED0030F962 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
228ADD7D170DE2ED0030F962 /* InfoPlist.strings in Resources */,
228ADD85170DE2ED0030F962 /* Default.png in Resources */,
228ADD87170DE2ED0030F962 /* Default@2x.png in Resources */,
228ADD89170DE2ED0030F962 /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
228ADD6B170DE2ED0030F962 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
228ADD7F170DE2ED0030F962 /* main.m in Sources */,
228ADD83170DE2ED0030F962 /* AppDelegate.m in Sources */,
228ADD91170DE3170030F962 /* BooksViewController.m in Sources */,
227AE09F170DF424004F6E20 /* UGSignInViewController.m in Sources */,
227AE0A2170E01CF004F6E20 /* AddBookViewController.m in Sources */,
224EA246170F6F63002B136A /* UGConnection.m in Sources */,
224EA247170F6F63002B136A /* UGHTTPClient.m in Sources */,
224EA248170F6F63002B136A /* UGHTTPHelpers.m in Sources */,
224EA249170F6F63002B136A /* UGHTTPResult.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
228ADD7B170DE2ED0030F962 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
228ADD7C170DE2ED0030F962 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
228ADD8A170DE2ED0030F962 /* 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_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
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_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
228ADD8B170DE2ED0030F962 /* 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_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
228ADD8D170DE2ED0030F962 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "books/books-Prefix.pch";
INFOPLIST_FILE = "books/books-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
228ADD8E170DE2ED0030F962 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "books/books-Prefix.pch";
INFOPLIST_FILE = "books/books-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
228ADD6A170DE2ED0030F962 /* Build configuration list for PBXProject "books" */ = {
isa = XCConfigurationList;
buildConfigurations = (
228ADD8A170DE2ED0030F962 /* Debug */,
228ADD8B170DE2ED0030F962 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
228ADD8C170DE2ED0030F962 /* Build configuration list for PBXNativeTarget "books" */ = {
isa = XCConfigurationList;
buildConfigurations = (
228ADD8D170DE2ED0030F962 /* Debug */,
228ADD8E170DE2ED0030F962 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 228ADD67170DE2ED0030F962 /* Project object */;
}