Skip to content

Commit 209acbc

Browse files
committed
Initial Commit
0 parents  commit 209acbc

6 files changed

Lines changed: 403 additions & 0 deletions

File tree

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

WatchKitTimePicker.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>
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>WatchKitTimePicker.xcscheme_^#shared#^_</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
</dict>
14+
</plist>

WatchKitTimePicker/Info.plist

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0</string>
19+
<key>CFBundleVersion</key>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)