Skip to content

Commit b49c1f2

Browse files
committed
initial commit.
0 parents  commit b49c1f2

File tree

9 files changed

+1146
-0
lines changed

9 files changed

+1146
-0
lines changed

README.md

Whitespace-only changes.

Void.xcodeproj/project.pbxproj

+279
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
CECA5F251BCC2F9D008A13DF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CECA5F241BCC2F9D008A13DF /* AppDelegate.swift */; };
11+
CECA5F271BCC2F9D008A13DF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CECA5F261BCC2F9D008A13DF /* ViewController.swift */; };
12+
CECA5F291BCC2F9D008A13DF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CECA5F281BCC2F9D008A13DF /* Assets.xcassets */; };
13+
CECA5F2C1BCC2F9E008A13DF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = CECA5F2A1BCC2F9D008A13DF /* Main.storyboard */; };
14+
/* End PBXBuildFile section */
15+
16+
/* Begin PBXFileReference section */
17+
CECA5F211BCC2F9D008A13DF /* Void.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Void.app; sourceTree = BUILT_PRODUCTS_DIR; };
18+
CECA5F241BCC2F9D008A13DF /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
19+
CECA5F261BCC2F9D008A13DF /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
20+
CECA5F281BCC2F9D008A13DF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
21+
CECA5F2B1BCC2F9D008A13DF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
22+
CECA5F2D1BCC2F9E008A13DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
23+
/* End PBXFileReference section */
24+
25+
/* Begin PBXFrameworksBuildPhase section */
26+
CECA5F1E1BCC2F9D008A13DF /* Frameworks */ = {
27+
isa = PBXFrameworksBuildPhase;
28+
buildActionMask = 2147483647;
29+
files = (
30+
);
31+
runOnlyForDeploymentPostprocessing = 0;
32+
};
33+
/* End PBXFrameworksBuildPhase section */
34+
35+
/* Begin PBXGroup section */
36+
CECA5F181BCC2F9D008A13DF = {
37+
isa = PBXGroup;
38+
children = (
39+
CECA5F231BCC2F9D008A13DF /* Void */,
40+
CECA5F221BCC2F9D008A13DF /* Products */,
41+
);
42+
sourceTree = "<group>";
43+
};
44+
CECA5F221BCC2F9D008A13DF /* Products */ = {
45+
isa = PBXGroup;
46+
children = (
47+
CECA5F211BCC2F9D008A13DF /* Void.app */,
48+
);
49+
name = Products;
50+
sourceTree = "<group>";
51+
};
52+
CECA5F231BCC2F9D008A13DF /* Void */ = {
53+
isa = PBXGroup;
54+
children = (
55+
CECA5F241BCC2F9D008A13DF /* AppDelegate.swift */,
56+
CECA5F261BCC2F9D008A13DF /* ViewController.swift */,
57+
CECA5F281BCC2F9D008A13DF /* Assets.xcassets */,
58+
CECA5F2A1BCC2F9D008A13DF /* Main.storyboard */,
59+
CECA5F2D1BCC2F9E008A13DF /* Info.plist */,
60+
);
61+
path = Void;
62+
sourceTree = "<group>";
63+
};
64+
/* End PBXGroup section */
65+
66+
/* Begin PBXNativeTarget section */
67+
CECA5F201BCC2F9D008A13DF /* Void */ = {
68+
isa = PBXNativeTarget;
69+
buildConfigurationList = CECA5F301BCC2F9E008A13DF /* Build configuration list for PBXNativeTarget "Void" */;
70+
buildPhases = (
71+
CECA5F1D1BCC2F9D008A13DF /* Sources */,
72+
CECA5F1E1BCC2F9D008A13DF /* Frameworks */,
73+
CECA5F1F1BCC2F9D008A13DF /* Resources */,
74+
);
75+
buildRules = (
76+
);
77+
dependencies = (
78+
);
79+
name = Void;
80+
productName = Void;
81+
productReference = CECA5F211BCC2F9D008A13DF /* Void.app */;
82+
productType = "com.apple.product-type.application";
83+
};
84+
/* End PBXNativeTarget section */
85+
86+
/* Begin PBXProject section */
87+
CECA5F191BCC2F9D008A13DF /* Project object */ = {
88+
isa = PBXProject;
89+
attributes = {
90+
LastUpgradeCheck = 0700;
91+
ORGANIZATIONNAME = "Peter Pistorius";
92+
TargetAttributes = {
93+
CECA5F201BCC2F9D008A13DF = {
94+
CreatedOnToolsVersion = 7.0.1;
95+
};
96+
};
97+
};
98+
buildConfigurationList = CECA5F1C1BCC2F9D008A13DF /* Build configuration list for PBXProject "Void" */;
99+
compatibilityVersion = "Xcode 3.2";
100+
developmentRegion = English;
101+
hasScannedForEncodings = 0;
102+
knownRegions = (
103+
en,
104+
Base,
105+
);
106+
mainGroup = CECA5F181BCC2F9D008A13DF;
107+
productRefGroup = CECA5F221BCC2F9D008A13DF /* Products */;
108+
projectDirPath = "";
109+
projectRoot = "";
110+
targets = (
111+
CECA5F201BCC2F9D008A13DF /* Void */,
112+
);
113+
};
114+
/* End PBXProject section */
115+
116+
/* Begin PBXResourcesBuildPhase section */
117+
CECA5F1F1BCC2F9D008A13DF /* Resources */ = {
118+
isa = PBXResourcesBuildPhase;
119+
buildActionMask = 2147483647;
120+
files = (
121+
CECA5F291BCC2F9D008A13DF /* Assets.xcassets in Resources */,
122+
CECA5F2C1BCC2F9E008A13DF /* Main.storyboard in Resources */,
123+
);
124+
runOnlyForDeploymentPostprocessing = 0;
125+
};
126+
/* End PBXResourcesBuildPhase section */
127+
128+
/* Begin PBXSourcesBuildPhase section */
129+
CECA5F1D1BCC2F9D008A13DF /* Sources */ = {
130+
isa = PBXSourcesBuildPhase;
131+
buildActionMask = 2147483647;
132+
files = (
133+
CECA5F271BCC2F9D008A13DF /* ViewController.swift in Sources */,
134+
CECA5F251BCC2F9D008A13DF /* AppDelegate.swift in Sources */,
135+
);
136+
runOnlyForDeploymentPostprocessing = 0;
137+
};
138+
/* End PBXSourcesBuildPhase section */
139+
140+
/* Begin PBXVariantGroup section */
141+
CECA5F2A1BCC2F9D008A13DF /* Main.storyboard */ = {
142+
isa = PBXVariantGroup;
143+
children = (
144+
CECA5F2B1BCC2F9D008A13DF /* Base */,
145+
);
146+
name = Main.storyboard;
147+
sourceTree = "<group>";
148+
};
149+
/* End PBXVariantGroup section */
150+
151+
/* Begin XCBuildConfiguration section */
152+
CECA5F2E1BCC2F9E008A13DF /* Debug */ = {
153+
isa = XCBuildConfiguration;
154+
buildSettings = {
155+
ALWAYS_SEARCH_USER_PATHS = NO;
156+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
157+
CLANG_CXX_LIBRARY = "libc++";
158+
CLANG_ENABLE_MODULES = YES;
159+
CLANG_ENABLE_OBJC_ARC = YES;
160+
CLANG_WARN_BOOL_CONVERSION = YES;
161+
CLANG_WARN_CONSTANT_CONVERSION = YES;
162+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
163+
CLANG_WARN_EMPTY_BODY = YES;
164+
CLANG_WARN_ENUM_CONVERSION = YES;
165+
CLANG_WARN_INT_CONVERSION = YES;
166+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
167+
CLANG_WARN_UNREACHABLE_CODE = YES;
168+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
169+
CODE_SIGN_IDENTITY = "-";
170+
COPY_PHASE_STRIP = NO;
171+
DEBUG_INFORMATION_FORMAT = dwarf;
172+
ENABLE_STRICT_OBJC_MSGSEND = YES;
173+
ENABLE_TESTABILITY = YES;
174+
GCC_C_LANGUAGE_STANDARD = gnu99;
175+
GCC_DYNAMIC_NO_PIC = NO;
176+
GCC_NO_COMMON_BLOCKS = YES;
177+
GCC_OPTIMIZATION_LEVEL = 0;
178+
GCC_PREPROCESSOR_DEFINITIONS = (
179+
"DEBUG=1",
180+
"$(inherited)",
181+
);
182+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
183+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
184+
GCC_WARN_UNDECLARED_SELECTOR = YES;
185+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
186+
GCC_WARN_UNUSED_FUNCTION = YES;
187+
GCC_WARN_UNUSED_VARIABLE = YES;
188+
MACOSX_DEPLOYMENT_TARGET = 10.11;
189+
MTL_ENABLE_DEBUG_INFO = YES;
190+
ONLY_ACTIVE_ARCH = YES;
191+
SDKROOT = macosx;
192+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
193+
};
194+
name = Debug;
195+
};
196+
CECA5F2F1BCC2F9E008A13DF /* Release */ = {
197+
isa = XCBuildConfiguration;
198+
buildSettings = {
199+
ALWAYS_SEARCH_USER_PATHS = NO;
200+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
201+
CLANG_CXX_LIBRARY = "libc++";
202+
CLANG_ENABLE_MODULES = YES;
203+
CLANG_ENABLE_OBJC_ARC = YES;
204+
CLANG_WARN_BOOL_CONVERSION = YES;
205+
CLANG_WARN_CONSTANT_CONVERSION = YES;
206+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
207+
CLANG_WARN_EMPTY_BODY = YES;
208+
CLANG_WARN_ENUM_CONVERSION = YES;
209+
CLANG_WARN_INT_CONVERSION = YES;
210+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
211+
CLANG_WARN_UNREACHABLE_CODE = YES;
212+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
213+
CODE_SIGN_IDENTITY = "-";
214+
COPY_PHASE_STRIP = NO;
215+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
216+
ENABLE_NS_ASSERTIONS = NO;
217+
ENABLE_STRICT_OBJC_MSGSEND = YES;
218+
GCC_C_LANGUAGE_STANDARD = gnu99;
219+
GCC_NO_COMMON_BLOCKS = YES;
220+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
221+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
222+
GCC_WARN_UNDECLARED_SELECTOR = YES;
223+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
224+
GCC_WARN_UNUSED_FUNCTION = YES;
225+
GCC_WARN_UNUSED_VARIABLE = YES;
226+
MACOSX_DEPLOYMENT_TARGET = 10.11;
227+
MTL_ENABLE_DEBUG_INFO = NO;
228+
SDKROOT = macosx;
229+
};
230+
name = Release;
231+
};
232+
CECA5F311BCC2F9E008A13DF /* Debug */ = {
233+
isa = XCBuildConfiguration;
234+
buildSettings = {
235+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
236+
COMBINE_HIDPI_IMAGES = YES;
237+
INFOPLIST_FILE = Void/Info.plist;
238+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
239+
PRODUCT_BUNDLE_IDENTIFIER = com.peterpistorius.Void;
240+
PRODUCT_NAME = "$(TARGET_NAME)";
241+
};
242+
name = Debug;
243+
};
244+
CECA5F321BCC2F9E008A13DF /* Release */ = {
245+
isa = XCBuildConfiguration;
246+
buildSettings = {
247+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
248+
COMBINE_HIDPI_IMAGES = YES;
249+
INFOPLIST_FILE = Void/Info.plist;
250+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
251+
PRODUCT_BUNDLE_IDENTIFIER = com.peterpistorius.Void;
252+
PRODUCT_NAME = "$(TARGET_NAME)";
253+
};
254+
name = Release;
255+
};
256+
/* End XCBuildConfiguration section */
257+
258+
/* Begin XCConfigurationList section */
259+
CECA5F1C1BCC2F9D008A13DF /* Build configuration list for PBXProject "Void" */ = {
260+
isa = XCConfigurationList;
261+
buildConfigurations = (
262+
CECA5F2E1BCC2F9E008A13DF /* Debug */,
263+
CECA5F2F1BCC2F9E008A13DF /* Release */,
264+
);
265+
defaultConfigurationIsVisible = 0;
266+
defaultConfigurationName = Release;
267+
};
268+
CECA5F301BCC2F9E008A13DF /* Build configuration list for PBXNativeTarget "Void" */ = {
269+
isa = XCConfigurationList;
270+
buildConfigurations = (
271+
CECA5F311BCC2F9E008A13DF /* Debug */,
272+
CECA5F321BCC2F9E008A13DF /* Release */,
273+
);
274+
defaultConfigurationIsVisible = 0;
275+
};
276+
/* End XCConfigurationList section */
277+
};
278+
rootObject = CECA5F191BCC2F9D008A13DF /* Project object */;
279+
}

