Skip to content

Commit 91d57e9

Browse files
committed
init xcode
1 parent 9356494 commit 91d57e9

File tree

7 files changed

+504
-0
lines changed

7 files changed

+504
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DS_Store
2+
13
# Xcode
24
#
35
build/

ActiveLabel.xcodeproj/project.pbxproj

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

0 commit comments

Comments
 (0)