Skip to content

Commit 9aa6474

Browse files
committed
Initial Commit
0 parents  commit 9aa6474

File tree

6 files changed

+505
-0
lines changed

6 files changed

+505
-0
lines changed

Deque.xcodeproj/project.pbxproj

Lines changed: 393 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,393 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
BBF294401C6B9ED000367934 /* Deque.h in Headers */ = {isa = PBXBuildFile; fileRef = BBF2943F1C6B9ED000367934 /* Deque.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
BBF294471C6B9ED000367934 /* Deque.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BBF2943C1C6B9ED000367934 /* Deque.framework */; };
12+
BBF2944C1C6B9ED000367934 /* DequeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBF2944B1C6B9ED000367934 /* DequeTests.swift */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXContainerItemProxy section */
16+
BBF294481C6B9ED000367934 /* PBXContainerItemProxy */ = {
17+
isa = PBXContainerItemProxy;
18+
containerPortal = BBF294331C6B9ED000367934 /* Project object */;
19+
proxyType = 1;
20+
remoteGlobalIDString = BBF2943B1C6B9ED000367934;
21+
remoteInfo = Deque;
22+
};
23+
/* End PBXContainerItemProxy section */
24+
25+
/* Begin PBXFileReference section */
26+
BBF2943C1C6B9ED000367934 /* Deque.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Deque.framework; sourceTree = BUILT_PRODUCTS_DIR; };
27+
BBF2943F1C6B9ED000367934 /* Deque.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
28+
BBF294411C6B9ED000367934 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
BBF294461C6B9ED000367934 /* DequeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DequeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
30+
BBF2944B1C6B9ED000367934 /* DequeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DequeTests.swift; sourceTree = "<group>"; };
31+
BBF2944D1C6B9ED000367934 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32+
/* End PBXFileReference section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
BBF294381C6B9ED000367934 /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
BBF294431C6B9ED000367934 /* Frameworks */ = {
43+
isa = PBXFrameworksBuildPhase;
44+
buildActionMask = 2147483647;
45+
files = (
46+
BBF294471C6B9ED000367934 /* Deque.framework in Frameworks */,
47+
);
48+
runOnlyForDeploymentPostprocessing = 0;
49+
};
50+
/* End PBXFrameworksBuildPhase section */
51+
52+
/* Begin PBXGroup section */
53+
BBF294321C6B9ED000367934 = {
54+
isa = PBXGroup;
55+
children = (
56+
BBF2943E1C6B9ED000367934 /* Deque */,
57+
BBF2944A1C6B9ED000367934 /* DequeTests */,
58+
BBF2943D1C6B9ED000367934 /* Products */,
59+
);
60+
sourceTree = "<group>";
61+
};
62+
BBF2943D1C6B9ED000367934 /* Products */ = {
63+
isa = PBXGroup;
64+
children = (
65+
BBF2943C1C6B9ED000367934 /* Deque.framework */,
66+
BBF294461C6B9ED000367934 /* DequeTests.xctest */,
67+
);
68+
name = Products;
69+
sourceTree = "<group>";
70+
};
71+
BBF2943E1C6B9ED000367934 /* Deque */ = {
72+
isa = PBXGroup;
73+
children = (
74+
BBF2943F1C6B9ED000367934 /* Deque.h */,
75+
BBF294411C6B9ED000367934 /* Info.plist */,
76+
);
77+
path = Deque;
78+
sourceTree = "<group>";
79+
};
80+
BBF2944A1C6B9ED000367934 /* DequeTests */ = {
81+
isa = PBXGroup;
82+
children = (
83+
BBF2944B1C6B9ED000367934 /* DequeTests.swift */,
84+
BBF2944D1C6B9ED000367934 /* Info.plist */,
85+
);
86+
path = DequeTests;
87+
sourceTree = "<group>";
88+
};
89+
/* End PBXGroup section */
90+
91+
/* Begin PBXHeadersBuildPhase section */
92+
BBF294391C6B9ED000367934 /* Headers */ = {
93+
isa = PBXHeadersBuildPhase;
94+
buildActionMask = 2147483647;
95+
files = (
96+
BBF294401C6B9ED000367934 /* Deque.h in Headers */,
97+
);
98+
runOnlyForDeploymentPostprocessing = 0;
99+
};
100+
/* End PBXHeadersBuildPhase section */
101+
102+
/* Begin PBXNativeTarget section */
103+
BBF2943B1C6B9ED000367934 /* Deque */ = {
104+
isa = PBXNativeTarget;
105+
buildConfigurationList = BBF294501C6B9ED000367934 /* Build configuration list for PBXNativeTarget "Deque" */;
106+
buildPhases = (
107+
BBF294371C6B9ED000367934 /* Sources */,
108+
BBF294381C6B9ED000367934 /* Frameworks */,
109+
BBF294391C6B9ED000367934 /* Headers */,
110+
BBF2943A1C6B9ED000367934 /* Resources */,
111+
);
112+
buildRules = (
113+
);
114+
dependencies = (
115+
);
116+
name = Deque;
117+
productName = Deque;
118+
productReference = BBF2943C1C6B9ED000367934 /* Deque.framework */;
119+
productType = "com.apple.product-type.framework";
120+
};
121+
BBF294451C6B9ED000367934 /* DequeTests */ = {
122+
isa = PBXNativeTarget;
123+
buildConfigurationList = BBF294531C6B9ED000367934 /* Build configuration list for PBXNativeTarget "DequeTests" */;
124+
buildPhases = (
125+
BBF294421C6B9ED000367934 /* Sources */,
126+
BBF294431C6B9ED000367934 /* Frameworks */,
127+
BBF294441C6B9ED000367934 /* Resources */,
128+
);
129+
buildRules = (
130+
);
131+
dependencies = (
132+
BBF294491C6B9ED000367934 /* PBXTargetDependency */,
133+
);
134+
name = DequeTests;
135+
productName = DequeTests;
136+
productReference = BBF294461C6B9ED000367934 /* DequeTests.xctest */;
137+
productType = "com.apple.product-type.bundle.unit-test";
138+
};
139+
/* End PBXNativeTarget section */
140+
141+
/* Begin PBXProject section */
142+
BBF294331C6B9ED000367934 /* Project object */ = {
143+
isa = PBXProject;
144+
attributes = {
145+
LastSwiftUpdateCheck = 0730;
146+
LastUpgradeCheck = 0730;
147+
ORGANIZATIONNAME = "Károly Lőrentey";
148+
TargetAttributes = {
149+
BBF2943B1C6B9ED000367934 = {
150+
CreatedOnToolsVersion = 7.3;
151+
};
152+
BBF294451C6B9ED000367934 = {
153+
CreatedOnToolsVersion = 7.3;
154+
};
155+
};
156+
};
157+
buildConfigurationList = BBF294361C6B9ED000367934 /* Build configuration list for PBXProject "Deque" */;
158+
compatibilityVersion = "Xcode 3.2";
159+
developmentRegion = English;
160+
hasScannedForEncodings = 0;
161+
knownRegions = (
162+
en,
163+
);
164+
mainGroup = BBF294321C6B9ED000367934;
165+
productRefGroup = BBF2943D1C6B9ED000367934 /* Products */;
166+
projectDirPath = "";
167+
projectRoot = "";
168+
targets = (
169+
BBF2943B1C6B9ED000367934 /* Deque */,
170+
BBF294451C6B9ED000367934 /* DequeTests */,
171+
);
172+
};
173+
/* End PBXProject section */
174+
175+
/* Begin PBXResourcesBuildPhase section */
176+
BBF2943A1C6B9ED000367934 /* Resources */ = {
177+
isa = PBXResourcesBuildPhase;
178+
buildActionMask = 2147483647;
179+
files = (
180+
);
181+
runOnlyForDeploymentPostprocessing = 0;
182+
};
183+
BBF294441C6B9ED000367934 /* Resources */ = {
184+
isa = PBXResourcesBuildPhase;
185+
buildActionMask = 2147483647;
186+
files = (
187+
);
188+
runOnlyForDeploymentPostprocessing = 0;
189+
};
190+
/* End PBXResourcesBuildPhase section */
191+
192+
/* Begin PBXSourcesBuildPhase section */
193+
BBF294371C6B9ED000367934 /* Sources */ = {
194+
isa = PBXSourcesBuildPhase;
195+
buildActionMask = 2147483647;
196+
files = (
197+
);
198+
runOnlyForDeploymentPostprocessing = 0;
199+
};
200+
BBF294421C6B9ED000367934 /* Sources */ = {
201+
isa = PBXSourcesBuildPhase;
202+
buildActionMask = 2147483647;
203+
files = (
204+
BBF2944C1C6B9ED000367934 /* DequeTests.swift in Sources */,
205+
);
206+
runOnlyForDeploymentPostprocessing = 0;
207+
};
208+
/* End PBXSourcesBuildPhase section */
209+
210+
/* Begin PBXTargetDependency section */
211+
BBF294491C6B9ED000367934 /* PBXTargetDependency */ = {
212+
isa = PBXTargetDependency;
213+
target = BBF2943B1C6B9ED000367934 /* Deque */;
214+
targetProxy = BBF294481C6B9ED000367934 /* PBXContainerItemProxy */;
215+
};
216+
/* End PBXTargetDependency section */
217+
218+
/* Begin XCBuildConfiguration section */
219+
BBF2944E1C6B9ED000367934 /* Debug */ = {
220+
isa = XCBuildConfiguration;
221+
buildSettings = {
222+
ALWAYS_SEARCH_USER_PATHS = NO;
223+
CLANG_ANALYZER_NONNULL = YES;
224+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
225+
CLANG_CXX_LIBRARY = "libc++";
226+
CLANG_ENABLE_MODULES = YES;
227+
CLANG_ENABLE_OBJC_ARC = YES;
228+
CLANG_WARN_BOOL_CONVERSION = YES;
229+
CLANG_WARN_CONSTANT_CONVERSION = YES;
230+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
231+
CLANG_WARN_EMPTY_BODY = YES;
232+
CLANG_WARN_ENUM_CONVERSION = YES;
233+
CLANG_WARN_INT_CONVERSION = YES;
234+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
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+
CURRENT_PROJECT_VERSION = 1;
240+
DEBUG_INFORMATION_FORMAT = dwarf;
241+
ENABLE_STRICT_OBJC_MSGSEND = YES;
242+
ENABLE_TESTABILITY = YES;
243+
GCC_C_LANGUAGE_STANDARD = gnu99;
244+
GCC_DYNAMIC_NO_PIC = NO;
245+
GCC_NO_COMMON_BLOCKS = YES;
246+
GCC_OPTIMIZATION_LEVEL = 0;
247+
GCC_PREPROCESSOR_DEFINITIONS = (
248+
"DEBUG=1",
249+
"$(inherited)",
250+
);
251+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
252+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
253+
GCC_WARN_UNDECLARED_SELECTOR = YES;
254+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
255+
GCC_WARN_UNUSED_FUNCTION = YES;
256+
GCC_WARN_UNUSED_VARIABLE = YES;
257+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
258+
MTL_ENABLE_DEBUG_INFO = YES;
259+
ONLY_ACTIVE_ARCH = YES;
260+
SDKROOT = iphoneos;
261+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
262+
TARGETED_DEVICE_FAMILY = "1,2";
263+
VERSIONING_SYSTEM = "apple-generic";
264+
VERSION_INFO_PREFIX = "";
265+
};
266+
name = Debug;
267+
};
268+
BBF2944F1C6B9ED000367934 /* Release */ = {
269+
isa = XCBuildConfiguration;
270+
buildSettings = {
271+
ALWAYS_SEARCH_USER_PATHS = NO;
272+
CLANG_ANALYZER_NONNULL = YES;
273+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
274+
CLANG_CXX_LIBRARY = "libc++";
275+
CLANG_ENABLE_MODULES = YES;
276+
CLANG_ENABLE_OBJC_ARC = YES;
277+
CLANG_WARN_BOOL_CONVERSION = YES;
278+
CLANG_WARN_CONSTANT_CONVERSION = YES;
279+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
280+
CLANG_WARN_EMPTY_BODY = YES;
281+
CLANG_WARN_ENUM_CONVERSION = YES;
282+
CLANG_WARN_INT_CONVERSION = YES;
283+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
284+
CLANG_WARN_UNREACHABLE_CODE = YES;
285+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
286+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
287+
COPY_PHASE_STRIP = NO;
288+
CURRENT_PROJECT_VERSION = 1;
289+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
290+
ENABLE_NS_ASSERTIONS = NO;
291+
ENABLE_STRICT_OBJC_MSGSEND = YES;
292+
GCC_C_LANGUAGE_STANDARD = gnu99;
293+
GCC_NO_COMMON_BLOCKS = YES;
294+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
295+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
296+
GCC_WARN_UNDECLARED_SELECTOR = YES;
297+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
298+
GCC_WARN_UNUSED_FUNCTION = YES;
299+
GCC_WARN_UNUSED_VARIABLE = YES;
300+
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
301+
MTL_ENABLE_DEBUG_INFO = NO;
302+
SDKROOT = iphoneos;
303+
TARGETED_DEVICE_FAMILY = "1,2";
304+
VALIDATE_PRODUCT = YES;
305+
VERSIONING_SYSTEM = "apple-generic";
306+
VERSION_INFO_PREFIX = "";
307+
};
308+
name = Release;
309+
};
310+
BBF294511C6B9ED000367934 /* Debug */ = {
311+
isa = XCBuildConfiguration;
312+
buildSettings = {
313+
DEFINES_MODULE = YES;
314+
DYLIB_COMPATIBILITY_VERSION = 1;
315+
DYLIB_CURRENT_VERSION = 1;
316+
DYLIB_INSTALL_NAME_BASE = "@rpath";
317+
INFOPLIST_FILE = Deque/Info.plist;
318+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
319+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
320+
PRODUCT_BUNDLE_IDENTIFIER = hu.lorentey.Deque;
321+
PRODUCT_NAME = "$(TARGET_NAME)";
322+
SKIP_INSTALL = YES;
323+
};
324+
name = Debug;
325+
};
326+
BBF294521C6B9ED000367934 /* Release */ = {
327+
isa = XCBuildConfiguration;
328+
buildSettings = {
329+
DEFINES_MODULE = YES;
330+
DYLIB_COMPATIBILITY_VERSION = 1;
331+
DYLIB_CURRENT_VERSION = 1;
332+
DYLIB_INSTALL_NAME_BASE = "@rpath";
333+
INFOPLIST_FILE = Deque/Info.plist;
334+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
335+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
336+
PRODUCT_BUNDLE_IDENTIFIER = hu.lorentey.Deque;
337+
PRODUCT_NAME = "$(TARGET_NAME)";
338+
SKIP_INSTALL = YES;
339+
};
340+
name = Release;
341+
};
342+
BBF294541C6B9ED000367934 /* Debug */ = {
343+
isa = XCBuildConfiguration;
344+
buildSettings = {
345+
INFOPLIST_FILE = DequeTests/Info.plist;
346+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
347+
PRODUCT_BUNDLE_IDENTIFIER = hu.lorentey.DequeTests;
348+
PRODUCT_NAME = "$(TARGET_NAME)";
349+
};
350+
name = Debug;
351+
};
352+
BBF294551C6B9ED000367934 /* Release */ = {
353+
isa = XCBuildConfiguration;
354+
buildSettings = {
355+
INFOPLIST_FILE = DequeTests/Info.plist;
356+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
357+
PRODUCT_BUNDLE_IDENTIFIER = hu.lorentey.DequeTests;
358+
PRODUCT_NAME = "$(TARGET_NAME)";
359+
};
360+
name = Release;
361+
};
362+
/* End XCBuildConfiguration section */
363+
364+
/* Begin XCConfigurationList section */
365+
BBF294361C6B9ED000367934 /* Build configuration list for PBXProject "Deque" */ = {
366+
isa = XCConfigurationList;
367+
buildConfigurations = (
368+
BBF2944E1C6B9ED000367934 /* Debug */,
369+
BBF2944F1C6B9ED000367934 /* Release */,
370+
);
371+
defaultConfigurationIsVisible = 0;
372+
defaultConfigurationName = Release;
373+
};
374+
BBF294501C6B9ED000367934 /* Build configuration list for PBXNativeTarget "Deque" */ = {
375+
isa = XCConfigurationList;
376+
buildConfigurations = (
377+
BBF294511C6B9ED000367934 /* Debug */,
378+
BBF294521C6B9ED000367934 /* Release */,
379+
);
380+
defaultConfigurationIsVisible = 0;
381+
};
382+
BBF294531C6B9ED000367934 /* Build configuration list for PBXNativeTarget "DequeTests" */ = {
383+
isa = XCConfigurationList;
384+
buildConfigurations = (
385+
BBF294541C6B9ED000367934 /* Debug */,
386+
BBF294551C6B9ED000367934 /* Release */,
387+
);
388+
defaultConfigurationIsVisible = 0;
389+
};
390+
/* End XCConfigurationList section */
391+
};
392+
rootObject = BBF294331C6B9ED000367934 /* Project object */;
393+
}

0 commit comments

Comments
 (0)