Skip to content

Commit 547f75d

Browse files
author
Karol Wawrzyniak
committed
version 0.01
1 parent ac5245a commit 547f75d

File tree

10 files changed

+745
-1
lines changed

10 files changed

+745
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ playground.xcworkspace
5151
# Carthage
5252
#
5353
# Add this line if you want to avoid checking in source code from Carthage dependencies.
54-
# Carthage/Checkouts
54+
Carthage/Checkouts
5555

5656
Carthage/Build
5757

Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "johnsundell/unbox"

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "johnsundell/unbox" "3.0.0"
Lines changed: 357 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,357 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 50;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
CB8F8C8821791A8D00E0D627 /* http_handler.h in Headers */ = {isa = PBXBuildFile; fileRef = CB8F8C8621791A8D00E0D627 /* http_handler.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
CB8F8C9121791C4D00E0D627 /* Unbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB8F8C9021791C4D00E0D627 /* Unbox.framework */; };
12+
CB8F8C9321791DD800E0D627 /* HTTPHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB8F8C9221791DD800E0D627 /* HTTPHandler.swift */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
CB8F8C8321791A8D00E0D627 /* http_handler.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = http_handler.framework; sourceTree = BUILT_PRODUCTS_DIR; };
17+
CB8F8C8621791A8D00E0D627 /* http_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = http_handler.h; sourceTree = "<group>"; };
18+
CB8F8C8721791A8D00E0D627 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
19+
CB8F8C9021791C4D00E0D627 /* Unbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Unbox.framework; path = Carthage/Build/iOS/Unbox.framework; sourceTree = SOURCE_ROOT; };
20+
CB8F8C9221791DD800E0D627 /* HTTPHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPHandler.swift; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
CB8F8C8021791A8D00E0D627 /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
CB8F8C9121791C4D00E0D627 /* Unbox.framework in Frameworks */,
29+
);
30+
runOnlyForDeploymentPostprocessing = 0;
31+
};
32+
/* End PBXFrameworksBuildPhase section */
33+
34+
/* Begin PBXGroup section */
35+
CB8F8C7921791A8D00E0D627 = {
36+
isa = PBXGroup;
37+
children = (
38+
CB8F8C8521791A8D00E0D627 /* http-handler */,
39+
CB8F8C8421791A8D00E0D627 /* Products */,
40+
);
41+
sourceTree = "<group>";
42+
};
43+
CB8F8C8421791A8D00E0D627 /* Products */ = {
44+
isa = PBXGroup;
45+
children = (
46+
CB8F8C8321791A8D00E0D627 /* http_handler.framework */,
47+
);
48+
name = Products;
49+
sourceTree = "<group>";
50+
};
51+
CB8F8C8521791A8D00E0D627 /* http-handler */ = {
52+
isa = PBXGroup;
53+
children = (
54+
CB8F8C8621791A8D00E0D627 /* http_handler.h */,
55+
CB8F8C9221791DD800E0D627 /* HTTPHandler.swift */,
56+
CB8F8C8721791A8D00E0D627 /* Info.plist */,
57+
CB8F8C9021791C4D00E0D627 /* Unbox.framework */,
58+
);
59+
path = "http-handler";
60+
sourceTree = "<group>";
61+
};
62+
/* End PBXGroup section */
63+
64+
/* Begin PBXHeadersBuildPhase section */
65+
CB8F8C7E21791A8D00E0D627 /* Headers */ = {
66+
isa = PBXHeadersBuildPhase;
67+
buildActionMask = 2147483647;
68+
files = (
69+
CB8F8C8821791A8D00E0D627 /* http_handler.h in Headers */,
70+
);
71+
runOnlyForDeploymentPostprocessing = 0;
72+
};
73+
/* End PBXHeadersBuildPhase section */
74+
75+
/* Begin PBXNativeTarget section */
76+
CB8F8C8221791A8D00E0D627 /* http-handler */ = {
77+
isa = PBXNativeTarget;
78+
buildConfigurationList = CB8F8C8B21791A8D00E0D627 /* Build configuration list for PBXNativeTarget "http-handler" */;
79+
buildPhases = (
80+
CB8F8C7E21791A8D00E0D627 /* Headers */,
81+
CB8F8C7F21791A8D00E0D627 /* Sources */,
82+
CB8F8C8021791A8D00E0D627 /* Frameworks */,
83+
CB8F8C8121791A8D00E0D627 /* Resources */,
84+
);
85+
buildRules = (
86+
);
87+
dependencies = (
88+
);
89+
name = "http-handler";
90+
productName = "http-handler";
91+
productReference = CB8F8C8321791A8D00E0D627 /* http_handler.framework */;
92+
productType = "com.apple.product-type.framework";
93+
};
94+
/* End PBXNativeTarget section */
95+
96+
/* Begin PBXProject section */
97+
CB8F8C7A21791A8D00E0D627 /* Project object */ = {
98+
isa = PBXProject;
99+
attributes = {
100+
LastUpgradeCheck = 1000;
101+
ORGANIZATIONNAME = KAWA;
102+
TargetAttributes = {
103+
CB8F8C8221791A8D00E0D627 = {
104+
CreatedOnToolsVersion = 10.0;
105+
LastSwiftMigration = 1000;
106+
};
107+
};
108+
};
109+
buildConfigurationList = CB8F8C7D21791A8D00E0D627 /* Build configuration list for PBXProject "http-handler" */;
110+
compatibilityVersion = "Xcode 9.3";
111+
developmentRegion = en;
112+
hasScannedForEncodings = 0;
113+
knownRegions = (
114+
en,
115+
);
116+
mainGroup = CB8F8C7921791A8D00E0D627;
117+
productRefGroup = CB8F8C8421791A8D00E0D627 /* Products */;
118+
projectDirPath = "";
119+
projectRoot = "";
120+
targets = (
121+
CB8F8C8221791A8D00E0D627 /* http-handler */,
122+
);
123+
};
124+
/* End PBXProject section */
125+
126+
/* Begin PBXResourcesBuildPhase section */
127+
CB8F8C8121791A8D00E0D627 /* Resources */ = {
128+
isa = PBXResourcesBuildPhase;
129+
buildActionMask = 2147483647;
130+
files = (
131+
);
132+
runOnlyForDeploymentPostprocessing = 0;
133+
};
134+
/* End PBXResourcesBuildPhase section */
135+
136+
/* Begin PBXSourcesBuildPhase section */
137+
CB8F8C7F21791A8D00E0D627 /* Sources */ = {
138+
isa = PBXSourcesBuildPhase;
139+
buildActionMask = 2147483647;
140+
files = (
141+
CB8F8C9321791DD800E0D627 /* HTTPHandler.swift in Sources */,
142+
);
143+
runOnlyForDeploymentPostprocessing = 0;
144+
};
145+
/* End PBXSourcesBuildPhase section */
146+
147+
/* Begin XCBuildConfiguration section */
148+
CB8F8C8921791A8D00E0D627 /* Debug */ = {
149+
isa = XCBuildConfiguration;
150+
buildSettings = {
151+
ALWAYS_SEARCH_USER_PATHS = NO;
152+
CLANG_ANALYZER_NONNULL = YES;
153+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
154+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
155+
CLANG_CXX_LIBRARY = "libc++";
156+
CLANG_ENABLE_MODULES = YES;
157+
CLANG_ENABLE_OBJC_ARC = YES;
158+
CLANG_ENABLE_OBJC_WEAK = YES;
159+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
160+
CLANG_WARN_BOOL_CONVERSION = YES;
161+
CLANG_WARN_COMMA = YES;
162+
CLANG_WARN_CONSTANT_CONVERSION = YES;
163+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
164+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
165+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
166+
CLANG_WARN_EMPTY_BODY = YES;
167+
CLANG_WARN_ENUM_CONVERSION = YES;
168+
CLANG_WARN_INFINITE_RECURSION = YES;
169+
CLANG_WARN_INT_CONVERSION = YES;
170+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
171+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
172+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
173+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
174+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
175+
CLANG_WARN_STRICT_PROTOTYPES = YES;
176+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
177+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
178+
CLANG_WARN_UNREACHABLE_CODE = YES;
179+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
180+
CODE_SIGN_IDENTITY = "iPhone Developer";
181+
COPY_PHASE_STRIP = NO;
182+
CURRENT_PROJECT_VERSION = 1;
183+
DEBUG_INFORMATION_FORMAT = dwarf;
184+
ENABLE_STRICT_OBJC_MSGSEND = YES;
185+
ENABLE_TESTABILITY = YES;
186+
GCC_C_LANGUAGE_STANDARD = gnu11;
187+
GCC_DYNAMIC_NO_PIC = NO;
188+
GCC_NO_COMMON_BLOCKS = YES;
189+
GCC_OPTIMIZATION_LEVEL = 0;
190+
GCC_PREPROCESSOR_DEFINITIONS = (
191+
"DEBUG=1",
192+
"$(inherited)",
193+
);
194+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
195+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
196+
GCC_WARN_UNDECLARED_SELECTOR = YES;
197+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
198+
GCC_WARN_UNUSED_FUNCTION = YES;
199+
GCC_WARN_UNUSED_VARIABLE = YES;
200+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
201+
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
202+
MTL_FAST_MATH = YES;
203+
ONLY_ACTIVE_ARCH = YES;
204+
SDKROOT = iphoneos;
205+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
206+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
207+
VERSIONING_SYSTEM = "apple-generic";
208+
VERSION_INFO_PREFIX = "";
209+
};
210+
name = Debug;
211+
};
212+
CB8F8C8A21791A8D00E0D627 /* Release */ = {
213+
isa = XCBuildConfiguration;
214+
buildSettings = {
215+
ALWAYS_SEARCH_USER_PATHS = NO;
216+
CLANG_ANALYZER_NONNULL = YES;
217+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
218+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
219+
CLANG_CXX_LIBRARY = "libc++";
220+
CLANG_ENABLE_MODULES = YES;
221+
CLANG_ENABLE_OBJC_ARC = YES;
222+
CLANG_ENABLE_OBJC_WEAK = YES;
223+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
224+
CLANG_WARN_BOOL_CONVERSION = YES;
225+
CLANG_WARN_COMMA = YES;
226+
CLANG_WARN_CONSTANT_CONVERSION = YES;
227+
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
228+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
229+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
230+
CLANG_WARN_EMPTY_BODY = YES;
231+
CLANG_WARN_ENUM_CONVERSION = YES;
232+
CLANG_WARN_INFINITE_RECURSION = YES;
233+
CLANG_WARN_INT_CONVERSION = YES;
234+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
235+
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
236+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
237+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
238+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
239+
CLANG_WARN_STRICT_PROTOTYPES = YES;
240+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
241+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
242+
CLANG_WARN_UNREACHABLE_CODE = YES;
243+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
244+
CODE_SIGN_IDENTITY = "iPhone Developer";
245+
COPY_PHASE_STRIP = NO;
246+
CURRENT_PROJECT_VERSION = 1;
247+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
248+
ENABLE_NS_ASSERTIONS = NO;
249+
ENABLE_STRICT_OBJC_MSGSEND = YES;
250+
GCC_C_LANGUAGE_STANDARD = gnu11;
251+
GCC_NO_COMMON_BLOCKS = YES;
252+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
253+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
254+
GCC_WARN_UNDECLARED_SELECTOR = YES;
255+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
256+
GCC_WARN_UNUSED_FUNCTION = YES;
257+
GCC_WARN_UNUSED_VARIABLE = YES;
258+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
259+
MTL_ENABLE_DEBUG_INFO = NO;
260+
MTL_FAST_MATH = YES;
261+
SDKROOT = iphoneos;
262+
SWIFT_COMPILATION_MODE = wholemodule;
263+
SWIFT_OPTIMIZATION_LEVEL = "-O";
264+
VALIDATE_PRODUCT = YES;
265+
VERSIONING_SYSTEM = "apple-generic";
266+
VERSION_INFO_PREFIX = "";
267+
};
268+
name = Release;
269+
};
270+
CB8F8C8C21791A8D00E0D627 /* Debug */ = {
271+
isa = XCBuildConfiguration;
272+
buildSettings = {
273+
CLANG_ENABLE_MODULES = YES;
274+
CODE_SIGN_IDENTITY = "";
275+
CODE_SIGN_STYLE = Automatic;
276+
DEFINES_MODULE = YES;
277+
DEVELOPMENT_TEAM = Y7FCM73UAF;
278+
DYLIB_COMPATIBILITY_VERSION = 1;
279+
DYLIB_CURRENT_VERSION = 1;
280+
DYLIB_INSTALL_NAME_BASE = "@rpath";
281+
FRAMEWORK_SEARCH_PATHS = (
282+
"$(inherited)",
283+
"$(PROJECT_DIR)/Carthage/Build/iOS",
284+
);
285+
INFOPLIST_FILE = "http-handler/Info.plist";
286+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
287+
IPHONEOS_DEPLOYMENT_TARGET = 10;
288+
LD_RUNPATH_SEARCH_PATHS = (
289+
"$(inherited)",
290+
"@executable_path/Frameworks",
291+
"@loader_path/Frameworks",
292+
);
293+
PRODUCT_BUNDLE_IDENTIFIER = "com.kawa.http-handler";
294+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
295+
SKIP_INSTALL = YES;
296+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
297+
SWIFT_VERSION = 4.2;
298+
TARGETED_DEVICE_FAMILY = "1,2";
299+
};
300+
name = Debug;
301+
};
302+
CB8F8C8D21791A8D00E0D627 /* Release */ = {
303+
isa = XCBuildConfiguration;
304+
buildSettings = {
305+
CLANG_ENABLE_MODULES = YES;
306+
CODE_SIGN_IDENTITY = "";
307+
CODE_SIGN_STYLE = Automatic;
308+
DEFINES_MODULE = YES;
309+
DEVELOPMENT_TEAM = Y7FCM73UAF;
310+
DYLIB_COMPATIBILITY_VERSION = 1;
311+
DYLIB_CURRENT_VERSION = 1;
312+
DYLIB_INSTALL_NAME_BASE = "@rpath";
313+
FRAMEWORK_SEARCH_PATHS = (
314+
"$(inherited)",
315+
"$(PROJECT_DIR)/Carthage/Build/iOS",
316+
);
317+
INFOPLIST_FILE = "http-handler/Info.plist";
318+
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
319+
IPHONEOS_DEPLOYMENT_TARGET = 10;
320+
LD_RUNPATH_SEARCH_PATHS = (
321+
"$(inherited)",
322+
"@executable_path/Frameworks",
323+
"@loader_path/Frameworks",
324+
);
325+
PRODUCT_BUNDLE_IDENTIFIER = "com.kawa.http-handler";
326+
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
327+
SKIP_INSTALL = YES;
328+
SWIFT_VERSION = 4.2;
329+
TARGETED_DEVICE_FAMILY = "1,2";
330+
};
331+
name = Release;
332+
};
333+
/* End XCBuildConfiguration section */
334+
335+
/* Begin XCConfigurationList section */
336+
CB8F8C7D21791A8D00E0D627 /* Build configuration list for PBXProject "http-handler" */ = {
337+
isa = XCConfigurationList;
338+
buildConfigurations = (
339+
CB8F8C8921791A8D00E0D627 /* Debug */,
340+
CB8F8C8A21791A8D00E0D627 /* Release */,
341+
);
342+
defaultConfigurationIsVisible = 0;
343+
defaultConfigurationName = Release;
344+
};
345+
CB8F8C8B21791A8D00E0D627 /* Build configuration list for PBXNativeTarget "http-handler" */ = {
346+
isa = XCConfigurationList;
347+
buildConfigurations = (
348+
CB8F8C8C21791A8D00E0D627 /* Debug */,
349+
CB8F8C8D21791A8D00E0D627 /* Release */,
350+
);
351+
defaultConfigurationIsVisible = 0;
352+
defaultConfigurationName = Release;
353+
};
354+
/* End XCConfigurationList section */
355+
};
356+
rootObject = CB8F8C7A21791A8D00E0D627 /* Project object */;
357+
}

http-handler.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)