Skip to content

Commit beec04e

Browse files
committed
Initial Commit
0 parents  commit beec04e

File tree

10 files changed

+620
-0
lines changed

10 files changed

+620
-0
lines changed
Lines changed: 308 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,308 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
944156D61F2121CC00C139B9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944156D51F2121CC00C139B9 /* AppDelegate.swift */; };
11+
944156D81F2121CC00C139B9 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 944156D71F2121CC00C139B9 /* ViewController.swift */; };
12+
944156DB1F2121CC00C139B9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 944156D91F2121CC00C139B9 /* Main.storyboard */; };
13+
944156DD1F2121CC00C139B9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 944156DC1F2121CC00C139B9 /* Assets.xcassets */; };
14+
944156E01F2121CC00C139B9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 944156DE1F2121CC00C139B9 /* LaunchScreen.storyboard */; };
15+
/* End PBXBuildFile section */
16+
17+
/* Begin PBXFileReference section */
18+
944156D21F2121CC00C139B9 /* SynthUISpike.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SynthUISpike.app; sourceTree = BUILT_PRODUCTS_DIR; };
19+
944156D51F2121CC00C139B9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
20+
944156D71F2121CC00C139B9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
21+
944156DA1F2121CC00C139B9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
22+
944156DC1F2121CC00C139B9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
23+
944156DF1F2121CC00C139B9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
24+
944156E11F2121CC00C139B9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
25+
/* End PBXFileReference section */
26+
27+
/* Begin PBXFrameworksBuildPhase section */
28+
944156CF1F2121CC00C139B9 /* Frameworks */ = {
29+
isa = PBXFrameworksBuildPhase;
30+
buildActionMask = 2147483647;
31+
files = (
32+
);
33+
runOnlyForDeploymentPostprocessing = 0;
34+
};
35+
/* End PBXFrameworksBuildPhase section */
36+
37+
/* Begin PBXGroup section */
38+
944156C91F2121CC00C139B9 = {
39+
isa = PBXGroup;
40+
children = (
41+
944156D41F2121CC00C139B9 /* SynthUISpike */,
42+
944156D31F2121CC00C139B9 /* Products */,
43+
);
44+
sourceTree = "<group>";
45+
};
46+
944156D31F2121CC00C139B9 /* Products */ = {
47+
isa = PBXGroup;
48+
children = (
49+
944156D21F2121CC00C139B9 /* SynthUISpike.app */,
50+
);
51+
name = Products;
52+
sourceTree = "<group>";
53+
};
54+
944156D41F2121CC00C139B9 /* SynthUISpike */ = {
55+
isa = PBXGroup;
56+
children = (
57+
944156D51F2121CC00C139B9 /* AppDelegate.swift */,
58+
944156D71F2121CC00C139B9 /* ViewController.swift */,
59+
944156D91F2121CC00C139B9 /* Main.storyboard */,
60+
944156DC1F2121CC00C139B9 /* Assets.xcassets */,
61+
944156DE1F2121CC00C139B9 /* LaunchScreen.storyboard */,
62+
944156E11F2121CC00C139B9 /* Info.plist */,
63+
);
64+
path = SynthUISpike;
65+
sourceTree = "<group>";
66+
};
67+
/* End PBXGroup section */
68+
69+
/* Begin PBXNativeTarget section */
70+
944156D11F2121CC00C139B9 /* SynthUISpike */ = {
71+
isa = PBXNativeTarget;
72+
buildConfigurationList = 944156E41F2121CC00C139B9 /* Build configuration list for PBXNativeTarget "SynthUISpike" */;
73+
buildPhases = (
74+
944156CE1F2121CC00C139B9 /* Sources */,
75+
944156CF1F2121CC00C139B9 /* Frameworks */,
76+
944156D01F2121CC00C139B9 /* Resources */,
77+
);
78+
buildRules = (
79+
);
80+
dependencies = (
81+
);
82+
name = SynthUISpike;
83+
productName = SynthUISpike;
84+
productReference = 944156D21F2121CC00C139B9 /* SynthUISpike.app */;
85+
productType = "com.apple.product-type.application";
86+
};
87+
/* End PBXNativeTarget section */
88+
89+
/* Begin PBXProject section */
90+
944156CA1F2121CC00C139B9 /* Project object */ = {
91+
isa = PBXProject;
92+
attributes = {
93+
LastSwiftUpdateCheck = 0830;
94+
LastUpgradeCheck = 0830;
95+
ORGANIZATIONNAME = "Matthew Fecher";
96+
TargetAttributes = {
97+
944156D11F2121CC00C139B9 = {
98+
CreatedOnToolsVersion = 8.3.3;
99+
ProvisioningStyle = Automatic;
100+
};
101+
};
102+
};
103+
buildConfigurationList = 944156CD1F2121CC00C139B9 /* Build configuration list for PBXProject "SynthUISpike" */;
104+
compatibilityVersion = "Xcode 3.2";
105+
developmentRegion = English;
106+
hasScannedForEncodings = 0;
107+
knownRegions = (
108+
en,
109+
Base,
110+
);
111+
mainGroup = 944156C91F2121CC00C139B9;
112+
productRefGroup = 944156D31F2121CC00C139B9 /* Products */;
113+
projectDirPath = "";
114+
projectRoot = "";
115+
targets = (
116+
944156D11F2121CC00C139B9 /* SynthUISpike */,
117+
);
118+
};
119+
/* End PBXProject section */
120+
121+
/* Begin PBXResourcesBuildPhase section */
122+
944156D01F2121CC00C139B9 /* Resources */ = {
123+
isa = PBXResourcesBuildPhase;
124+
buildActionMask = 2147483647;
125+
files = (
126+
944156E01F2121CC00C139B9 /* LaunchScreen.storyboard in Resources */,
127+
944156DD1F2121CC00C139B9 /* Assets.xcassets in Resources */,
128+
944156DB1F2121CC00C139B9 /* Main.storyboard in Resources */,
129+
);
130+
runOnlyForDeploymentPostprocessing = 0;
131+
};
132+
/* End PBXResourcesBuildPhase section */
133+
134+
/* Begin PBXSourcesBuildPhase section */
135+
944156CE1F2121CC00C139B9 /* Sources */ = {
136+
isa = PBXSourcesBuildPhase;
137+
buildActionMask = 2147483647;
138+
files = (
139+
944156D81F2121CC00C139B9 /* ViewController.swift in Sources */,
140+
944156D61F2121CC00C139B9 /* AppDelegate.swift in Sources */,
141+
);
142+
runOnlyForDeploymentPostprocessing = 0;
143+
};
144+
/* End PBXSourcesBuildPhase section */
145+
146+
/* Begin PBXVariantGroup section */
147+
944156D91F2121CC00C139B9 /* Main.storyboard */ = {
148+
isa = PBXVariantGroup;
149+
children = (
150+
944156DA1F2121CC00C139B9 /* Base */,
151+
);
152+
name = Main.storyboard;
153+
sourceTree = "<group>";
154+
};
155+
944156DE1F2121CC00C139B9 /* LaunchScreen.storyboard */ = {
156+
isa = PBXVariantGroup;
157+
children = (
158+
944156DF1F2121CC00C139B9 /* Base */,
159+
);
160+
name = LaunchScreen.storyboard;
161+
sourceTree = "<group>";
162+
};
163+
/* End PBXVariantGroup section */
164+
165+
/* Begin XCBuildConfiguration section */
166+
944156E21F2121CC00C139B9 /* Debug */ = {
167+
isa = XCBuildConfiguration;
168+
buildSettings = {
169+
ALWAYS_SEARCH_USER_PATHS = NO;
170+
CLANG_ANALYZER_NONNULL = YES;
171+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
172+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
173+
CLANG_CXX_LIBRARY = "libc++";
174+
CLANG_ENABLE_MODULES = YES;
175+
CLANG_ENABLE_OBJC_ARC = YES;
176+
CLANG_WARN_BOOL_CONVERSION = YES;
177+
CLANG_WARN_CONSTANT_CONVERSION = YES;
178+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
179+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
180+
CLANG_WARN_EMPTY_BODY = YES;
181+
CLANG_WARN_ENUM_CONVERSION = YES;
182+
CLANG_WARN_INFINITE_RECURSION = YES;
183+
CLANG_WARN_INT_CONVERSION = YES;
184+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
185+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
186+
CLANG_WARN_UNREACHABLE_CODE = YES;
187+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
188+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
189+
COPY_PHASE_STRIP = NO;
190+
DEBUG_INFORMATION_FORMAT = dwarf;
191+
ENABLE_STRICT_OBJC_MSGSEND = YES;
192+
ENABLE_TESTABILITY = YES;
193+
GCC_C_LANGUAGE_STANDARD = gnu99;
194+
GCC_DYNAMIC_NO_PIC = NO;
195+
GCC_NO_COMMON_BLOCKS = YES;
196+
GCC_OPTIMIZATION_LEVEL = 0;
197+
GCC_PREPROCESSOR_DEFINITIONS = (
198+
"DEBUG=1",
199+
"$(inherited)",
200+
);
201+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
202+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
203+
GCC_WARN_UNDECLARED_SELECTOR = YES;
204+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
205+
GCC_WARN_UNUSED_FUNCTION = YES;
206+
GCC_WARN_UNUSED_VARIABLE = YES;
207+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
208+
MTL_ENABLE_DEBUG_INFO = YES;
209+
ONLY_ACTIVE_ARCH = YES;
210+
SDKROOT = iphoneos;
211+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
212+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
213+
TARGETED_DEVICE_FAMILY = "1,2";
214+
};
215+
name = Debug;
216+
};
217+
944156E31F2121CC00C139B9 /* Release */ = {
218+
isa = XCBuildConfiguration;
219+
buildSettings = {
220+
ALWAYS_SEARCH_USER_PATHS = NO;
221+
CLANG_ANALYZER_NONNULL = YES;
222+
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
223+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
224+
CLANG_CXX_LIBRARY = "libc++";
225+
CLANG_ENABLE_MODULES = YES;
226+
CLANG_ENABLE_OBJC_ARC = YES;
227+
CLANG_WARN_BOOL_CONVERSION = YES;
228+
CLANG_WARN_CONSTANT_CONVERSION = YES;
229+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
230+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
231+
CLANG_WARN_EMPTY_BODY = YES;
232+
CLANG_WARN_ENUM_CONVERSION = YES;
233+
CLANG_WARN_INFINITE_RECURSION = YES;
234+
CLANG_WARN_INT_CONVERSION = YES;
235+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
236+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
237+
CLANG_WARN_UNREACHABLE_CODE = YES;
238+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
239+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
240+
COPY_PHASE_STRIP = NO;
241+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
242+
ENABLE_NS_ASSERTIONS = NO;
243+
ENABLE_STRICT_OBJC_MSGSEND = YES;
244+
GCC_C_LANGUAGE_STANDARD = gnu99;
245+
GCC_NO_COMMON_BLOCKS = YES;
246+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
247+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
248+
GCC_WARN_UNDECLARED_SELECTOR = YES;
249+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
250+
GCC_WARN_UNUSED_FUNCTION = YES;
251+
GCC_WARN_UNUSED_VARIABLE = YES;
252+
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
253+
MTL_ENABLE_DEBUG_INFO = NO;
254+
SDKROOT = iphoneos;
255+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
256+
TARGETED_DEVICE_FAMILY = "1,2";
257+
VALIDATE_PRODUCT = YES;
258+
};
259+
name = Release;
260+
};
261+
944156E51F2121CC00C139B9 /* Debug */ = {
262+
isa = XCBuildConfiguration;
263+
buildSettings = {
264+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
265+
INFOPLIST_FILE = SynthUISpike/Info.plist;
266+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
267+
PRODUCT_BUNDLE_IDENTIFIER = com.audiokitpro.SynthUISpike;
268+
PRODUCT_NAME = "$(TARGET_NAME)";
269+
SWIFT_VERSION = 3.0;
270+
};
271+
name = Debug;
272+
};
273+
944156E61F2121CC00C139B9 /* Release */ = {
274+
isa = XCBuildConfiguration;
275+
buildSettings = {
276+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
277+
INFOPLIST_FILE = SynthUISpike/Info.plist;
278+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
279+
PRODUCT_BUNDLE_IDENTIFIER = com.audiokitpro.SynthUISpike;
280+
PRODUCT_NAME = "$(TARGET_NAME)";
281+
SWIFT_VERSION = 3.0;
282+
};
283+
name = Release;
284+
};
285+
/* End XCBuildConfiguration section */
286+
287+
/* Begin XCConfigurationList section */
288+
944156CD1F2121CC00C139B9 /* Build configuration list for PBXProject "SynthUISpike" */ = {
289+
isa = XCConfigurationList;
290+
buildConfigurations = (
291+
944156E21F2121CC00C139B9 /* Debug */,
292+
944156E31F2121CC00C139B9 /* Release */,
293+
);
294+
defaultConfigurationIsVisible = 0;
295+
defaultConfigurationName = Release;
296+
};
297+
944156E41F2121CC00C139B9 /* Build configuration list for PBXNativeTarget "SynthUISpike" */ = {
298+
isa = XCConfigurationList;
299+
buildConfigurations = (
300+
944156E51F2121CC00C139B9 /* Debug */,
301+
944156E61F2121CC00C139B9 /* Release */,
302+
);
303+
defaultConfigurationIsVisible = 0;
304+
};
305+
/* End XCConfigurationList section */
306+
};
307+
rootObject = 944156CA1F2121CC00C139B9 /* Project object */;
308+
}