Void.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Void/AppDelegate.swift

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
//
2+
// AppDelegate.swift
3+
// Void
4+
//
5+
// Created by Peter Pistorius on 12/10/15.
6+
// Copyright © 2015 Peter Pistorius. All rights reserved.
7+
//
8+
9+
import Cocoa
10+
11+
@NSApplicationMain
12+
class AppDelegate: NSObject, NSApplicationDelegate {
13+
14+
15+
16+
func applicationDidFinishLaunching(aNotification: NSNotification) {
17+
// Insert code here to initialize your application
18+
}
19+
20+
func applicationWillTerminate(aNotification: NSNotification) {
21+
// Insert code here to tear down your application
22+
}
23+
24+
25+
}
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "mac",
5+
"size" : "16x16",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "mac",
10+
"size" : "16x16",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "mac",
15+
"size" : "32x32",
16+
"scale" : "1x"
17+
},
18+
{
19+
"idiom" : "mac",
20+
"size" : "32x32",
21+
"scale" : "2x"
22+
},
23+
{
24+
"idiom" : "mac",
25+
"size" : "128x128",
26+
"scale" : "1x"
27+
},
28+
{
29+
"idiom" : "mac",
30+
"size" : "128x128",
31+
"scale" : "2x"
32+
},
33+
{
34+
"size" : "256x256",
35+
"idiom" : "mac",
36+
"filename" : "circle-xxl.png",
37+
"scale" : "1x"
38+
},
39+
{
40+
"idiom" : "mac",
41+
"size" : "256x256",
42+
"scale" : "2x"
43+
},
44+
{
45+
"idiom" : "mac",
46+
"size" : "512x512",
47+
"scale" : "1x"
48+
},
49+
{
50+
"idiom" : "mac",
51+
"size" : "512x512",
52+
"scale" : "2x"
53+
}
54+
],
55+
"info" : {
56+
"version" : 1,
57+
"author" : "xcode"
58+
}
59+
}
Loading

0 commit comments

Comments
 (0)