Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Commit 3bbe475

Browse files
committed
Empty project.
0 parents  commit 3bbe475

File tree

7 files changed

+490
-0
lines changed

7 files changed

+490
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
xcuserdata

Shhwift.xcodeproj/project.pbxproj

+393
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+
5C2F9D5B1CE4CFB200C3F263 /* Shhwift.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C2F9D5A1CE4CFB200C3F263 /* Shhwift.h */; settings = {ATTRIBUTES = (Public, ); }; };
11+
5C2F9D621CE4CFB200C3F263 /* Shhwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C2F9D571CE4CFB200C3F263 /* Shhwift.framework */; };
12+
5C2F9D671CE4CFB200C3F263 /* ShhwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2F9D661CE4CFB200C3F263 /* ShhwiftTests.swift */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXContainerItemProxy section */
16+
5C2F9D631CE4CFB200C3F263 /* PBXContainerItemProxy */ = {
17+
isa = PBXContainerItemProxy;
18+
containerPortal = 5C2F9D4E1CE4CFB200C3F263 /* Project object */;
19+
proxyType = 1;
20+
remoteGlobalIDString = 5C2F9D561CE4CFB200C3F263;
21+
remoteInfo = Shhwift;
22+
};
23+
/* End PBXContainerItemProxy section */
24+
25+
/* Begin PBXFileReference section */
26+
5C2F9D571CE4CFB200C3F263 /* Shhwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Shhwift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
27+
5C2F9D5A1CE4CFB200C3F263 /* Shhwift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Shhwift.h; sourceTree = "<group>"; };
28+
5C2F9D5C1CE4CFB200C3F263 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
29+
5C2F9D611CE4CFB200C3F263 /* ShhwiftTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShhwiftTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
30+
5C2F9D661CE4CFB200C3F263 /* ShhwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShhwiftTests.swift; sourceTree = "<group>"; };
31+
5C2F9D681CE4CFB200C3F263 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32+
/* End PBXFileReference section */
33+
34+
/* Begin PBXFrameworksBuildPhase section */
35+
5C2F9D531CE4CFB200C3F263 /* Frameworks */ = {
36+
isa = PBXFrameworksBuildPhase;
37+
buildActionMask = 2147483647;
38+
files = (
39+
);
40+
runOnlyForDeploymentPostprocessing = 0;
41+
};
42+
5C2F9D5E1CE4CFB200C3F263 /* Frameworks */ = {
43+
isa = PBXFrameworksBuildPhase;
44+
buildActionMask = 2147483647;
45+
files = (
46+
5C2F9D621CE4CFB200C3F263 /* Shhwift.framework in Frameworks */,
47+
);
48+
runOnlyForDeploymentPostprocessing = 0;
49+
};
50+
/* End PBXFrameworksBuildPhase section */
51+
52+
/* Begin PBXGroup section */
53+
5C2F9D4D1CE4CFB200C3F263 = {
54+
isa = PBXGroup;
55+
children = (
56+
5C2F9D591CE4CFB200C3F263 /* Shhwift */,
57+
5C2F9D651CE4CFB200C3F263 /* ShhwiftTests */,
58+
5C2F9D581CE4CFB200C3F263 /* Products */,
59+
);
60+
sourceTree = "<group>";
61+
};
62+
5C2F9D581CE4CFB200C3F263 /* Products */ = {
63+
isa = PBXGroup;
64+
children = (
65+
5C2F9D571CE4CFB200C3F263 /* Shhwift.framework */,
66+
5C2F9D611CE4CFB200C3F263 /* ShhwiftTests.xctest */,
67+
);
68+
name = Products;
69+
sourceTree = "<group>";
70+
};
71+
5C2F9D591CE4CFB200C3F263 /* Shhwift */ = {
72+
isa = PBXGroup;
73+
children = (
74+
5C2F9D5A1CE4CFB200C3F263 /* Shhwift.h */,
75+
5C2F9D5C1CE4CFB200C3F263 /* Info.plist */,
76+
);
77+
path = Shhwift;
78+
sourceTree = "<group>";
79+
};
80+
5C2F9D651CE4CFB200C3F263 /* ShhwiftTests */ = {
81+
isa = PBXGroup;
82+
children = (
83+
5C2F9D661CE4CFB200C3F263 /* ShhwiftTests.swift */,
84+
5C2F9D681CE4CFB200C3F263 /* Info.plist */,
85+
);
86+
path = ShhwiftTests;
87+
sourceTree = "<group>";
88+
};
89+
/* End PBXGroup section */
90+
91+
/* Begin PBXHeadersBuildPhase section */
92+
5C2F9D541CE4CFB200C3F263 /* Headers */ = {
93+
isa = PBXHeadersBuildPhase;
94+
buildActionMask = 2147483647;
95+
files = (
96+
5C2F9D5B1CE4CFB200C3F263 /* Shhwift.h in Headers */,
97+
);
98+
runOnlyForDeploymentPostprocessing = 0;
99+
};
100+
/* End PBXHeadersBuildPhase section */
101+
102+
/* Begin PBXNativeTarget section */
103+
5C2F9D561CE4CFB200C3F263 /* Shhwift */ = {
104+
isa = PBXNativeTarget;
105+
buildConfigurationList = 5C2F9D6B1CE4CFB200C3F263 /* Build configuration list for PBXNativeTarget "Shhwift" */;
106+
buildPhases = (
107+
5C2F9D521CE4CFB200C3F263 /* Sources */,
108+
5C2F9D531CE4CFB200C3F263 /* Frameworks */,
109+
5C2F9D541CE4CFB200C3F263 /* Headers */,
110+
5C2F9D551CE4CFB200C3F263 /* Resources */,
111+
);
112+
buildRules = (
113+
);
114+
dependencies = (
115+
);
116+
name = Shhwift;
117+
productName = Shhwift;
118+
productReference = 5C2F9D571CE4CFB200C3F263 /* Shhwift.framework */;
119+
productType = "com.apple.product-type.framework";
120+
};
121+
5C2F9D601CE4CFB200C3F263 /* ShhwiftTests */ = {
122+
isa = PBXNativeTarget;
123+
buildConfigurationList = 5C2F9D6E1CE4CFB200C3F263 /* Build configuration list for PBXNativeTarget "ShhwiftTests" */;
124+
buildPhases = (
125+
5C2F9D5D1CE4CFB200C3F263 /* Sources */,
126+
5C2F9D5E1CE4CFB200C3F263 /* Frameworks */,
127+
5C2F9D5F1CE4CFB200C3F263 /* Resources */,
128+
);
129+
buildRules = (
130+
);
131+
dependencies = (
132+
5C2F9D641CE4CFB200C3F263 /* PBXTargetDependency */,
133+
);
134+
name = ShhwiftTests;
135+
productName = ShhwiftTests;
136+
productReference = 5C2F9D611CE4CFB200C3F263 /* ShhwiftTests.xctest */;
137+
productType = "com.apple.product-type.bundle.unit-test";
138+
};
139+
/* End PBXNativeTarget section */
140+
141+
/* Begin PBXProject section */
142+
5C2F9D4E1CE4CFB200C3F263 /* Project object */ = {
143+
isa = PBXProject;
144+
attributes = {
145+
LastSwiftUpdateCheck = 0730;
146+
LastUpgradeCheck = 0730;
147+
ORGANIZATIONNAME = Shhwift;
148+
TargetAttributes = {
149+
5C2F9D561CE4CFB200C3F263 = {
150+
CreatedOnToolsVersion = 7.3.1;
151+
};
152+
5C2F9D601CE4CFB200C3F263 = {
153+
CreatedOnToolsVersion = 7.3.1;
154+
};
155+
};
156+
};
157+
buildConfigurationList = 5C2F9D511CE4CFB200C3F263 /* Build configuration list for PBXProject "Shhwift" */;
158+
compatibilityVersion = "Xcode 3.2";
159+
developmentRegion = English;
160+
hasScannedForEncodings = 0;
161+
knownRegions = (
162+
en,
163+
);
164+
mainGroup = 5C2F9D4D1CE4CFB200C3F263;
165+
productRefGroup = 5C2F9D581CE4CFB200C3F263 /* Products */;
166+
projectDirPath = "";
167+
projectRoot = "";
168+
targets = (
169+
5C2F9D561CE4CFB200C3F263 /* Shhwift */,
170+
5C2F9D601CE4CFB200C3F263 /* ShhwiftTests */,
171+
);
172+
};
173+
/* End PBXProject section */
174+
175+
/* Begin PBXResourcesBuildPhase section */
176+
5C2F9D551CE4CFB200C3F263 /* Resources */ = {
177+
isa = PBXResourcesBuildPhase;
178+
buildActionMask = 2147483647;
179+
files = (
180+
);
181+
runOnlyForDeploymentPostprocessing = 0;
182+
};
183+
5C2F9D5F1CE4CFB200C3F263 /* Resources */ = {
184+
isa = PBXResourcesBuildPhase;
185+
buildActionMask = 2147483647;
186+
files = (
187+
);
188+
runOnlyForDeploymentPostprocessing = 0;
189+
};
190+
/* End PBXResourcesBuildPhase section */
191+
192+
/* Begin PBXSourcesBuildPhase section */
193+
5C2F9D521CE4CFB200C3F263 /* Sources */ = {
194+
isa = PBXSourcesBuildPhase;
195+
buildActionMask = 2147483647;
196+
files = (
197+
);
198+
runOnlyForDeploymentPostprocessing = 0;
199+
};
200+
5C2F9D5D1CE4CFB200C3F263 /* Sources */ = {
201+
isa = PBXSourcesBuildPhase;
202+
buildActionMask = 2147483647;
203+
files = (
204+
5C2F9D671CE4CFB200C3F263 /* ShhwiftTests.swift in Sources */,
205+
);
206+
runOnlyForDeploymentPostprocessing = 0;
207+
};
208+
/* End PBXSourcesBuildPhase section */
209+
210+
/* Begin PBXTargetDependency section */
211+
5C2F9D641CE4CFB200C3F263 /* PBXTargetDependency */ = {
212+
isa = PBXTargetDependency;
213+
target = 5C2F9D561CE4CFB200C3F263 /* Shhwift */;
214+
targetProxy = 5C2F9D631CE4CFB200C3F263 /* PBXContainerItemProxy */;
215+
};
216+
/* End PBXTargetDependency section */
217+
218+
/* Begin XCBuildConfiguration section */
219+
5C2F9D691CE4CFB200C3F263 /* 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+
5C2F9D6A1CE4CFB200C3F263 /* 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+
5C2F9D6C1CE4CFB200C3F263 /* 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 = Shhwift/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 = org.shhwift.Shhwift;
321+
PRODUCT_NAME = "$(TARGET_NAME)";
322+
SKIP_INSTALL = YES;
323+
};
324+
name = Debug;
325+
};
326+
5C2F9D6D1CE4CFB200C3F263 /* 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 = Shhwift/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 = org.shhwift.Shhwift;
337+
PRODUCT_NAME = "$(TARGET_NAME)";
338+
SKIP_INSTALL = YES;
339+
};
340+
name = Release;
341+
};
342+
5C2F9D6F1CE4CFB200C3F263 /* Debug */ = {
343+
isa = XCBuildConfiguration;
344+
buildSettings = {
345+
INFOPLIST_FILE = ShhwiftTests/Info.plist;
346+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
347+
PRODUCT_BUNDLE_IDENTIFIER = org.shhwift.ShhwiftTests;
348+
PRODUCT_NAME = "$(TARGET_NAME)";
349+
};
350+
name = Debug;
351+
};
352+
5C2F9D701CE4CFB200C3F263 /* Release */ = {
353+
isa = XCBuildConfiguration;
354+
buildSettings = {
355+
INFOPLIST_FILE = ShhwiftTests/Info.plist;
356+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
357+
PRODUCT_BUNDLE_IDENTIFIER = org.shhwift.ShhwiftTests;
358+
PRODUCT_NAME = "$(TARGET_NAME)";
359+
};
360+
name = Release;
361+
};
362+
/* End XCBuildConfiguration section */
363+
364+
/* Begin XCConfigurationList section */
365+
5C2F9D511CE4CFB200C3F263 /* Build configuration list for PBXProject "Shhwift" */ = {
366+
isa = XCConfigurationList;
367+
buildConfigurations = (
368+
5C2F9D691CE4CFB200C3F263 /* Debug */,
369+
5C2F9D6A1CE4CFB200C3F263 /* Release */,
370+
);
371+
defaultConfigurationIsVisible = 0;
372+
defaultConfigurationName = Release;
373+
};
374+
5C2F9D6B1CE4CFB200C3F263 /* Build configuration list for PBXNativeTarget "Shhwift" */ = {
375+
isa = XCConfigurationList;
376+
buildConfigurations = (
377+
5C2F9D6C1CE4CFB200C3F263 /* Debug */,
378+
5C2F9D6D1CE4CFB200C3F263 /* Release */,
379+
);
380+
defaultConfigurationIsVisible = 0;
381+
};
382+
5C2F9D6E1CE4CFB200C3F263 /* Build configuration list for PBXNativeTarget "ShhwiftTests" */ = {
383+
isa = XCConfigurationList;
384+
buildConfigurations = (
385+
5C2F9D6F1CE4CFB200C3F263 /* Debug */,
386+
5C2F9D701CE4CFB200C3F263 /* Release */,
387+
);
388+
defaultConfigurationIsVisible = 0;
389+
};
390+
/* End XCConfigurationList section */
391+
};
392+
rootObject = 5C2F9D4E1CE4CFB200C3F263 /* Project object */;
393+
}

0 commit comments

Comments
 (0)