Skip to content

Commit 42fbd53

Browse files
author
hussienalrubaye
committed
pockmon game
1 parent 57eebdb commit 42fbd53

File tree

569 files changed

+19656
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

569 files changed

+19656
-0
lines changed
Lines changed: 391 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,391 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
05D0C14800DE2BDCC026A775 /* Pods_Pockemon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB785903D9DB42D36B0C2E57 /* Pods_Pockemon.framework */; };
11+
C7F52DD91E40583D001C96A5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F52DD81E40583D001C96A5 /* AppDelegate.swift */; };
12+
C7F52DDB1E40583D001C96A5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F52DDA1E40583D001C96A5 /* ViewController.swift */; };
13+
C7F52DDE1E40583D001C96A5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C7F52DDC1E40583D001C96A5 /* Main.storyboard */; };
14+
C7F52DE01E40583D001C96A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C7F52DDF1E40583D001C96A5 /* Assets.xcassets */; };
15+
C7F52DE31E40583E001C96A5 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C7F52DE11E40583E001C96A5 /* LaunchScreen.storyboard */; };
16+
C7F52DEB1E405F9A001C96A5 /* Pockemons.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F52DEA1E405F9A001C96A5 /* Pockemons.swift */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
3F76E06057A0ADF8560743C0 /* Pods-Pockemon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Pockemon.release.xcconfig"; path = "Pods/Target Support Files/Pods-Pockemon/Pods-Pockemon.release.xcconfig"; sourceTree = "<group>"; };
21+
C7F52DD51E40583D001C96A5 /* Pockemon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pockemon.app; sourceTree = BUILT_PRODUCTS_DIR; };
22+
C7F52DD81E40583D001C96A5 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
23+
C7F52DDA1E40583D001C96A5 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
24+
C7F52DDD1E40583D001C96A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
25+
C7F52DDF1E40583D001C96A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
26+
C7F52DE21E40583E001C96A5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
27+
C7F52DE41E40583E001C96A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
28+
C7F52DEA1E405F9A001C96A5 /* Pockemons.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Pockemons.swift; sourceTree = "<group>"; };
29+
CB785903D9DB42D36B0C2E57 /* Pods_Pockemon.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Pockemon.framework; sourceTree = BUILT_PRODUCTS_DIR; };
30+
E3E538B626879527C56AFBD2 /* Pods-Pockemon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Pockemon.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Pockemon/Pods-Pockemon.debug.xcconfig"; sourceTree = "<group>"; };
31+
/* End PBXFileReference section */
32+
33+
/* Begin PBXFrameworksBuildPhase section */
34+
C7F52DD21E40583D001C96A5 /* Frameworks */ = {
35+
isa = PBXFrameworksBuildPhase;
36+
buildActionMask = 2147483647;
37+
files = (
38+
05D0C14800DE2BDCC026A775 /* Pods_Pockemon.framework in Frameworks */,
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
/* End PBXFrameworksBuildPhase section */
43+
44+
/* Begin PBXGroup section */
45+
55A8B89CD393BC3101867C17 /* Frameworks */ = {
46+
isa = PBXGroup;
47+
children = (
48+
CB785903D9DB42D36B0C2E57 /* Pods_Pockemon.framework */,
49+
);
50+
name = Frameworks;
51+
sourceTree = "<group>";
52+
};
53+
C7F52DCC1E40583D001C96A5 = {
54+
isa = PBXGroup;
55+
children = (
56+
C7F52DD71E40583D001C96A5 /* Pockemon */,
57+
C7F52DD61E40583D001C96A5 /* Products */,
58+
CDD4FED0EFB02A54A18D5358 /* Pods */,
59+
55A8B89CD393BC3101867C17 /* Frameworks */,
60+
);
61+
sourceTree = "<group>";
62+
};
63+
C7F52DD61E40583D001C96A5 /* Products */ = {
64+
isa = PBXGroup;
65+
children = (
66+
C7F52DD51E40583D001C96A5 /* Pockemon.app */,
67+
);
68+
name = Products;
69+
sourceTree = "<group>";
70+
};
71+
C7F52DD71E40583D001C96A5 /* Pockemon */ = {
72+
isa = PBXGroup;
73+
children = (
74+
C7F52DD81E40583D001C96A5 /* AppDelegate.swift */,
75+
C7F52DDA1E40583D001C96A5 /* ViewController.swift */,
76+
C7F52DDC1E40583D001C96A5 /* Main.storyboard */,
77+
C7F52DDF1E40583D001C96A5 /* Assets.xcassets */,
78+
C7F52DE11E40583E001C96A5 /* LaunchScreen.storyboard */,
79+
C7F52DE41E40583E001C96A5 /* Info.plist */,
80+
C7F52DEA1E405F9A001C96A5 /* Pockemons.swift */,
81+
);
82+
path = Pockemon;
83+
sourceTree = "<group>";
84+
};
85+
CDD4FED0EFB02A54A18D5358 /* Pods */ = {
86+
isa = PBXGroup;
87+
children = (
88+
E3E538B626879527C56AFBD2 /* Pods-Pockemon.debug.xcconfig */,
89+
3F76E06057A0ADF8560743C0 /* Pods-Pockemon.release.xcconfig */,
90+
);
91+
name = Pods;
92+
sourceTree = "<group>";
93+
};
94+
/* End PBXGroup section */
95+
96+
/* Begin PBXNativeTarget section */
97+
C7F52DD41E40583D001C96A5 /* Pockemon */ = {
98+
isa = PBXNativeTarget;
99+
buildConfigurationList = C7F52DE71E40583E001C96A5 /* Build configuration list for PBXNativeTarget "Pockemon" */;
100+
buildPhases = (
101+
8909132627337FE58B1FACC5 /* 📦 Check Pods Manifest.lock */,
102+
C7F52DD11E40583D001C96A5 /* Sources */,
103+
C7F52DD21E40583D001C96A5 /* Frameworks */,
104+
C7F52DD31E40583D001C96A5 /* Resources */,
105+
76EDBD4CD4BA2918B8410CF8 /* 📦 Embed Pods Frameworks */,
106+
2A1733C52E27B0FB75A7C08B /* 📦 Copy Pods Resources */,
107+
);
108+
buildRules = (
109+
);
110+
dependencies = (
111+
);
112+
name = Pockemon;
113+
productName = Pockemon;
114+
productReference = C7F52DD51E40583D001C96A5 /* Pockemon.app */;
115+
productType = "com.apple.product-type.application";
116+
};
117+
/* End PBXNativeTarget section */
118+
119+
/* Begin PBXProject section */
120+
C7F52DCD1E40583D001C96A5 /* Project object */ = {
121+
isa = PBXProject;
122+
attributes = {
123+
LastSwiftUpdateCheck = 0820;
124+
LastUpgradeCheck = 0820;
125+
ORGANIZATIONNAME = "hussien alrubaye";
126+
TargetAttributes = {
127+
C7F52DD41E40583D001C96A5 = {
128+
CreatedOnToolsVersion = 8.2.1;
129+
DevelopmentTeam = G8V2K73GKS;
130+
ProvisioningStyle = Automatic;
131+
};
132+
};
133+
};
134+
buildConfigurationList = C7F52DD01E40583D001C96A5 /* Build configuration list for PBXProject "Pockemon" */;
135+
compatibilityVersion = "Xcode 3.2";
136+
developmentRegion = English;
137+
hasScannedForEncodings = 0;
138+
knownRegions = (
139+
en,
140+
Base,
141+
);
142+
mainGroup = C7F52DCC1E40583D001C96A5;
143+
productRefGroup = C7F52DD61E40583D001C96A5 /* Products */;
144+
projectDirPath = "";
145+
projectRoot = "";
146+
targets = (
147+
C7F52DD41E40583D001C96A5 /* Pockemon */,
148+
);
149+
};
150+
/* End PBXProject section */
151+
152+
/* Begin PBXResourcesBuildPhase section */
153+
C7F52DD31E40583D001C96A5 /* Resources */ = {
154+
isa = PBXResourcesBuildPhase;
155+
buildActionMask = 2147483647;
156+
files = (
157+
C7F52DE31E40583E001C96A5 /* LaunchScreen.storyboard in Resources */,
158+
C7F52DE01E40583D001C96A5 /* Assets.xcassets in Resources */,
159+
C7F52DDE1E40583D001C96A5 /* Main.storyboard in Resources */,
160+
);
161+
runOnlyForDeploymentPostprocessing = 0;
162+
};
163+
/* End PBXResourcesBuildPhase section */
164+
165+
/* Begin PBXShellScriptBuildPhase section */
166+
2A1733C52E27B0FB75A7C08B /* 📦 Copy Pods Resources */ = {
167+
isa = PBXShellScriptBuildPhase;
168+
buildActionMask = 2147483647;
169+
files = (
170+
);
171+
inputPaths = (
172+
);
173+
name = "📦 Copy Pods Resources";
174+
outputPaths = (
175+
);
176+
runOnlyForDeploymentPostprocessing = 0;
177+
shellPath = /bin/sh;
178+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Pockemon/Pods-Pockemon-resources.sh\"\n";
179+
showEnvVarsInLog = 0;
180+
};
181+
76EDBD4CD4BA2918B8410CF8 /* 📦 Embed Pods Frameworks */ = {
182+
isa = PBXShellScriptBuildPhase;
183+
buildActionMask = 2147483647;
184+
files = (
185+
);
186+
inputPaths = (
187+
);
188+
name = "📦 Embed Pods Frameworks";
189+
outputPaths = (
190+
);
191+
runOnlyForDeploymentPostprocessing = 0;
192+
shellPath = /bin/sh;
193+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Pockemon/Pods-Pockemon-frameworks.sh\"\n";
194+
showEnvVarsInLog = 0;
195+
};
196+
8909132627337FE58B1FACC5 /* 📦 Check Pods Manifest.lock */ = {
197+
isa = PBXShellScriptBuildPhase;
198+
buildActionMask = 2147483647;
199+
files = (
200+
);
201+
inputPaths = (
202+
);
203+
name = "📦 Check Pods Manifest.lock";
204+
outputPaths = (
205+
);
206+
runOnlyForDeploymentPostprocessing = 0;
207+
shellPath = /bin/sh;
208+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
209+
showEnvVarsInLog = 0;
210+
};
211+
/* End PBXShellScriptBuildPhase section */
212+
213+
/* Begin PBXSourcesBuildPhase section */
214+
C7F52DD11E40583D001C96A5 /* Sources */ = {
215+
isa = PBXSourcesBuildPhase;
216+
buildActionMask = 2147483647;
217+
files = (
218+
C7F52DDB1E40583D001C96A5 /* ViewController.swift in Sources */,
219+
C7F52DEB1E405F9A001C96A5 /* Pockemons.swift in Sources */,
220+
C7F52DD91E40583D001C96A5 /* AppDelegate.swift in Sources */,
221+
);
222+
runOnlyForDeploymentPostprocessing = 0;
223+
};
224+
/* End PBXSourcesBuildPhase section */
225+
226+
/* Begin PBXVariantGroup section */
227+
C7F52DDC1E40583D001C96A5 /* Main.storyboard */ = {
228+
isa = PBXVariantGroup;
229+
children = (
230+
C7F52DDD1E40583D001C96A5 /* Base */,
231+
);
232+
name = Main.storyboard;
233+
sourceTree = "<group>";
234+
};
235+
C7F52DE11E40583E001C96A5 /* LaunchScreen.storyboard */ = {
236+
isa = PBXVariantGroup;
237+
children = (
238+
C7F52DE21E40583E001C96A5 /* Base */,
239+
);
240+
name = LaunchScreen.storyboard;
241+
sourceTree = "<group>";
242+
};
243+
/* End PBXVariantGroup section */
244+
245+
/* Begin XCBuildConfiguration section */
246+
C7F52DE51E40583E001C96A5 /* Debug */ = {
247+
isa = XCBuildConfiguration;
248+
buildSettings = {
249+
ALWAYS_SEARCH_USER_PATHS = NO;
250+
CLANG_ANALYZER_NONNULL = YES;
251+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
252+
CLANG_CXX_LIBRARY = "libc++";
253+
CLANG_ENABLE_MODULES = YES;
254+
CLANG_ENABLE_OBJC_ARC = YES;
255+
CLANG_WARN_BOOL_CONVERSION = YES;
256+
CLANG_WARN_CONSTANT_CONVERSION = YES;
257+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
258+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
259+
CLANG_WARN_EMPTY_BODY = YES;
260+
CLANG_WARN_ENUM_CONVERSION = YES;
261+
CLANG_WARN_INFINITE_RECURSION = YES;
262+
CLANG_WARN_INT_CONVERSION = YES;
263+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
264+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
265+
CLANG_WARN_UNREACHABLE_CODE = YES;
266+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
267+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
268+
COPY_PHASE_STRIP = NO;
269+
DEBUG_INFORMATION_FORMAT = dwarf;
270+
ENABLE_STRICT_OBJC_MSGSEND = YES;
271+
ENABLE_TESTABILITY = YES;
272+
GCC_C_LANGUAGE_STANDARD = gnu99;
273+
GCC_DYNAMIC_NO_PIC = NO;
274+
GCC_NO_COMMON_BLOCKS = YES;
275+
GCC_OPTIMIZATION_LEVEL = 0;
276+
GCC_PREPROCESSOR_DEFINITIONS = (
277+
"DEBUG=1",
278+
"$(inherited)",
279+
);
280+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
281+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
282+
GCC_WARN_UNDECLARED_SELECTOR = YES;
283+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
284+
GCC_WARN_UNUSED_FUNCTION = YES;
285+
GCC_WARN_UNUSED_VARIABLE = YES;
286+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
287+
MTL_ENABLE_DEBUG_INFO = YES;
288+
ONLY_ACTIVE_ARCH = YES;
289+
SDKROOT = iphoneos;
290+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
291+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
292+
TARGETED_DEVICE_FAMILY = "1,2";
293+
};
294+
name = Debug;
295+
};
296+
C7F52DE61E40583E001C96A5 /* Release */ = {
297+
isa = XCBuildConfiguration;
298+
buildSettings = {
299+
ALWAYS_SEARCH_USER_PATHS = NO;
300+
CLANG_ANALYZER_NONNULL = YES;
301+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
302+
CLANG_CXX_LIBRARY = "libc++";
303+
CLANG_ENABLE_MODULES = YES;
304+
CLANG_ENABLE_OBJC_ARC = YES;
305+
CLANG_WARN_BOOL_CONVERSION = YES;
306+
CLANG_WARN_CONSTANT_CONVERSION = YES;
307+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
308+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
309+
CLANG_WARN_EMPTY_BODY = YES;
310+
CLANG_WARN_ENUM_CONVERSION = YES;
311+
CLANG_WARN_INFINITE_RECURSION = YES;
312+
CLANG_WARN_INT_CONVERSION = YES;
313+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
314+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
315+
CLANG_WARN_UNREACHABLE_CODE = YES;
316+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
317+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
318+
COPY_PHASE_STRIP = NO;
319+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
320+
ENABLE_NS_ASSERTIONS = NO;
321+
ENABLE_STRICT_OBJC_MSGSEND = YES;
322+
GCC_C_LANGUAGE_STANDARD = gnu99;
323+
GCC_NO_COMMON_BLOCKS = YES;
324+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
325+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
326+
GCC_WARN_UNDECLARED_SELECTOR = YES;
327+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
328+
GCC_WARN_UNUSED_FUNCTION = YES;
329+
GCC_WARN_UNUSED_VARIABLE = YES;
330+
IPHONEOS_DEPLOYMENT_TARGET = 10.2;
331+
MTL_ENABLE_DEBUG_INFO = NO;
332+
SDKROOT = iphoneos;
333+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
334+
TARGETED_DEVICE_FAMILY = "1,2";
335+
VALIDATE_PRODUCT = YES;
336+
};
337+
name = Release;
338+
};
339+
C7F52DE81E40583E001C96A5 /* Debug */ = {
340+
isa = XCBuildConfiguration;
341+
baseConfigurationReference = E3E538B626879527C56AFBD2 /* Pods-Pockemon.debug.xcconfig */;
342+
buildSettings = {
343+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
344+
DEVELOPMENT_TEAM = G8V2K73GKS;
345+
INFOPLIST_FILE = Pockemon/Info.plist;
346+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
347+
PRODUCT_BUNDLE_IDENTIFIER = com.alrubaye.net.Pockemon;
348+
PRODUCT_NAME = "$(TARGET_NAME)";
349+
SWIFT_VERSION = 3.0;
350+
};
351+
name = Debug;
352+
};
353+
C7F52DE91E40583E001C96A5 /* Release */ = {
354+
isa = XCBuildConfiguration;
355+
baseConfigurationReference = 3F76E06057A0ADF8560743C0 /* Pods-Pockemon.release.xcconfig */;
356+
buildSettings = {
357+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
358+
DEVELOPMENT_TEAM = G8V2K73GKS;
359+
INFOPLIST_FILE = Pockemon/Info.plist;
360+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
361+
PRODUCT_BUNDLE_IDENTIFIER = com.alrubaye.net.Pockemon;
362+
PRODUCT_NAME = "$(TARGET_NAME)";
363+
SWIFT_VERSION = 3.0;
364+
};
365+
name = Release;
366+
};
367+
/* End XCBuildConfiguration section */
368+
369+
/* Begin XCConfigurationList section */
370+
C7F52DD01E40583D001C96A5 /* Build configuration list for PBXProject "Pockemon" */ = {
371+
isa = XCConfigurationList;
372+
buildConfigurations = (
373+
C7F52DE51E40583E001C96A5 /* Debug */,
374+
C7F52DE61E40583E001C96A5 /* Release */,
375+
);
376+
defaultConfigurationIsVisible = 0;
377+
defaultConfigurationName = Release;
378+
};
379+
C7F52DE71E40583E001C96A5 /* Build configuration list for PBXNativeTarget "Pockemon" */ = {
380+
isa = XCConfigurationList;
381+
buildConfigurations = (
382+
C7F52DE81E40583E001C96A5 /* Debug */,
383+
C7F52DE91E40583E001C96A5 /* Release */,
384+
);
385+
defaultConfigurationIsVisible = 0;
386+
defaultConfigurationName = Release;
387+
};
388+
/* End XCConfigurationList section */
389+
};
390+
rootObject = C7F52DCD1E40583D001C96A5 /* Project object */;
391+
}

iOS 10/Pockemon/Pockemon.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.

0 commit comments

Comments
 (0)