Skip to content

Commit b4d7573

Browse files
author
dave
committed
initial commit
0 parents  commit b4d7573

22 files changed

+1025
-0
lines changed

AuthTest.xcodeproj/project.pbxproj

+304
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,304 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
8430311E1E0B22DB008AA8F8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8430311D1E0B22DB008AA8F8 /* main.m */; };
11+
843031211E0B22DB008AA8F8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 843031201E0B22DB008AA8F8 /* AppDelegate.m */; };
12+
843031291E0B22DC008AA8F8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 843031281E0B22DB008AA8F8 /* Assets.xcassets */; };
13+
843031361E0B2338008AA8F8 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 843031341E0B2338008AA8F8 /* LoginViewController.m */; };
14+
843031371E0B2338008AA8F8 /* LoginViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 843031351E0B2338008AA8F8 /* LoginViewController.xib */; };
15+
8430313B1E0B24CC008AA8F8 /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 843031391E0B24CC008AA8F8 /* WebViewController.m */; };
16+
8430313C1E0B24CC008AA8F8 /* WebViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8430313A1E0B24CC008AA8F8 /* WebViewController.xib */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
843031191E0B22DB008AA8F8 /* AuthTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AuthTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
8430311D1E0B22DB008AA8F8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
22+
8430311F1E0B22DB008AA8F8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
23+
843031201E0B22DB008AA8F8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
24+
843031281E0B22DB008AA8F8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25+
8430312D1E0B22DC008AA8F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
26+
843031331E0B2338008AA8F8 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
27+
843031341E0B2338008AA8F8 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
28+
843031351E0B2338008AA8F8 /* LoginViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LoginViewController.xib; sourceTree = "<group>"; };
29+
843031381E0B24CC008AA8F8 /* WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewController.h; sourceTree = "<group>"; };
30+
843031391E0B24CC008AA8F8 /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewController.m; sourceTree = "<group>"; };
31+
8430313A1E0B24CC008AA8F8 /* WebViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = WebViewController.xib; sourceTree = "<group>"; };
32+
/* End PBXFileReference section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
843031161E0B22DB008AA8F8 /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
843031101E0B22DB008AA8F8 = {
46+
isa = PBXGroup;
47+
children = (
48+
8430311B1E0B22DB008AA8F8 /* AuthTest */,
49+
8430311A1E0B22DB008AA8F8 /* Products */,
50+
);
51+
sourceTree = "<group>";
52+
};
53+
8430311A1E0B22DB008AA8F8 /* Products */ = {
54+
isa = PBXGroup;
55+
children = (
56+
843031191E0B22DB008AA8F8 /* AuthTest.app */,
57+
);
58+
name = Products;
59+
sourceTree = "<group>";
60+
};
61+
8430311B1E0B22DB008AA8F8 /* AuthTest */ = {
62+
isa = PBXGroup;
63+
children = (
64+
8430311F1E0B22DB008AA8F8 /* AppDelegate.h */,
65+
843031201E0B22DB008AA8F8 /* AppDelegate.m */,
66+
843031281E0B22DB008AA8F8 /* Assets.xcassets */,
67+
8430312D1E0B22DC008AA8F8 /* Info.plist */,
68+
8430311C1E0B22DB008AA8F8 /* Supporting Files */,
69+
843031331E0B2338008AA8F8 /* LoginViewController.h */,
70+
843031341E0B2338008AA8F8 /* LoginViewController.m */,
71+
843031351E0B2338008AA8F8 /* LoginViewController.xib */,
72+
843031381E0B24CC008AA8F8 /* WebViewController.h */,
73+
843031391E0B24CC008AA8F8 /* WebViewController.m */,
74+
8430313A1E0B24CC008AA8F8 /* WebViewController.xib */,
75+
);
76+
path = AuthTest;
77+
sourceTree = "<group>";
78+
};
79+
8430311C1E0B22DB008AA8F8 /* Supporting Files */ = {
80+
isa = PBXGroup;
81+
children = (
82+
8430311D1E0B22DB008AA8F8 /* main.m */,
83+
);
84+
name = "Supporting Files";
85+
sourceTree = "<group>";
86+
};
87+
/* End PBXGroup section */
88+
89+
/* Begin PBXNativeTarget section */
90+
843031181E0B22DB008AA8F8 /* AuthTest */ = {
91+
isa = PBXNativeTarget;
92+
buildConfigurationList = 843031301E0B22DC008AA8F8 /* Build configuration list for PBXNativeTarget "AuthTest" */;
93+
buildPhases = (
94+
843031151E0B22DB008AA8F8 /* Sources */,
95+
843031161E0B22DB008AA8F8 /* Frameworks */,
96+
843031171E0B22DB008AA8F8 /* Resources */,
97+
);
98+
buildRules = (
99+
);
100+
dependencies = (
101+
);
102+
name = AuthTest;
103+
productName = AuthTest;
104+
productReference = 843031191E0B22DB008AA8F8 /* AuthTest.app */;
105+
productType = "com.apple.product-type.application";
106+
};
107+
/* End PBXNativeTarget section */
108+
109+
/* Begin PBXProject section */
110+
843031111E0B22DB008AA8F8 /* Project object */ = {
111+
isa = PBXProject;
112+
attributes = {
113+
LastUpgradeCheck = 0820;
114+
ORGANIZATIONNAME = "David Butler";
115+
TargetAttributes = {
116+
843031181E0B22DB008AA8F8 = {
117+
CreatedOnToolsVersion = 8.2;
118+
DevelopmentTeam = JUZJ695LJ6;
119+
ProvisioningStyle = Automatic;
120+
};
121+
};
122+
};
123+
buildConfigurationList = 843031141E0B22DB008AA8F8 /* Build configuration list for PBXProject "AuthTest" */;
124+
compatibilityVersion = "Xcode 3.2";
125+
developmentRegion = English;
126+
hasScannedForEncodings = 0;
127+
knownRegions = (
128+
en,
129+
Base,
130+
);
131+
mainGroup = 843031101E0B22DB008AA8F8;
132+
productRefGroup = 8430311A1E0B22DB008AA8F8 /* Products */;
133+
projectDirPath = "";
134+
projectRoot = "";
135+
targets = (
136+
843031181E0B22DB008AA8F8 /* AuthTest */,
137+
);
138+
};
139+
/* End PBXProject section */
140+
141+
/* Begin PBXResourcesBuildPhase section */
142+
843031171E0B22DB008AA8F8 /* Resources */ = {
143+
isa = PBXResourcesBuildPhase;
144+
buildActionMask = 2147483647;
145+
files = (
146+
8430313C1E0B24CC008AA8F8 /* WebViewController.xib in Resources */,
147+
843031371E0B2338008AA8F8 /* LoginViewController.xib in Resources */,
148+
843031291E0B22DC008AA8F8 /* Assets.xcassets in Resources */,
149+
);
150+
runOnlyForDeploymentPostprocessing = 0;
151+
};
152+
/* End PBXResourcesBuildPhase section */
153+
154+
/* Begin PBXSourcesBuildPhase section */
155+
843031151E0B22DB008AA8F8 /* Sources */ = {
156+
isa = PBXSourcesBuildPhase;
157+
buildActionMask = 2147483647;
158+
files = (
159+
843031361E0B2338008AA8F8 /* LoginViewController.m in Sources */,
160+
843031211E0B22DB008AA8F8 /* AppDelegate.m in Sources */,
161+
8430311E1E0B22DB008AA8F8 /* main.m in Sources */,
162+
8430313B1E0B24CC008AA8F8 /* WebViewController.m in Sources */,
163+
);
164+
runOnlyForDeploymentPostprocessing = 0;
165+
};
166+
/* End PBXSourcesBuildPhase section */
167+
168+
/* Begin XCBuildConfiguration section */
169+
8430312E1E0B22DC008AA8F8 /* Debug */ = {
170+
isa = XCBuildConfiguration;
171+
buildSettings = {
172+
ALWAYS_SEARCH_USER_PATHS = NO;
173+
CLANG_ANALYZER_NONNULL = YES;
174+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
175+
CLANG_CXX_LIBRARY = "libc++";
176+
CLANG_ENABLE_MODULES = YES;
177+
CLANG_ENABLE_OBJC_ARC = YES;
178+
CLANG_WARN_BOOL_CONVERSION = YES;
179+
CLANG_WARN_CONSTANT_CONVERSION = YES;
180+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
181+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
182+
CLANG_WARN_EMPTY_BODY = YES;
183+
CLANG_WARN_ENUM_CONVERSION = YES;
184+
CLANG_WARN_INFINITE_RECURSION = YES;
185+
CLANG_WARN_INT_CONVERSION = YES;
186+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
187+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
188+
CLANG_WARN_UNREACHABLE_CODE = YES;
189+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
190+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
191+
COPY_PHASE_STRIP = NO;
192+
DEBUG_INFORMATION_FORMAT = dwarf;
193+
ENABLE_STRICT_OBJC_MSGSEND = YES;
194+
ENABLE_TESTABILITY = YES;
195+
GCC_C_LANGUAGE_STANDARD = gnu99;
196+
GCC_DYNAMIC_NO_PIC = NO;
197+
GCC_NO_COMMON_BLOCKS = YES;
198+
GCC_OPTIMIZATION_LEVEL = 0;
199+
GCC_PREPROCESSOR_DEFINITIONS = (
200+
"DEBUG=1",
201+
"$(inherited)",
202+
);
203+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
204+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
205+
GCC_WARN_UNDECLARED_SELECTOR = YES;
206+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
207+
GCC_WARN_UNUSED_FUNCTION = YES;
208+
GCC_WARN_UNUSED_VARIABLE = YES;
209+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
210+
MTL_ENABLE_DEBUG_INFO = YES;
211+
ONLY_ACTIVE_ARCH = YES;
212+
SDKROOT = iphoneos;
213+
};
214+
name = Debug;
215+
};
216+
8430312F1E0B22DC008AA8F8 /* Release */ = {
217+
isa = XCBuildConfiguration;
218+
buildSettings = {
219+
ALWAYS_SEARCH_USER_PATHS = NO;
220+
CLANG_ANALYZER_NONNULL = YES;
221+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
222+
CLANG_CXX_LIBRARY = "libc++";
223+
CLANG_ENABLE_MODULES = YES;
224+
CLANG_ENABLE_OBJC_ARC = YES;
225+
CLANG_WARN_BOOL_CONVERSION = YES;
226+
CLANG_WARN_CONSTANT_CONVERSION = YES;
227+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
228+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
229+
CLANG_WARN_EMPTY_BODY = YES;
230+
CLANG_WARN_ENUM_CONVERSION = YES;
231+
CLANG_WARN_INFINITE_RECURSION = YES;
232+
CLANG_WARN_INT_CONVERSION = YES;
233+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
234+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
235+
CLANG_WARN_UNREACHABLE_CODE = YES;
236+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
237+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
238+
COPY_PHASE_STRIP = NO;
239+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
240+
ENABLE_NS_ASSERTIONS = NO;
241+
ENABLE_STRICT_OBJC_MSGSEND = YES;
242+
GCC_C_LANGUAGE_STANDARD = gnu99;
243+
GCC_NO_COMMON_BLOCKS = YES;
244+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
245+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
246+
GCC_WARN_UNDECLARED_SELECTOR = YES;
247+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
248+
GCC_WARN_UNUSED_FUNCTION = YES;
249+
GCC_WARN_UNUSED_VARIABLE = YES;
250+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
251+
MTL_ENABLE_DEBUG_INFO = NO;
252+
SDKROOT = iphoneos;
253+
VALIDATE_PRODUCT = YES;
254+
};
255+
name = Release;
256+
};
257+
843031311E0B22DC008AA8F8 /* Debug */ = {
258+
isa = XCBuildConfiguration;
259+
buildSettings = {
260+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261+
DEVELOPMENT_TEAM = JUZJ695LJ6;
262+
INFOPLIST_FILE = AuthTest/Info.plist;
263+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
264+
PRODUCT_BUNDLE_IDENTIFIER = com.nimisis.AuthTest;
265+
PRODUCT_NAME = "$(TARGET_NAME)";
266+
};
267+
name = Debug;
268+
};
269+
843031321E0B22DC008AA8F8 /* Release */ = {
270+
isa = XCBuildConfiguration;
271+
buildSettings = {
272+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
273+
DEVELOPMENT_TEAM = JUZJ695LJ6;
274+
INFOPLIST_FILE = AuthTest/Info.plist;
275+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
276+
PRODUCT_BUNDLE_IDENTIFIER = com.nimisis.AuthTest;
277+
PRODUCT_NAME = "$(TARGET_NAME)";
278+
};
279+
name = Release;
280+
};
281+
/* End XCBuildConfiguration section */
282+
283+
/* Begin XCConfigurationList section */
284+
843031141E0B22DB008AA8F8 /* Build configuration list for PBXProject "AuthTest" */ = {
285+
isa = XCConfigurationList;
286+
buildConfigurations = (
287+
8430312E1E0B22DC008AA8F8 /* Debug */,
288+
8430312F1E0B22DC008AA8F8 /* Release */,
289+
);
290+
defaultConfigurationIsVisible = 0;
291+
defaultConfigurationName = Release;
292+
};
293+
843031301E0B22DC008AA8F8 /* Build configuration list for PBXNativeTarget "AuthTest" */ = {
294+
isa = XCConfigurationList;
295+
buildConfigurations = (
296+
843031311E0B22DC008AA8F8 /* Debug */,
297+
843031321E0B22DC008AA8F8 /* Release */,
298+
);
299+
defaultConfigurationIsVisible = 0;
300+
};
301+
/* End XCConfigurationList section */
302+
};
303+
rootObject = 843031111E0B22DB008AA8F8 /* Project object */;
304+
}

AuthTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "1"
4+
version = "2.0">
5+
</Bucket>

0 commit comments

Comments
 (0)