Skip to content

Commit 3140b17

Browse files
committed
Added DynamicWebKit project
1 parent 084e1e9 commit 3140b17

File tree

10 files changed

+698
-0
lines changed

10 files changed

+698
-0
lines changed
Lines changed: 337 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,337 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 48;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
53A2B53B1F94DBE500095FAD /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A2B53A1F94DBE500095FAD /* AppDelegate.swift */; };
11+
53A2B53D1F94DBE500095FAD /* HTMLViewControler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53A2B53C1F94DBE500095FAD /* HTMLViewControler.swift */; };
12+
53A2B5401F94DBE500095FAD /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B53E1F94DBE500095FAD /* Main.storyboard */; };
13+
53A2B5421F94DBE500095FAD /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B5411F94DBE500095FAD /* Assets.xcassets */; };
14+
53A2B5451F94DBE500095FAD /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B5431F94DBE500095FAD /* LaunchScreen.storyboard */; };
15+
53A2B54D1F94DC9700095FAD /* readme.html in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B54C1F94DC9700095FAD /* readme.html */; };
16+
53A2B54F1F94DD8200095FAD /* stylesheet.css in Resources */ = {isa = PBXBuildFile; fileRef = 53A2B54E1F94DD8200095FAD /* stylesheet.css */; };
17+
/* End PBXBuildFile section */
18+
19+
/* Begin PBXFileReference section */
20+
53A2B5371F94DBE500095FAD /* DynamicWebKit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DynamicWebKit.app; sourceTree = BUILT_PRODUCTS_DIR; };
21+
53A2B53A1F94DBE500095FAD /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
22+
53A2B53C1F94DBE500095FAD /* HTMLViewControler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HTMLViewControler.swift; sourceTree = "<group>"; };
23+
53A2B53F1F94DBE500095FAD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
24+
53A2B5411F94DBE500095FAD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
25+
53A2B5441F94DBE500095FAD /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
26+
53A2B5461F94DBE500095FAD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
27+
53A2B54C1F94DC9700095FAD /* readme.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = readme.html; sourceTree = "<group>"; };
28+
53A2B54E1F94DD8200095FAD /* stylesheet.css */ = {isa = PBXFileReference; lastKnownFileType = text.css; path = stylesheet.css; sourceTree = "<group>"; };
29+
53A2B5501F94F14800095FAD /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
30+
/* End PBXFileReference section */
31+
32+
/* Begin PBXFrameworksBuildPhase section */
33+
53A2B5341F94DBE500095FAD /* Frameworks */ = {
34+
isa = PBXFrameworksBuildPhase;
35+
buildActionMask = 2147483647;
36+
files = (
37+
);
38+
runOnlyForDeploymentPostprocessing = 0;
39+
};
40+
/* End PBXFrameworksBuildPhase section */
41+
42+
/* Begin PBXGroup section */
43+
53A2B52E1F94DBE500095FAD = {
44+
isa = PBXGroup;
45+
children = (
46+
53A2B5501F94F14800095FAD /* README.md */,
47+
53A2B5391F94DBE500095FAD /* DynamicWebKit */,
48+
53A2B5381F94DBE500095FAD /* Products */,
49+
);
50+
sourceTree = "<group>";
51+
};
52+
53A2B5381F94DBE500095FAD /* Products */ = {
53+
isa = PBXGroup;
54+
children = (
55+
53A2B5371F94DBE500095FAD /* DynamicWebKit.app */,
56+
);
57+
name = Products;
58+
sourceTree = "<group>";
59+
};
60+
53A2B5391F94DBE500095FAD /* DynamicWebKit */ = {
61+
isa = PBXGroup;
62+
children = (
63+
53A2B53A1F94DBE500095FAD /* AppDelegate.swift */,
64+
53A2B53C1F94DBE500095FAD /* HTMLViewControler.swift */,
65+
53A2B54C1F94DC9700095FAD /* readme.html */,
66+
53A2B54E1F94DD8200095FAD /* stylesheet.css */,
67+
53A2B53E1F94DBE500095FAD /* Main.storyboard */,
68+
53A2B5411F94DBE500095FAD /* Assets.xcassets */,
69+
53A2B5431F94DBE500095FAD /* LaunchScreen.storyboard */,
70+
53A2B5461F94DBE500095FAD /* Info.plist */,
71+
);
72+
path = DynamicWebKit;
73+
sourceTree = "<group>";
74+
};
75+
/* End PBXGroup section */
76+
77+
/* Begin PBXNativeTarget section */
78+
53A2B5361F94DBE500095FAD /* DynamicWebKit */ = {
79+
isa = PBXNativeTarget;
80+
buildConfigurationList = 53A2B5491F94DBE500095FAD /* Build configuration list for PBXNativeTarget "DynamicWebKit" */;
81+
buildPhases = (
82+
53A2B5331F94DBE500095FAD /* Sources */,
83+
53A2B5341F94DBE500095FAD /* Frameworks */,
84+
53A2B5351F94DBE500095FAD /* Resources */,
85+
);
86+
buildRules = (
87+
);
88+
dependencies = (
89+
);
90+
name = DynamicWebKit;
91+
productName = DynamicWebKit;
92+
productReference = 53A2B5371F94DBE500095FAD /* DynamicWebKit.app */;
93+
productType = "com.apple.product-type.application";
94+
};
95+
/* End PBXNativeTarget section */
96+
97+
/* Begin PBXProject section */
98+
53A2B52F1F94DBE500095FAD /* Project object */ = {
99+
isa = PBXProject;
100+
attributes = {
101+
LastSwiftUpdateCheck = 0900;
102+
LastUpgradeCheck = 0900;
103+
ORGANIZATIONNAME = "Keith Harrison";
104+
TargetAttributes = {
105+
53A2B5361F94DBE500095FAD = {
106+
CreatedOnToolsVersion = 9.0;
107+
ProvisioningStyle = Automatic;
108+
};
109+
};
110+
};
111+
buildConfigurationList = 53A2B5321F94DBE500095FAD /* Build configuration list for PBXProject "DynamicWebKit" */;
112+
compatibilityVersion = "Xcode 8.0";
113+
developmentRegion = en;
114+
hasScannedForEncodings = 0;
115+
knownRegions = (
116+
en,
117+
Base,
118+
);
119+
mainGroup = 53A2B52E1F94DBE500095FAD;
120+
productRefGroup = 53A2B5381F94DBE500095FAD /* Products */;
121+
projectDirPath = "";
122+
projectRoot = "";
123+
targets = (
124+
53A2B5361F94DBE500095FAD /* DynamicWebKit */,
125+
);
126+
};
127+
/* End PBXProject section */
128+
129+
/* Begin PBXResourcesBuildPhase section */
130+
53A2B5351F94DBE500095FAD /* Resources */ = {
131+
isa = PBXResourcesBuildPhase;
132+
buildActionMask = 2147483647;
133+
files = (
134+
53A2B54D1F94DC9700095FAD /* readme.html in Resources */,
135+
53A2B54F1F94DD8200095FAD /* stylesheet.css in Resources */,
136+
53A2B5451F94DBE500095FAD /* LaunchScreen.storyboard in Resources */,
137+
53A2B5421F94DBE500095FAD /* Assets.xcassets in Resources */,
138+
53A2B5401F94DBE500095FAD /* Main.storyboard in Resources */,
139+
);
140+
runOnlyForDeploymentPostprocessing = 0;
141+
};
142+
/* End PBXResourcesBuildPhase section */
143+
144+
/* Begin PBXSourcesBuildPhase section */
145+
53A2B5331F94DBE500095FAD /* Sources */ = {
146+
isa = PBXSourcesBuildPhase;
147+
buildActionMask = 2147483647;
148+
files = (
149+
53A2B53D1F94DBE500095FAD /* HTMLViewControler.swift in Sources */,
150+
53A2B53B1F94DBE500095FAD /* AppDelegate.swift in Sources */,
151+
);
152+
runOnlyForDeploymentPostprocessing = 0;
153+
};
154+
/* End PBXSourcesBuildPhase section */
155+
156+
/* Begin PBXVariantGroup section */
157+
53A2B53E1F94DBE500095FAD /* Main.storyboard */ = {
158+
isa = PBXVariantGroup;
159+
children = (
160+
53A2B53F1F94DBE500095FAD /* Base */,
161+
);
162+
name = Main.storyboard;
163+
sourceTree = "<group>";
164+
};
165+
53A2B5431F94DBE500095FAD /* LaunchScreen.storyboard */ = {
166+
isa = PBXVariantGroup;
167+
children = (
168+
53A2B5441F94DBE500095FAD /* Base */,
169+
);
170+
name = LaunchScreen.storyboard;
171+
sourceTree = "<group>";
172+
};
173+
/* End PBXVariantGroup section */
174+
175+
/* Begin XCBuildConfiguration section */
176+
53A2B5471F94DBE500095FAD /* Debug */ = {
177+
isa = XCBuildConfiguration;
178+
buildSettings = {
179+
ALWAYS_SEARCH_USER_PATHS = NO;
180+
CLANG_ANALYZER_NONNULL = YES;
181+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
182+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
183+
CLANG_CXX_LIBRARY = "libc++";
184+
CLANG_ENABLE_MODULES = YES;
185+
CLANG_ENABLE_OBJC_ARC = YES;
186+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
187+
CLANG_WARN_BOOL_CONVERSION = YES;
188+
CLANG_WARN_COMMA = YES;
189+
CLANG_WARN_CONSTANT_CONVERSION = YES;
190+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
191+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
192+
CLANG_WARN_EMPTY_BODY = YES;
193+
CLANG_WARN_ENUM_CONVERSION = YES;
194+
CLANG_WARN_INFINITE_RECURSION = YES;
195+
CLANG_WARN_INT_CONVERSION = YES;
196+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
197+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
198+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
199+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
200+
CLANG_WARN_STRICT_PROTOTYPES = YES;
201+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
202+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
203+
CLANG_WARN_UNREACHABLE_CODE = YES;
204+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
205+
CODE_SIGN_IDENTITY = "iPhone Developer";
206+
COPY_PHASE_STRIP = NO;
207+
DEBUG_INFORMATION_FORMAT = dwarf;
208+
ENABLE_STRICT_OBJC_MSGSEND = YES;
209+
ENABLE_TESTABILITY = YES;
210+
GCC_C_LANGUAGE_STANDARD = gnu11;
211+
GCC_DYNAMIC_NO_PIC = NO;
212+
GCC_NO_COMMON_BLOCKS = YES;
213+
GCC_OPTIMIZATION_LEVEL = 0;
214+
GCC_PREPROCESSOR_DEFINITIONS = (
215+
"DEBUG=1",
216+
"$(inherited)",
217+
);
218+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
219+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
220+
GCC_WARN_UNDECLARED_SELECTOR = YES;
221+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
222+
GCC_WARN_UNUSED_FUNCTION = YES;
223+
GCC_WARN_UNUSED_VARIABLE = YES;
224+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
225+
MTL_ENABLE_DEBUG_INFO = YES;
226+
ONLY_ACTIVE_ARCH = YES;
227+
SDKROOT = iphoneos;
228+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
229+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
230+
};
231+
name = Debug;
232+
};
233+
53A2B5481F94DBE500095FAD /* Release */ = {
234+
isa = XCBuildConfiguration;
235+
buildSettings = {
236+
ALWAYS_SEARCH_USER_PATHS = NO;
237+
CLANG_ANALYZER_NONNULL = YES;
238+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
239+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
240+
CLANG_CXX_LIBRARY = "libc++";
241+
CLANG_ENABLE_MODULES = YES;
242+
CLANG_ENABLE_OBJC_ARC = YES;
243+
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
244+
CLANG_WARN_BOOL_CONVERSION = YES;
245+
CLANG_WARN_COMMA = YES;
246+
CLANG_WARN_CONSTANT_CONVERSION = YES;
247+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
248+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
249+
CLANG_WARN_EMPTY_BODY = YES;
250+
CLANG_WARN_ENUM_CONVERSION = YES;
251+
CLANG_WARN_INFINITE_RECURSION = YES;
252+
CLANG_WARN_INT_CONVERSION = YES;
253+
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
254+
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
255+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
256+
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
257+
CLANG_WARN_STRICT_PROTOTYPES = YES;
258+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
259+
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
260+
CLANG_WARN_UNREACHABLE_CODE = YES;
261+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
262+
CODE_SIGN_IDENTITY = "iPhone Developer";
263+
COPY_PHASE_STRIP = NO;
264+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
265+
ENABLE_NS_ASSERTIONS = NO;
266+
ENABLE_STRICT_OBJC_MSGSEND = YES;
267+
GCC_C_LANGUAGE_STANDARD = gnu11;
268+
GCC_NO_COMMON_BLOCKS = YES;
269+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
270+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
271+
GCC_WARN_UNDECLARED_SELECTOR = YES;
272+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
273+
GCC_WARN_UNUSED_FUNCTION = YES;
274+
GCC_WARN_UNUSED_VARIABLE = YES;
275+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
276+
MTL_ENABLE_DEBUG_INFO = NO;
277+
SDKROOT = iphoneos;
278+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
279+
VALIDATE_PRODUCT = YES;
280+
};
281+
name = Release;
282+
};
283+
53A2B54A1F94DBE500095FAD /* Debug */ = {
284+
isa = XCBuildConfiguration;
285+
buildSettings = {
286+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
287+
CODE_SIGN_STYLE = Automatic;
288+
DEVELOPMENT_TEAM = LCC2J94N44;
289+
INFOPLIST_FILE = DynamicWebKit/Info.plist;
290+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
291+
PRODUCT_BUNDLE_IDENTIFIER = com.useyourloaf.DynamicWebKit;
292+
PRODUCT_NAME = "$(TARGET_NAME)";
293+
SWIFT_VERSION = 4.0;
294+
TARGETED_DEVICE_FAMILY = "1,2";
295+
};
296+
name = Debug;
297+
};
298+
53A2B54B1F94DBE500095FAD /* Release */ = {
299+
isa = XCBuildConfiguration;
300+
buildSettings = {
301+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
302+
CODE_SIGN_STYLE = Automatic;
303+
DEVELOPMENT_TEAM = LCC2J94N44;
304+
INFOPLIST_FILE = DynamicWebKit/Info.plist;
305+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
306+
PRODUCT_BUNDLE_IDENTIFIER = com.useyourloaf.DynamicWebKit;
307+
PRODUCT_NAME = "$(TARGET_NAME)";
308+
SWIFT_VERSION = 4.0;
309+
TARGETED_DEVICE_FAMILY = "1,2";
310+
};
311+
name = Release;
312+
};
313+
/* End XCBuildConfiguration section */
314+
315+
/* Begin XCConfigurationList section */
316+
53A2B5321F94DBE500095FAD /* Build configuration list for PBXProject "DynamicWebKit" */ = {
317+
isa = XCConfigurationList;
318+
buildConfigurations = (
319+
53A2B5471F94DBE500095FAD /* Debug */,
320+
53A2B5481F94DBE500095FAD /* Release */,
321+
);
322+
defaultConfigurationIsVisible = 0;
323+
defaultConfigurationName = Release;
324+
};
325+
53A2B5491F94DBE500095FAD /* Build configuration list for PBXNativeTarget "DynamicWebKit" */ = {
326+
isa = XCConfigurationList;
327+
buildConfigurations = (
328+
53A2B54A1F94DBE500095FAD /* Debug */,
329+
53A2B54B1F94DBE500095FAD /* Release */,
330+
);
331+
defaultConfigurationIsVisible = 0;
332+
defaultConfigurationName = Release;
333+
};
334+
/* End XCConfigurationList section */
335+
};
336+
rootObject = 53A2B52F1F94DBE500095FAD /* Project object */;
337+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
// Created by Keith Harrison https://useyourloaf.com
2+
// Copyright (c) 2017 Keith Harrison. All rights reserved.
3+
//
4+
// Redistribution and use in source and binary forms, with or without
5+
// modification, are permitted provided that the following conditions are met:
6+
//
7+
// 1. Redistributions of source code must retain the above copyright
8+
// notice, this list of conditions and the following disclaimer.
9+
//
10+
// 2. Redistributions in binary form must reproduce the above copyright
11+
// notice, this list of conditions and the following disclaimer in the
12+
// documentation and/or other materials provided with the distribution.
13+
//
14+
// 3. Neither the name of the copyright holder nor the names of its
15+
// contributors may be used to endorse or promote products derived from
16+
// this software without specific prior written permission.
17+
//
18+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19+
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20+
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21+
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22+
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23+
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24+
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25+
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26+
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27+
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28+
// POSSIBILITY OF SUCH DAMAGE.
29+
30+
import UIKit
31+
32+
@UIApplicationMain
33+
class AppDelegate: UIResponder, UIApplicationDelegate {
34+
var window: UIWindow?
35+
}

0 commit comments

Comments
 (0)