AFNetworking/AFNetworkingExample.xcodeproj/project.pbxproj

431 lines
23 KiB
Text

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
F8D25CC41396948D00CF3BD6 /* AFGowallaAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D25CC21396948D00CF3BD6 /* AFGowallaAPI.m */; };
F8D25CC51396948D00CF3BD6 /* AFImageRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = F8D25CC31396948D00CF3BD6 /* AFImageRequest.m */; };
F8E469651395739D00DB05C8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469641395739D00DB05C8 /* UIKit.framework */; };
F8E469671395739D00DB05C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469661395739D00DB05C8 /* Foundation.framework */; };
F8E469691395739D00DB05C8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469681395739D00DB05C8 /* CoreGraphics.framework */; };
F8E469721395739D00DB05C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469711395739D00DB05C8 /* main.m */; };
F8E469751395739D00DB05C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469741395739D00DB05C8 /* AppDelegate.m */; };
F8E4698E1395742500DB05C8 /* AFCallback.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469851395742500DB05C8 /* AFCallback.m */; };
F8E4698F1395742500DB05C8 /* AFHTTPOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469871395742500DB05C8 /* AFHTTPOperation.m */; };
F8E469901395742500DB05C8 /* AFImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469891395742500DB05C8 /* AFImageRequestOperation.m */; };
F8E469911395742500DB05C8 /* AFURLCache.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E4698B1395742500DB05C8 /* AFURLCache.m */; };
F8E469921395742500DB05C8 /* UIImage+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E4698D1395742500DB05C8 /* UIImage+AFNetworking.m */; };
F8E469A9139574DA00DB05C8 /* QHTTPOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469A4139574DA00DB05C8 /* QHTTPOperation.m */; };
F8E469AB139574DA00DB05C8 /* QRunLoopOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469A8139574DA00DB05C8 /* QRunLoopOperation.m */; };
F8E469B31395752400DB05C8 /* JSONKit.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469B21395752400DB05C8 /* JSONKit.m */; };
F8E469CB139577E000DB05C8 /* NearbySpotsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469C8139577E000DB05C8 /* NearbySpotsViewController.m */; };
F8E469CE1395780600DB05C8 /* SpotTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469CD1395780600DB05C8 /* SpotTableViewCell.m */; };
F8E469D11395781500DB05C8 /* Spot.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469D01395781500DB05C8 /* Spot.m */; };
F8E469DF13957DD500DB05C8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8E469DE13957DD500DB05C8 /* CoreLocation.framework */; };
F8E469EC13957FC500DB05C8 /* TTTLocationFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = F8E469EB13957FC500DB05C8 /* TTTLocationFormatter.m */; };
F8E469F01395812A00DB05C8 /* placeholder-stamp.png in Resources */ = {isa = PBXBuildFile; fileRef = F8E469EE1395812A00DB05C8 /* placeholder-stamp.png */; };
F8E469F11395812A00DB05C8 /* placeholder-stamp@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = F8E469EF1395812A00DB05C8 /* placeholder-stamp@2x.png */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
F8D25CC01396948D00CF3BD6 /* AFGowallaAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFGowallaAPI.h; path = AFNetworkingExample/Classes/AFGowallaAPI.h; sourceTree = "<group>"; };
F8D25CC11396948D00CF3BD6 /* AFImageRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFImageRequest.h; path = AFNetworkingExample/Classes/AFImageRequest.h; sourceTree = "<group>"; };
F8D25CC21396948D00CF3BD6 /* AFGowallaAPI.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFGowallaAPI.m; path = AFNetworkingExample/Classes/AFGowallaAPI.m; sourceTree = "<group>"; };
F8D25CC31396948D00CF3BD6 /* AFImageRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFImageRequest.m; path = AFNetworkingExample/Classes/AFImageRequest.m; sourceTree = "<group>"; };
F8E469601395739C00DB05C8 /* AFNetworkingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AFNetworkingExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
F8E469641395739D00DB05C8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
F8E469661395739D00DB05C8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
F8E469681395739D00DB05C8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
F8E4696C1395739D00DB05C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F8E469701395739D00DB05C8 /* Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = "<group>"; };
F8E469711395739D00DB05C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
F8E469731395739D00DB05C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
F8E469741395739D00DB05C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
F8E469841395742500DB05C8 /* AFCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFCallback.h; sourceTree = "<group>"; };
F8E469851395742500DB05C8 /* AFCallback.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFCallback.m; sourceTree = "<group>"; };
F8E469861395742500DB05C8 /* AFHTTPOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPOperation.h; sourceTree = "<group>"; };
F8E469871395742500DB05C8 /* AFHTTPOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPOperation.m; sourceTree = "<group>"; };
F8E469881395742500DB05C8 /* AFImageRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFImageRequestOperation.h; sourceTree = "<group>"; };
F8E469891395742500DB05C8 /* AFImageRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFImageRequestOperation.m; sourceTree = "<group>"; };
F8E4698A1395742500DB05C8 /* AFURLCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLCache.h; sourceTree = "<group>"; };
F8E4698B1395742500DB05C8 /* AFURLCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLCache.m; sourceTree = "<group>"; };
F8E4698C1395742500DB05C8 /* UIImage+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+AFNetworking.h"; sourceTree = "<group>"; };
F8E4698D1395742500DB05C8 /* UIImage+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+AFNetworking.m"; sourceTree = "<group>"; };
F8E469A3139574DA00DB05C8 /* QHTTPOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QHTTPOperation.h; sourceTree = "<group>"; };
F8E469A4139574DA00DB05C8 /* QHTTPOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QHTTPOperation.m; sourceTree = "<group>"; };
F8E469A7139574DA00DB05C8 /* QRunLoopOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QRunLoopOperation.h; sourceTree = "<group>"; };
F8E469A8139574DA00DB05C8 /* QRunLoopOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QRunLoopOperation.m; sourceTree = "<group>"; };
F8E469B11395752400DB05C8 /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONKit.h; sourceTree = "<group>"; };
F8E469B21395752400DB05C8 /* JSONKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONKit.m; sourceTree = "<group>"; };
F8E469C7139577E000DB05C8 /* NearbySpotsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NearbySpotsViewController.h; sourceTree = "<group>"; };
F8E469C8139577E000DB05C8 /* NearbySpotsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NearbySpotsViewController.m; sourceTree = "<group>"; };
F8E469CC1395780600DB05C8 /* SpotTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotTableViewCell.h; sourceTree = "<group>"; };
F8E469CD1395780600DB05C8 /* SpotTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotTableViewCell.m; sourceTree = "<group>"; };
F8E469CF1395781500DB05C8 /* Spot.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Spot.h; sourceTree = "<group>"; };
F8E469D01395781500DB05C8 /* Spot.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Spot.m; sourceTree = "<group>"; };
F8E469DE13957DD500DB05C8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
F8E469E013957DF100DB05C8 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
F8E469E213957DF700DB05C8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
F8E469E413957E0400DB05C8 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
F8E469EA13957FC500DB05C8 /* TTTLocationFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TTTLocationFormatter.h; sourceTree = "<group>"; };
F8E469EB13957FC500DB05C8 /* TTTLocationFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TTTLocationFormatter.m; sourceTree = "<group>"; };
F8E469EE1395812A00DB05C8 /* placeholder-stamp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "placeholder-stamp.png"; sourceTree = "<group>"; };
F8E469EF1395812A00DB05C8 /* placeholder-stamp@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "placeholder-stamp@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
F8E4695D1395739C00DB05C8 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F8E469651395739D00DB05C8 /* UIKit.framework in Frameworks */,
F8E469671395739D00DB05C8 /* Foundation.framework in Frameworks */,
F8E469691395739D00DB05C8 /* CoreGraphics.framework in Frameworks */,
F8E469DF13957DD500DB05C8 /* CoreLocation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
F8E469551395739C00DB05C8 = {
isa = PBXGroup;
children = (
F8E469B71395759C00DB05C8 /* Networking Extensions */,
F8E4696A1395739D00DB05C8 /* Classes */,
F8E469ED1395812A00DB05C8 /* Images */,
F8E469931395743A00DB05C8 /* Vendor */,
F8E469631395739D00DB05C8 /* Frameworks */,
F8E469611395739C00DB05C8 /* Products */,
);
sourceTree = "<group>";
};
F8E469611395739C00DB05C8 /* Products */ = {
isa = PBXGroup;
children = (
F8E469601395739C00DB05C8 /* AFNetworkingExample.app */,
);
name = Products;
sourceTree = "<group>";
};
F8E469631395739D00DB05C8 /* Frameworks */ = {
isa = PBXGroup;
children = (
F8E469E413957E0400DB05C8 /* SystemConfiguration.framework */,
F8E469E213957DF700DB05C8 /* SystemConfiguration.framework */,
F8E469E013957DF100DB05C8 /* Security.framework */,
F8E469DE13957DD500DB05C8 /* CoreLocation.framework */,
F8E469641395739D00DB05C8 /* UIKit.framework */,
F8E469661395739D00DB05C8 /* Foundation.framework */,
F8E469681395739D00DB05C8 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
F8E4696A1395739D00DB05C8 /* Classes */ = {
isa = PBXGroup;
children = (
F8E469C9139577E000DB05C8 /* Models */,
F8E469CA139577E000DB05C8 /* Views */,
F8E469C6139577E000DB05C8 /* Controllers */,
F8E4696B1395739D00DB05C8 /* Supporting Files */,
);
name = Classes;
path = AFNetworkingExample;
sourceTree = "<group>";
};
F8E4696B1395739D00DB05C8 /* Supporting Files */ = {
isa = PBXGroup;
children = (
F8E469711395739D00DB05C8 /* main.m */,
F8E469701395739D00DB05C8 /* Prefix.pch */,
F8E469731395739D00DB05C8 /* AppDelegate.h */,
F8E469741395739D00DB05C8 /* AppDelegate.m */,
F8E4696C1395739D00DB05C8 /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
F8E469931395743A00DB05C8 /* Vendor */ = {
isa = PBXGroup;
children = (
F8E469941395744600DB05C8 /* Alamofire */,
F8E469A2139574DA00DB05C8 /* QHTTPOperation */,
F8E469B01395752400DB05C8 /* JSONKit */,
F8E469E613957F8900DB05C8 /* TTT */,
);
name = Vendor;
sourceTree = "<group>";
};
F8E469941395744600DB05C8 /* Alamofire */ = {
isa = PBXGroup;
children = (
F8E469841395742500DB05C8 /* AFCallback.h */,
F8E469851395742500DB05C8 /* AFCallback.m */,
F8E469861395742500DB05C8 /* AFHTTPOperation.h */,
F8E469871395742500DB05C8 /* AFHTTPOperation.m */,
F8E469881395742500DB05C8 /* AFImageRequestOperation.h */,
F8E469891395742500DB05C8 /* AFImageRequestOperation.m */,
F8E4698A1395742500DB05C8 /* AFURLCache.h */,
F8E4698B1395742500DB05C8 /* AFURLCache.m */,
F8E4698C1395742500DB05C8 /* UIImage+AFNetworking.h */,
F8E4698D1395742500DB05C8 /* UIImage+AFNetworking.m */,
);
name = Alamofire;
sourceTree = "<group>";
};
F8E469A2139574DA00DB05C8 /* QHTTPOperation */ = {
isa = PBXGroup;
children = (
F8E469A3139574DA00DB05C8 /* QHTTPOperation.h */,
F8E469A4139574DA00DB05C8 /* QHTTPOperation.m */,
F8E469A7139574DA00DB05C8 /* QRunLoopOperation.h */,
F8E469A8139574DA00DB05C8 /* QRunLoopOperation.m */,
);
path = QHTTPOperation;
sourceTree = "<group>";
};
F8E469B01395752400DB05C8 /* JSONKit */ = {
isa = PBXGroup;
children = (
F8E469B11395752400DB05C8 /* JSONKit.h */,
F8E469B21395752400DB05C8 /* JSONKit.m */,
);
name = JSONKit;
path = AFNetworkingExample/Vendor/JSONKit;
sourceTree = "<group>";
};
F8E469B71395759C00DB05C8 /* Networking Extensions */ = {
isa = PBXGroup;
children = (
F8D25CC01396948D00CF3BD6 /* AFGowallaAPI.h */,
F8D25CC21396948D00CF3BD6 /* AFGowallaAPI.m */,
F8D25CC11396948D00CF3BD6 /* AFImageRequest.h */,
F8D25CC31396948D00CF3BD6 /* AFImageRequest.m */,
);
name = "Networking Extensions";
sourceTree = "<group>";
};
F8E469C6139577E000DB05C8 /* Controllers */ = {
isa = PBXGroup;
children = (
F8E469C7139577E000DB05C8 /* NearbySpotsViewController.h */,
F8E469C8139577E000DB05C8 /* NearbySpotsViewController.m */,
);
name = Controllers;
path = Classes/Controllers;
sourceTree = "<group>";
};
F8E469C9139577E000DB05C8 /* Models */ = {
isa = PBXGroup;
children = (
F8E469CF1395781500DB05C8 /* Spot.h */,
F8E469D01395781500DB05C8 /* Spot.m */,
);
name = Models;
path = Classes/Models;
sourceTree = "<group>";
};
F8E469CA139577E000DB05C8 /* Views */ = {
isa = PBXGroup;
children = (
F8E469CC1395780600DB05C8 /* SpotTableViewCell.h */,
F8E469CD1395780600DB05C8 /* SpotTableViewCell.m */,
);
name = Views;
path = Classes/Views;
sourceTree = "<group>";
};
F8E469E613957F8900DB05C8 /* TTT */ = {
isa = PBXGroup;
children = (
F8E469EA13957FC500DB05C8 /* TTTLocationFormatter.h */,
F8E469EB13957FC500DB05C8 /* TTTLocationFormatter.m */,
);
name = TTT;
path = AFNetworkingExample/Vendor/TTT;
sourceTree = "<group>";
};
F8E469ED1395812A00DB05C8 /* Images */ = {
isa = PBXGroup;
children = (
F8E469EE1395812A00DB05C8 /* placeholder-stamp.png */,
F8E469EF1395812A00DB05C8 /* placeholder-stamp@2x.png */,
);
name = Images;
path = AFNetworkingExample/Images;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
F8E4695F1395739C00DB05C8 /* AFNetworkingExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = F8E469811395739D00DB05C8 /* Build configuration list for PBXNativeTarget "AFNetworkingExample" */;
buildPhases = (
F8E4695C1395739C00DB05C8 /* Sources */,
F8E4695D1395739C00DB05C8 /* Frameworks */,
F8E4695E1395739C00DB05C8 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = AFNetworkingExample;
productName = AFNetworkingExample;
productReference = F8E469601395739C00DB05C8 /* AFNetworkingExample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
F8E469571395739C00DB05C8 /* Project object */ = {
isa = PBXProject;
attributes = {
ORGANIZATIONNAME = Gowalla;
};
buildConfigurationList = F8E4695A1395739C00DB05C8 /* Build configuration list for PBXProject "AFNetworkingExample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = F8E469551395739C00DB05C8;
productRefGroup = F8E469611395739C00DB05C8 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F8E4695F1395739C00DB05C8 /* AFNetworkingExample */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
F8E4695E1395739C00DB05C8 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F8E469F01395812A00DB05C8 /* placeholder-stamp.png in Resources */,
F8E469F11395812A00DB05C8 /* placeholder-stamp@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
F8E4695C1395739C00DB05C8 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F8E469721395739D00DB05C8 /* main.m in Sources */,
F8E469751395739D00DB05C8 /* AppDelegate.m in Sources */,
F8E4698E1395742500DB05C8 /* AFCallback.m in Sources */,
F8E4698F1395742500DB05C8 /* AFHTTPOperation.m in Sources */,
F8E469901395742500DB05C8 /* AFImageRequestOperation.m in Sources */,
F8E469911395742500DB05C8 /* AFURLCache.m in Sources */,
F8E469921395742500DB05C8 /* UIImage+AFNetworking.m in Sources */,
F8E469A9139574DA00DB05C8 /* QHTTPOperation.m in Sources */,
F8E469AB139574DA00DB05C8 /* QRunLoopOperation.m in Sources */,
F8E469B31395752400DB05C8 /* JSONKit.m in Sources */,
F8E469CB139577E000DB05C8 /* NearbySpotsViewController.m in Sources */,
F8E469CE1395780600DB05C8 /* SpotTableViewCell.m in Sources */,
F8E469D11395781500DB05C8 /* Spot.m in Sources */,
F8E469EC13957FC500DB05C8 /* TTTLocationFormatter.m in Sources */,
F8D25CC41396948D00CF3BD6 /* AFGowallaAPI.m in Sources */,
F8D25CC51396948D00CF3BD6 /* AFImageRequest.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
F8E4697F1395739D00DB05C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
SDKROOT = iphoneos;
};
name = Debug;
};
F8E469801395739D00DB05C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
};
name = Release;
};
F8E469821395739D00DB05C8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = AFNetworkingExample/Prefix.pch;
INFOPLIST_FILE = AFNetworkingExample/Info.plist;
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
F8E469831395739D00DB05C8 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = AFNetworkingExample/Prefix.pch;
INFOPLIST_FILE = AFNetworkingExample/Info.plist;
PRODUCT_NAME = "$(TARGET_NAME)";
VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
F8E4695A1395739C00DB05C8 /* Build configuration list for PBXProject "AFNetworkingExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8E4697F1395739D00DB05C8 /* Debug */,
F8E469801395739D00DB05C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F8E469811395739D00DB05C8 /* Build configuration list for PBXNativeTarget "AFNetworkingExample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8E469821395739D00DB05C8 /* Debug */,
F8E469831395739D00DB05C8 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F8E469571395739C00DB05C8 /* Project object */;
}