Skip to content

Commit 10f7e27

Browse files
committed
basic project setup
1 parent 9dfe990 commit 10f7e27

File tree

12 files changed

+489
-16
lines changed

12 files changed

+489
-16
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "Carthage/Checkouts/AFNetworking"]
2+
path = Carthage/Checkouts/AFNetworking
3+
url = https://github.com/AFNetworking/AFNetworking.git
+321
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,321 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
29490FD51BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.h in Headers */ = {isa = PBXBuildFile; fileRef = 29490FD11BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.h */; };
11+
29490FD71BE11C5100893BE1 /* AFOAuth2Manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 29490FD31BE11C5100893BE1 /* AFOAuth2Manager.h */; };
12+
29490FDD1BE11CBB00893BE1 /* AFNetworking.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29490FDC1BE11CBB00893BE1 /* AFNetworking.framework */; };
13+
29490FE01BE11D1000893BE1 /* AFOAuth2SessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 29490FDE1BE11D1000893BE1 /* AFOAuth2SessionManager.h */; };
14+
29490FE11BE11D1000893BE1 /* AFOAuth2SessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 29490FDF1BE11D1000893BE1 /* AFOAuth2SessionManager.m */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
29490FC51BE11BD700893BE1 /* AFOAuth2Manager.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AFOAuth2Manager.framework; sourceTree = BUILT_PRODUCTS_DIR; };
19+
29490FD11BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AFHTTPRequestSerializer+OAuth2.h"; sourceTree = "<group>"; };
20+
29490FD21BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AFHTTPRequestSerializer+OAuth2.m"; sourceTree = "<group>"; };
21+
29490FD31BE11C5100893BE1 /* AFOAuth2Manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFOAuth2Manager.h; sourceTree = "<group>"; };
22+
29490FD41BE11C5100893BE1 /* AFOAuth2Manager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFOAuth2Manager.m; sourceTree = "<group>"; };
23+
29490FDA1BE11C5C00893BE1 /* AFOAuth2Manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AFOAuth2Manager.h; sourceTree = "<group>"; };
24+
29490FDB1BE11C5C00893BE1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
25+
29490FDC1BE11CBB00893BE1 /* AFNetworking.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AFNetworking.framework; path = Carthage/Build/iOS/AFNetworking.framework; sourceTree = "<group>"; };
26+
29490FDE1BE11D1000893BE1 /* AFOAuth2SessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFOAuth2SessionManager.h; sourceTree = "<group>"; };
27+
29490FDF1BE11D1000893BE1 /* AFOAuth2SessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFOAuth2SessionManager.m; sourceTree = "<group>"; };
28+
/* End PBXFileReference section */
29+
30+
/* Begin PBXFrameworksBuildPhase section */
31+
29490FC11BE11BD700893BE1 /* Frameworks */ = {
32+
isa = PBXFrameworksBuildPhase;
33+
buildActionMask = 2147483647;
34+
files = (
35+
29490FDD1BE11CBB00893BE1 /* AFNetworking.framework in Frameworks */,
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
29490FBB1BE11BD700893BE1 = {
43+
isa = PBXGroup;
44+
children = (
45+
29490FDC1BE11CBB00893BE1 /* AFNetworking.framework */,
46+
29490FD01BE11C5100893BE1 /* AFOAuth2Manager */,
47+
29490FD91BE11C5C00893BE1 /* Resources */,
48+
29490FC61BE11BD700893BE1 /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
29490FC61BE11BD700893BE1 /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
29490FC51BE11BD700893BE1 /* AFOAuth2Manager.framework */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
29490FD01BE11C5100893BE1 /* AFOAuth2Manager */ = {
61+
isa = PBXGroup;
62+
children = (
63+
29490FD11BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.h */,
64+
29490FD21BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.m */,
65+
29490FD31BE11C5100893BE1 /* AFOAuth2Manager.h */,
66+
29490FD41BE11C5100893BE1 /* AFOAuth2Manager.m */,
67+
29490FDE1BE11D1000893BE1 /* AFOAuth2SessionManager.h */,
68+
29490FDF1BE11D1000893BE1 /* AFOAuth2SessionManager.m */,
69+
);
70+
path = AFOAuth2Manager;
71+
sourceTree = "<group>";
72+
};
73+
29490FD91BE11C5C00893BE1 /* Resources */ = {
74+
isa = PBXGroup;
75+
children = (
76+
29490FDA1BE11C5C00893BE1 /* AFOAuth2Manager.h */,
77+
29490FDB1BE11C5C00893BE1 /* Info.plist */,
78+
);
79+
path = Resources;
80+
sourceTree = "<group>";
81+
};
82+
/* End PBXGroup section */
83+
84+
/* Begin PBXHeadersBuildPhase section */
85+
29490FC21BE11BD700893BE1 /* Headers */ = {
86+
isa = PBXHeadersBuildPhase;
87+
buildActionMask = 2147483647;
88+
files = (
89+
29490FE01BE11D1000893BE1 /* AFOAuth2SessionManager.h in Headers */,
90+
29490FD71BE11C5100893BE1 /* AFOAuth2Manager.h in Headers */,
91+
29490FD51BE11C5100893BE1 /* AFHTTPRequestSerializer+OAuth2.h in Headers */,
92+
);
93+
runOnlyForDeploymentPostprocessing = 0;
94+
};
95+
/* End PBXHeadersBuildPhase section */
96+
97+
/* Begin PBXNativeTarget section */
98+
29490FC41BE11BD700893BE1 /* AFOAuth2Manager iOS */ = {
99+
isa = PBXNativeTarget;
100+
buildConfigurationList = 29490FCD1BE11BD700893BE1 /* Build configuration list for PBXNativeTarget "AFOAuth2Manager iOS" */;
101+
buildPhases = (
102+
29490FC01BE11BD700893BE1 /* Sources */,
103+
29490FC11BE11BD700893BE1 /* Frameworks */,
104+
29490FC21BE11BD700893BE1 /* Headers */,
105+
29490FC31BE11BD700893BE1 /* Resources */,
106+
);
107+
buildRules = (
108+
);
109+
dependencies = (
110+
);
111+
name = "AFOAuth2Manager iOS";
112+
productName = AFOAuth2Manager;
113+
productReference = 29490FC51BE11BD700893BE1 /* AFOAuth2Manager.framework */;
114+
productType = "com.apple.product-type.framework";
115+
};
116+
/* End PBXNativeTarget section */
117+
118+
/* Begin PBXProject section */
119+
29490FBC1BE11BD700893BE1 /* Project object */ = {
120+
isa = PBXProject;
121+
attributes = {
122+
LastUpgradeCheck = 0710;
123+
ORGANIZATIONNAME = Alamofire;
124+
TargetAttributes = {
125+
29490FC41BE11BD700893BE1 = {
126+
CreatedOnToolsVersion = 7.1;
127+
};
128+
};
129+
};
130+
buildConfigurationList = 29490FBF1BE11BD700893BE1 /* Build configuration list for PBXProject "AFOAuth2Manager" */;
131+
compatibilityVersion = "Xcode 3.2";
132+
developmentRegion = English;
133+
hasScannedForEncodings = 0;
134+
knownRegions = (
135+
en,
136+
);
137+
mainGroup = 29490FBB1BE11BD700893BE1;
138+
productRefGroup = 29490FC61BE11BD700893BE1 /* Products */;
139+
projectDirPath = "";
140+
projectRoot = "";
141+
targets = (
142+
29490FC41BE11BD700893BE1 /* AFOAuth2Manager iOS */,
143+
);
144+
};
145+
/* End PBXProject section */
146+
147+
/* Begin PBXResourcesBuildPhase section */
148+
29490FC31BE11BD700893BE1 /* Resources */ = {
149+
isa = PBXResourcesBuildPhase;
150+
buildActionMask = 2147483647;
151+
files = (
152+
);
153+
runOnlyForDeploymentPostprocessing = 0;
154+
};
155+
/* End PBXResourcesBuildPhase section */
156+
157+
/* Begin PBXSourcesBuildPhase section */
158+
29490FC01BE11BD700893BE1 /* Sources */ = {
159+
isa = PBXSourcesBuildPhase;
160+
buildActionMask = 2147483647;
161+
files = (
162+
29490FE11BE11D1000893BE1 /* AFOAuth2SessionManager.m in Sources */,
163+
);
164+
runOnlyForDeploymentPostprocessing = 0;
165+
};
166+
/* End PBXSourcesBuildPhase section */
167+
168+
/* Begin XCBuildConfiguration section */
169+
29490FCB1BE11BD700893BE1 /* Debug */ = {
170+
isa = XCBuildConfiguration;
171+
buildSettings = {
172+
ALWAYS_SEARCH_USER_PATHS = NO;
173+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
174+
CLANG_CXX_LIBRARY = "libc++";
175+
CLANG_ENABLE_MODULES = YES;
176+
CLANG_ENABLE_OBJC_ARC = YES;
177+
CLANG_WARN_BOOL_CONVERSION = YES;
178+
CLANG_WARN_CONSTANT_CONVERSION = YES;
179+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
180+
CLANG_WARN_EMPTY_BODY = YES;
181+
CLANG_WARN_ENUM_CONVERSION = YES;
182+
CLANG_WARN_INT_CONVERSION = YES;
183+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
184+
CLANG_WARN_UNREACHABLE_CODE = YES;
185+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
186+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
187+
COPY_PHASE_STRIP = NO;
188+
CURRENT_PROJECT_VERSION = 1;
189+
DEBUG_INFORMATION_FORMAT = dwarf;
190+
ENABLE_STRICT_OBJC_MSGSEND = YES;
191+
ENABLE_TESTABILITY = YES;
192+
GCC_C_LANGUAGE_STANDARD = gnu99;
193+
GCC_DYNAMIC_NO_PIC = NO;
194+
GCC_NO_COMMON_BLOCKS = YES;
195+
GCC_OPTIMIZATION_LEVEL = 0;
196+
GCC_PREPROCESSOR_DEFINITIONS = (
197+
"DEBUG=1",
198+
"$(inherited)",
199+
);
200+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
201+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
202+
GCC_WARN_UNDECLARED_SELECTOR = YES;
203+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
204+
GCC_WARN_UNUSED_FUNCTION = YES;
205+
GCC_WARN_UNUSED_VARIABLE = YES;
206+
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
207+
MTL_ENABLE_DEBUG_INFO = YES;
208+
ONLY_ACTIVE_ARCH = YES;
209+
SDKROOT = iphoneos;
210+
TARGETED_DEVICE_FAMILY = "1,2";
211+
VERSIONING_SYSTEM = "apple-generic";
212+
VERSION_INFO_PREFIX = "";
213+
};
214+
name = Debug;
215+
};
216+
29490FCC1BE11BD700893BE1 /* Release */ = {
217+
isa = XCBuildConfiguration;
218+
buildSettings = {
219+
ALWAYS_SEARCH_USER_PATHS = NO;
220+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
221+
CLANG_CXX_LIBRARY = "libc++";
222+
CLANG_ENABLE_MODULES = YES;
223+
CLANG_ENABLE_OBJC_ARC = YES;
224+
CLANG_WARN_BOOL_CONVERSION = YES;
225+
CLANG_WARN_CONSTANT_CONVERSION = YES;
226+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
227+
CLANG_WARN_EMPTY_BODY = YES;
228+
CLANG_WARN_ENUM_CONVERSION = YES;
229+
CLANG_WARN_INT_CONVERSION = YES;
230+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
231+
CLANG_WARN_UNREACHABLE_CODE = YES;
232+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
233+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
234+
COPY_PHASE_STRIP = NO;
235+
CURRENT_PROJECT_VERSION = 1;
236+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
237+
ENABLE_NS_ASSERTIONS = NO;
238+
ENABLE_STRICT_OBJC_MSGSEND = YES;
239+
GCC_C_LANGUAGE_STANDARD = gnu99;
240+
GCC_NO_COMMON_BLOCKS = YES;
241+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
242+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
243+
GCC_WARN_UNDECLARED_SELECTOR = YES;
244+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
245+
GCC_WARN_UNUSED_FUNCTION = YES;
246+
GCC_WARN_UNUSED_VARIABLE = YES;
247+
IPHONEOS_DEPLOYMENT_TARGET = 9.1;
248+
MTL_ENABLE_DEBUG_INFO = NO;
249+
SDKROOT = iphoneos;
250+
TARGETED_DEVICE_FAMILY = "1,2";
251+
VALIDATE_PRODUCT = YES;
252+
VERSIONING_SYSTEM = "apple-generic";
253+
VERSION_INFO_PREFIX = "";
254+
};
255+
name = Release;
256+
};
257+
29490FCE1BE11BD700893BE1 /* Debug */ = {
258+
isa = XCBuildConfiguration;
259+
buildSettings = {
260+
DEFINES_MODULE = YES;
261+
DYLIB_COMPATIBILITY_VERSION = 1;
262+
DYLIB_CURRENT_VERSION = 1;
263+
DYLIB_INSTALL_NAME_BASE = "@rpath";
264+
FRAMEWORK_SEARCH_PATHS = (
265+
"$(inherited)",
266+
"$(PROJECT_DIR)/Carthage/Build/iOS",
267+
);
268+
INFOPLIST_FILE = "$(PROJECT_DIR)/Resources/Info.plist";
269+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
270+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
271+
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFOAuth2Manager;
272+
PRODUCT_NAME = AFOAuth2Manager;
273+
SKIP_INSTALL = YES;
274+
};
275+
name = Debug;
276+
};
277+
29490FCF1BE11BD700893BE1 /* Release */ = {
278+
isa = XCBuildConfiguration;
279+
buildSettings = {
280+
DEFINES_MODULE = YES;
281+
DYLIB_COMPATIBILITY_VERSION = 1;
282+
DYLIB_CURRENT_VERSION = 1;
283+
DYLIB_INSTALL_NAME_BASE = "@rpath";
284+
FRAMEWORK_SEARCH_PATHS = (
285+
"$(inherited)",
286+
"$(PROJECT_DIR)/Carthage/Build/iOS",
287+
);
288+
INFOPLIST_FILE = "$(PROJECT_DIR)/Resources/Info.plist";
289+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
290+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
291+
PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.AFOAuth2Manager;
292+
PRODUCT_NAME = AFOAuth2Manager;
293+
SKIP_INSTALL = YES;
294+
};
295+
name = Release;
296+
};
297+
/* End XCBuildConfiguration section */
298+
299+
/* Begin XCConfigurationList section */
300+
29490FBF1BE11BD700893BE1 /* Build configuration list for PBXProject "AFOAuth2Manager" */ = {
301+
isa = XCConfigurationList;
302+
buildConfigurations = (
303+
29490FCB1BE11BD700893BE1 /* Debug */,
304+
29490FCC1BE11BD700893BE1 /* Release */,
305+
);
306+
defaultConfigurationIsVisible = 0;
307+
defaultConfigurationName = Release;
308+
};
309+
29490FCD1BE11BD700893BE1 /* Build configuration list for PBXNativeTarget "AFOAuth2Manager iOS" */ = {
310+
isa = XCConfigurationList;
311+
buildConfigurations = (
312+
29490FCE1BE11BD700893BE1 /* Debug */,
313+
29490FCF1BE11BD700893BE1 /* Release */,
314+
);
315+
defaultConfigurationIsVisible = 0;
316+
defaultConfigurationName = Release;
317+
};
318+
/* End XCConfigurationList section */
319+
};
320+
rootObject = 29490FBC1BE11BD700893BE1 /* Project object */;
321+
}

AFOAuth2Manager.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)