Skip to content

Commit 4c3529f

Browse files
Atif ImranAtif Imran
authored andcommitted
Initial Commit
0 parents commit 4c3529f

File tree

12 files changed

+659
-0
lines changed

12 files changed

+659
-0
lines changed
Lines changed: 319 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
BE2E22D31F0F4FB400D92AA5 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2E22D21F0F4FB400D92AA5 /* AppDelegate.m */; };
11+
BE2E22D61F0F4FB400D92AA5 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2E22D51F0F4FB400D92AA5 /* ViewController.m */; };
12+
BE2E22D91F0F4FB400D92AA5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BE2E22D71F0F4FB400D92AA5 /* Main.storyboard */; };
13+
BE2E22DB1F0F4FB400D92AA5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BE2E22DA1F0F4FB400D92AA5 /* Assets.xcassets */; };
14+
BE2E22DE1F0F4FB400D92AA5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BE2E22DC1F0F4FB400D92AA5 /* LaunchScreen.storyboard */; };
15+
BE2E22E11F0F4FB400D92AA5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BE2E22E01F0F4FB400D92AA5 /* main.m */; };
16+
/* End PBXBuildFile section */
17+
18+
/* Begin PBXFileReference section */
19+
BE2E22CE1F0F4FB300D92AA5 /* MachineLearningSample-ObjC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "MachineLearningSample-ObjC.app"; sourceTree = BUILT_PRODUCTS_DIR; };
20+
BE2E22D11F0F4FB300D92AA5 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
21+
BE2E22D21F0F4FB400D92AA5 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
22+
BE2E22D41F0F4FB400D92AA5 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
23+
BE2E22D51F0F4FB400D92AA5 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
24+
BE2E22D81F0F4FB400D92AA5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
BE2E22DA1F0F4FB400D92AA5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
BE2E22DD1F0F4FB400D92AA5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
BE2E22DF1F0F4FB400D92AA5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
BE2E22E01F0F4FB400D92AA5 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29+
/* End PBXFileReference section */
30+
31+
/* Begin PBXFrameworksBuildPhase section */
32+
BE2E22CB1F0F4FB300D92AA5 /* Frameworks */ = {
33+
isa = PBXFrameworksBuildPhase;
34+
buildActionMask = 2147483647;
35+
files = (
36+
);
37+
runOnlyForDeploymentPostprocessing = 0;
38+
};
39+
/* End PBXFrameworksBuildPhase section */
40+
41+
/* Begin PBXGroup section */
42+
BE2E22C51F0F4FB300D92AA5 = {
43+
isa = PBXGroup;
44+
children = (
45+
BE2E22D01F0F4FB300D92AA5 /* MachineLearningSample-ObjC */,
46+
BE2E22CF1F0F4FB300D92AA5 /* Products */,
47+
);
48+
sourceTree = "<group>";
49+
};
50+
BE2E22CF1F0F4FB300D92AA5 /* Products */ = {
51+
isa = PBXGroup;
52+
children = (
53+
BE2E22CE1F0F4FB300D92AA5 /* MachineLearningSample-ObjC.app */,
54+
);
55+
name = Products;
56+
sourceTree = "<group>";
57+
};
58+
BE2E22D01F0F4FB300D92AA5 /* MachineLearningSample-ObjC */ = {
59+
isa = PBXGroup;
60+
children = (
61+
BE2E22D11F0F4FB300D92AA5 /* AppDelegate.h */,
62+
BE2E22D21F0F4FB400D92AA5 /* AppDelegate.m */,
63+
BE2E22D41F0F4FB400D92AA5 /* ViewController.h */,
64+
BE2E22D51F0F4FB400D92AA5 /* ViewController.m */,
65+
BE2E22D71F0F4FB400D92AA5 /* Main.storyboard */,
66+
BE2E22DA1F0F4FB400D92AA5 /* Assets.xcassets */,
67+
BE2E22DC1F0F4FB400D92AA5 /* LaunchScreen.storyboard */,
68+
BE2E22DF1F0F4FB400D92AA5 /* Info.plist */,
69+
BE2E22E01F0F4FB400D92AA5 /* main.m */,
70+
);
71+
path = "MachineLearningSample-ObjC";
72+
sourceTree = "<group>";
73+
};
74+
/* End PBXGroup section */
75+
76+
/* Begin PBXNativeTarget section */
77+
BE2E22CD1F0F4FB300D92AA5 /* MachineLearningSample-ObjC */ = {
78+
isa = PBXNativeTarget;
79+
buildConfigurationList = BE2E22E41F0F4FB400D92AA5 /* Build configuration list for PBXNativeTarget "MachineLearningSample-ObjC" */;
80+
buildPhases = (
81+
BE2E22CA1F0F4FB300D92AA5 /* Sources */,
82+
BE2E22CB1F0F4FB300D92AA5 /* Frameworks */,
83+
BE2E22CC1F0F4FB300D92AA5 /* Resources */,
84+
);
85+
buildRules = (
86+
);
87+
dependencies = (
88+
);
89+
name = "MachineLearningSample-ObjC";
90+
productName = "MachineLearningSample-ObjC";
91+
productReference = BE2E22CE1F0F4FB300D92AA5 /* MachineLearningSample-ObjC.app */;
92+
productType = "com.apple.product-type.application";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
BE2E22C61F0F4FB300D92AA5 /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
LastUpgradeCheck = 0900;
101+
ORGANIZATIONNAME = "Atif Imran";
102+
TargetAttributes = {
103+
BE2E22CD1F0F4FB300D92AA5 = {
104+
CreatedOnToolsVersion = 9.0;
105+
};
106+
};
107+
};
108+
buildConfigurationList = BE2E22C91F0F4FB300D92AA5 /* Build configuration list for PBXProject "MachineLearningSample-ObjC" */;
109+
compatibilityVersion = "Xcode 8.0";
110+
developmentRegion = en;
111+
hasScannedForEncodings = 0;
112+
knownRegions = (
113+
en,
114+
Base,
115+
);
116+
mainGroup = BE2E22C51F0F4FB300D92AA5;
117+
productRefGroup = BE2E22CF1F0F4FB300D92AA5 /* Products */;
118+
projectDirPath = "";
119+
projectRoot = "";
120+
targets = (
121+
BE2E22CD1F0F4FB300D92AA5 /* MachineLearningSample-ObjC */,
122+
);
123+
};
124+
/* End PBXProject section */
125+
126+
/* Begin PBXResourcesBuildPhase section */
127+
BE2E22CC1F0F4FB300D92AA5 /* Resources */ = {
128+
isa = PBXResourcesBuildPhase;
129+
buildActionMask = 2147483647;
130+
files = (
131+
BE2E22DE1F0F4FB400D92AA5 /* LaunchScreen.storyboard in Resources */,
132+
BE2E22DB1F0F4FB400D92AA5 /* Assets.xcassets in Resources */,
133+
BE2E22D91F0F4FB400D92AA5 /* Main.storyboard in Resources */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXResourcesBuildPhase section */
138+
139+
/* Begin PBXSourcesBuildPhase section */
140+
BE2E22CA1F0F4FB300D92AA5 /* Sources */ = {
141+
isa = PBXSourcesBuildPhase;
142+
buildActionMask = 2147483647;
143+
files = (
144+
BE2E22D61F0F4FB400D92AA5 /* ViewController.m in Sources */,
145+
BE2E22E11F0F4FB400D92AA5 /* main.m in Sources */,
146+
BE2E22D31F0F4FB400D92AA5 /* AppDelegate.m in Sources */,
147+
);
148+
runOnlyForDeploymentPostprocessing = 0;
149+
};
150+
/* End PBXSourcesBuildPhase section */
151+
152+
/* Begin PBXVariantGroup section */
153+
BE2E22D71F0F4FB400D92AA5 /* Main.storyboard */ = {
154+
isa = PBXVariantGroup;
155+
children = (
156+
BE2E22D81F0F4FB400D92AA5 /* Base */,
157+
);
158+
name = Main.storyboard;
159+
sourceTree = "<group>";
160+
};
161+
BE2E22DC1F0F4FB400D92AA5 /* LaunchScreen.storyboard */ = {
162+
isa = PBXVariantGroup;
163+
children = (
164+
BE2E22DD1F0F4FB400D92AA5 /* Base */,
165+
);
166+
name = LaunchScreen.storyboard;
167+
sourceTree = "<group>";
168+
};
169+
/* End PBXVariantGroup section */
170+
171+
/* Begin XCBuildConfiguration section */
172+
BE2E22E21F0F4FB400D92AA5 /* Debug */ = {
173+
isa = XCBuildConfiguration;
174+
buildSettings = {
175+
ALWAYS_SEARCH_USER_PATHS = NO;
176+
CLANG_ANALYZER_NONNULL = YES;
177+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
178+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
179+
CLANG_CXX_LIBRARY = "libc++";
180+
CLANG_ENABLE_MODULES = YES;
181+
CLANG_ENABLE_OBJC_ARC = YES;
182+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
183+
CLANG_WARN_BOOL_CONVERSION = YES;
184+
CLANG_WARN_COMMA = YES;
185+
CLANG_WARN_CONSTANT_CONVERSION = YES;
186+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
187+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
188+
CLANG_WARN_EMPTY_BODY = YES;
189+
CLANG_WARN_ENUM_CONVERSION = YES;
190+
CLANG_WARN_INFINITE_RECURSION = YES;
191+
CLANG_WARN_INT_CONVERSION = YES;
192+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
193+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
194+
CLANG_WARN_STRICT_PROTOTYPES = YES;
195+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
196+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
197+
CLANG_WARN_UNREACHABLE_CODE = YES;
198+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
199+
CODE_SIGN_IDENTITY = "iPhone Developer";
200+
COPY_PHASE_STRIP = NO;
201+
DEBUG_INFORMATION_FORMAT = dwarf;
202+
ENABLE_STRICT_OBJC_MSGSEND = YES;
203+
ENABLE_TESTABILITY = YES;
204+
GCC_C_LANGUAGE_STANDARD = gnu11;
205+
GCC_DYNAMIC_NO_PIC = NO;
206+
GCC_NO_COMMON_BLOCKS = YES;
207+
GCC_OPTIMIZATION_LEVEL = 0;
208+
GCC_PREPROCESSOR_DEFINITIONS = (
209+
"DEBUG=1",
210+
"$(inherited)",
211+
);
212+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
213+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
214+
GCC_WARN_UNDECLARED_SELECTOR = YES;
215+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
216+
GCC_WARN_UNUSED_FUNCTION = YES;
217+
GCC_WARN_UNUSED_VARIABLE = YES;
218+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
219+
MTL_ENABLE_DEBUG_INFO = YES;
220+
ONLY_ACTIVE_ARCH = YES;
221+
SDKROOT = iphoneos;
222+
};
223+
name = Debug;
224+
};
225+
BE2E22E31F0F4FB400D92AA5 /* Release */ = {
226+
isa = XCBuildConfiguration;
227+
buildSettings = {
228+
ALWAYS_SEARCH_USER_PATHS = NO;
229+
CLANG_ANALYZER_NONNULL = YES;
230+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
231+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
232+
CLANG_CXX_LIBRARY = "libc++";
233+
CLANG_ENABLE_MODULES = YES;
234+
CLANG_ENABLE_OBJC_ARC = YES;
235+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
236+
CLANG_WARN_BOOL_CONVERSION = YES;
237+
CLANG_WARN_COMMA = YES;
238+
CLANG_WARN_CONSTANT_CONVERSION = YES;
239+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
240+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
241+
CLANG_WARN_EMPTY_BODY = YES;
242+
CLANG_WARN_ENUM_CONVERSION = YES;
243+
CLANG_WARN_INFINITE_RECURSION = YES;
244+
CLANG_WARN_INT_CONVERSION = YES;
245+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
246+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
247+
CLANG_WARN_STRICT_PROTOTYPES = YES;
248+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
249+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
250+
CLANG_WARN_UNREACHABLE_CODE = YES;
251+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
252+
CODE_SIGN_IDENTITY = "iPhone Developer";
253+
COPY_PHASE_STRIP = NO;
254+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
255+
ENABLE_NS_ASSERTIONS = NO;
256+
ENABLE_STRICT_OBJC_MSGSEND = YES;
257+
GCC_C_LANGUAGE_STANDARD = gnu11;
258+
GCC_NO_COMMON_BLOCKS = YES;
259+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
260+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
261+
GCC_WARN_UNDECLARED_SELECTOR = YES;
262+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
263+
GCC_WARN_UNUSED_FUNCTION = YES;
264+
GCC_WARN_UNUSED_VARIABLE = YES;
265+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
266+
MTL_ENABLE_DEBUG_INFO = NO;
267+
SDKROOT = iphoneos;
268+
VALIDATE_PRODUCT = YES;
269+
};
270+
name = Release;
271+
};
272+
BE2E22E51F0F4FB400D92AA5 /* Debug */ = {
273+
isa = XCBuildConfiguration;
274+
buildSettings = {
275+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
276+
INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
277+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
278+
PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
279+
PRODUCT_NAME = "$(TARGET_NAME)";
280+
TARGETED_DEVICE_FAMILY = "1,2";
281+
};
282+
name = Debug;
283+
};
284+
BE2E22E61F0F4FB400D92AA5 /* Release */ = {
285+
isa = XCBuildConfiguration;
286+
buildSettings = {
287+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
288+
INFOPLIST_FILE = "MachineLearningSample-ObjC/Info.plist";
289+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
290+
PRODUCT_BUNDLE_IDENTIFIER = "com.atif.MachineLearningSample-ObjC";
291+
PRODUCT_NAME = "$(TARGET_NAME)";
292+
TARGETED_DEVICE_FAMILY = "1,2";
293+
};
294+
name = Release;
295+
};
296+
/* End XCBuildConfiguration section */
297+
298+
/* Begin XCConfigurationList section */
299+
BE2E22C91F0F4FB300D92AA5 /* Build configuration list for PBXProject "MachineLearningSample-ObjC" */ = {
300+
isa = XCConfigurationList;
301+
buildConfigurations = (
302+
BE2E22E21F0F4FB400D92AA5 /* Debug */,
303+
BE2E22E31F0F4FB400D92AA5 /* Release */,
304+
);
305+
defaultConfigurationIsVisible = 0;
306+
defaultConfigurationName = Release;
307+
};
308+
BE2E22E41F0F4FB400D92AA5 /* Build configuration list for PBXNativeTarget "MachineLearningSample-ObjC" */ = {
309+
isa = XCConfigurationList;
310+
buildConfigurations = (
311+
BE2E22E51F0F4FB400D92AA5 /* Debug */,
312+
BE2E22E61F0F4FB400D92AA5 /* Release */,
313+
);
314+
defaultConfigurationIsVisible = 0;
315+
};
316+
/* End XCConfigurationList section */
317+
};
318+
rootObject = BE2E22C61F0F4FB300D92AA5 /* Project object */;
319+
}

MachineLearningSample-ObjC.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>MachineLearningSample-ObjC.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
//
2+
// AppDelegate.h
3+
// MachineLearningSample-ObjC
4+
//
5+
// Created by Atif Imran on 7/7/17.
6+
// Copyright © 2017 Atif Imran. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
12+
13+
@property (strong, nonatomic) UIWindow *window;
14+
15+
16+
@end
17+

0 commit comments

Comments
 (0)