SynthUISpike.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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0830"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
</BuildAction>
9+
<TestAction
10+
buildConfiguration = "Debug"
11+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
12+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
13+
shouldUseLaunchSchemeArgsEnv = "YES">
14+
<Testables>
15+
</Testables>
16+
<AdditionalOptions>
17+
</AdditionalOptions>
18+
</TestAction>
19+
<LaunchAction
20+
buildConfiguration = "Debug"
21+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
22+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
23+
launchStyle = "0"
24+
useCustomWorkingDirectory = "NO"
25+
ignoresPersistentStateOnLaunch = "NO"
26+
debugDocumentVersioning = "YES"
27+
debugServiceExtension = "internal"
28+
allowLocationSimulation = "YES">
29+
<AdditionalOptions>
30+
</AdditionalOptions>
31+
</LaunchAction>
32+
<ProfileAction
33+
buildConfiguration = "Release"
34+
shouldUseLaunchSchemeArgsEnv = "YES"
35+
savedToolIdentifier = ""
36+
useCustomWorkingDirectory = "NO"
37+
debugDocumentVersioning = "YES">
38+
</ProfileAction>
39+
<AnalyzeAction
40+
buildConfiguration = "Debug">
41+
</AnalyzeAction>
42+
<ArchiveAction
43+
buildConfiguration = "Release"
44+
revealArchiveInOrganizer = "YES">
45+
</ArchiveAction>
46+
</Scheme>
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>SchemeUserState</key>
6+
<dict>
7+
<key>SynthUISpike.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>944156D11F2121CC00C139B9</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

0 commit comments

Comments
 (0)