Skip to content

Commit b738a8c

Browse files
committed
Initial Commit
0 parents  commit b738a8c

File tree

8 files changed

+1176
-0
lines changed

8 files changed

+1176
-0
lines changed
Lines changed: 292 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,292 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
1E545FC81E0AD7E500D19810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E545FC71E0AD7E500D19810 /* AppDelegate.swift */; };
11+
1E545FCA1E0AD7E500D19810 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1E545FC91E0AD7E500D19810 /* Assets.xcassets */; };
12+
1E545FCD1E0AD7E500D19810 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1E545FCB1E0AD7E500D19810 /* MainMenu.xib */; };
13+
/* End PBXBuildFile section */
14+
15+
/* Begin PBXFileReference section */
16+
1E545FC41E0AD7E500D19810 /* todo-status-bar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "todo-status-bar.app"; sourceTree = BUILT_PRODUCTS_DIR; };
17+
1E545FC71E0AD7E500D19810 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
18+
1E545FC91E0AD7E500D19810 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
19+
1E545FCC1E0AD7E500D19810 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
20+
1E545FCE1E0AD7E500D19810 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
21+
/* End PBXFileReference section */
22+
23+
/* Begin PBXFrameworksBuildPhase section */
24+
1E545FC11E0AD7E500D19810 /* Frameworks */ = {
25+
isa = PBXFrameworksBuildPhase;
26+
buildActionMask = 2147483647;
27+
files = (
28+
);
29+
runOnlyForDeploymentPostprocessing = 0;
30+
};
31+
/* End PBXFrameworksBuildPhase section */
32+
33+
/* Begin PBXGroup section */
34+
1E545FBB1E0AD7E500D19810 = {
35+
isa = PBXGroup;
36+
children = (
37+
1E545FC61E0AD7E500D19810 /* todo-status-bar */,
38+
1E545FC51E0AD7E500D19810 /* Products */,
39+
);
40+
sourceTree = "<group>";
41+
};
42+
1E545FC51E0AD7E500D19810 /* Products */ = {
43+
isa = PBXGroup;
44+
children = (
45+
1E545FC41E0AD7E500D19810 /* todo-status-bar.app */,
46+
);
47+
name = Products;
48+
sourceTree = "<group>";
49+
};
50+
1E545FC61E0AD7E500D19810 /* todo-status-bar */ = {
51+
isa = PBXGroup;
52+
children = (
53+
1E545FC71E0AD7E500D19810 /* AppDelegate.swift */,
54+
1E545FC91E0AD7E500D19810 /* Assets.xcassets */,
55+
1E545FCB1E0AD7E500D19810 /* MainMenu.xib */,
56+
1E545FCE1E0AD7E500D19810 /* Info.plist */,
57+
);
58+
path = "todo-status-bar";
59+
sourceTree = "<group>";
60+
};
61+
/* End PBXGroup section */
62+
63+
/* Begin PBXNativeTarget section */
64+
1E545FC31E0AD7E500D19810 /* todo-status-bar */ = {
65+
isa = PBXNativeTarget;
66+
buildConfigurationList = 1E545FD11E0AD7E500D19810 /* Build configuration list for PBXNativeTarget "todo-status-bar" */;
67+
buildPhases = (
68+
1E545FC01E0AD7E500D19810 /* Sources */,
69+
1E545FC11E0AD7E500D19810 /* Frameworks */,
70+
1E545FC21E0AD7E500D19810 /* Resources */,
71+
);
72+
buildRules = (
73+
);
74+
dependencies = (
75+
);
76+
name = "todo-status-bar";
77+
productName = "todo-status-bar";
78+
productReference = 1E545FC41E0AD7E500D19810 /* todo-status-bar.app */;
79+
productType = "com.apple.product-type.application";
80+
};
81+
/* End PBXNativeTarget section */
82+
83+
/* Begin PBXProject section */
84+
1E545FBC1E0AD7E500D19810 /* Project object */ = {
85+
isa = PBXProject;
86+
attributes = {
87+
LastSwiftUpdateCheck = 0820;
88+
LastUpgradeCheck = 0820;
89+
ORGANIZATIONNAME = "Onix-Systems";
90+
TargetAttributes = {
91+
1E545FC31E0AD7E500D19810 = {
92+
CreatedOnToolsVersion = 8.2.1;
93+
DevelopmentTeam = GJX986XEH7;
94+
ProvisioningStyle = Automatic;
95+
};
96+
};
97+
};
98+
buildConfigurationList = 1E545FBF1E0AD7E500D19810 /* Build configuration list for PBXProject "todo-status-bar" */;
99+
compatibilityVersion = "Xcode 3.2";
100+
developmentRegion = English;
101+
hasScannedForEncodings = 0;
102+
knownRegions = (
103+
en,
104+
Base,
105+
);
106+
mainGroup = 1E545FBB1E0AD7E500D19810;
107+
productRefGroup = 1E545FC51E0AD7E500D19810 /* Products */;
108+
projectDirPath = "";
109+
projectRoot = "";
110+
targets = (
111+
1E545FC31E0AD7E500D19810 /* todo-status-bar */,
112+
);
113+
};
114+
/* End PBXProject section */
115+
116+
/* Begin PBXResourcesBuildPhase section */
117+
1E545FC21E0AD7E500D19810 /* Resources */ = {
118+
isa = PBXResourcesBuildPhase;
119+
buildActionMask = 2147483647;
120+
files = (
121+
1E545FCA1E0AD7E500D19810 /* Assets.xcassets in Resources */,
122+
1E545FCD1E0AD7E500D19810 /* MainMenu.xib in Resources */,
123+
);
124+
runOnlyForDeploymentPostprocessing = 0;
125+
};
126+
/* End PBXResourcesBuildPhase section */
127+
128+
/* Begin PBXSourcesBuildPhase section */
129+
1E545FC01E0AD7E500D19810 /* Sources */ = {
130+
isa = PBXSourcesBuildPhase;
131+
buildActionMask = 2147483647;
132+
files = (
133+
1E545FC81E0AD7E500D19810 /* AppDelegate.swift in Sources */,
134+
);
135+
runOnlyForDeploymentPostprocessing = 0;
136+
};
137+
/* End PBXSourcesBuildPhase section */
138+
139+
/* Begin PBXVariantGroup section */
140+
1E545FCB1E0AD7E500D19810 /* MainMenu.xib */ = {
141+
isa = PBXVariantGroup;
142+
children = (
143+
1E545FCC1E0AD7E500D19810 /* Base */,
144+
);
145+
name = MainMenu.xib;
146+
sourceTree = "<group>";
147+
};
148+
/* End PBXVariantGroup section */
149+
150+
/* Begin XCBuildConfiguration section */
151+
1E545FCF1E0AD7E500D19810 /* Debug */ = {
152+
isa = XCBuildConfiguration;
153+
buildSettings = {
154+
ALWAYS_SEARCH_USER_PATHS = NO;
155+
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
164+
CLANG_WARN_EMPTY_BODY = YES;
165+
CLANG_WARN_ENUM_CONVERSION = YES;
166+
CLANG_WARN_INFINITE_RECURSION = YES;
167+
CLANG_WARN_INT_CONVERSION = YES;
168+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
169+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
170+
CLANG_WARN_UNREACHABLE_CODE = YES;
171+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
172+
CODE_SIGN_IDENTITY = "-";
173+
COPY_PHASE_STRIP = NO;
174+
DEBUG_INFORMATION_FORMAT = dwarf;
175+
ENABLE_STRICT_OBJC_MSGSEND = YES;
176+
ENABLE_TESTABILITY = YES;
177+
GCC_C_LANGUAGE_STANDARD = gnu99;
178+
GCC_DYNAMIC_NO_PIC = NO;
179+
GCC_NO_COMMON_BLOCKS = YES;
180+
GCC_OPTIMIZATION_LEVEL = 0;
181+
GCC_PREPROCESSOR_DEFINITIONS = (
182+
"DEBUG=1",
183+
"$(inherited)",
184+
);
185+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
186+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
187+
GCC_WARN_UNDECLARED_SELECTOR = YES;
188+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
189+
GCC_WARN_UNUSED_FUNCTION = YES;
190+
GCC_WARN_UNUSED_VARIABLE = YES;
191+
MACOSX_DEPLOYMENT_TARGET = 10.12;
192+
MTL_ENABLE_DEBUG_INFO = YES;
193+
ONLY_ACTIVE_ARCH = YES;
194+
SDKROOT = macosx;
195+
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
196+
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
197+
};
198+
name = Debug;
199+
};
200+
1E545FD01E0AD7E500D19810 /* Release */ = {
201+
isa = XCBuildConfiguration;
202+
buildSettings = {
203+
ALWAYS_SEARCH_USER_PATHS = NO;
204+
CLANG_ANALYZER_NONNULL = YES;
205+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
206+
CLANG_CXX_LIBRARY = "libc++";
207+
CLANG_ENABLE_MODULES = YES;
208+
CLANG_ENABLE_OBJC_ARC = YES;
209+
CLANG_WARN_BOOL_CONVERSION = YES;
210+
CLANG_WARN_CONSTANT_CONVERSION = YES;
211+
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
212+
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
213+
CLANG_WARN_EMPTY_BODY = YES;
214+
CLANG_WARN_ENUM_CONVERSION = YES;
215+
CLANG_WARN_INFINITE_RECURSION = YES;
216+
CLANG_WARN_INT_CONVERSION = YES;
217+
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
218+
CLANG_WARN_SUSPICIOUS_MOVE = YES;
219+
CLANG_WARN_UNREACHABLE_CODE = YES;
220+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
221+
CODE_SIGN_IDENTITY = "-";
222+
COPY_PHASE_STRIP = NO;
223+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
224+
ENABLE_NS_ASSERTIONS = NO;
225+
ENABLE_STRICT_OBJC_MSGSEND = YES;
226+
GCC_C_LANGUAGE_STANDARD = gnu99;
227+
GCC_NO_COMMON_BLOCKS = YES;
228+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
229+
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
230+
GCC_WARN_UNDECLARED_SELECTOR = YES;
231+
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
232+
GCC_WARN_UNUSED_FUNCTION = YES;
233+
GCC_WARN_UNUSED_VARIABLE = YES;
234+
MACOSX_DEPLOYMENT_TARGET = 10.12;
235+
MTL_ENABLE_DEBUG_INFO = NO;
236+
SDKROOT = macosx;
237+
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
238+
};
239+
name = Release;
240+
};
241+
1E545FD21E0AD7E500D19810 /* Debug */ = {
242+
isa = XCBuildConfiguration;
243+
buildSettings = {
244+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
245+
COMBINE_HIDPI_IMAGES = YES;
246+
DEVELOPMENT_TEAM = GJX986XEH7;
247+
INFOPLIST_FILE = "todo-status-bar/Info.plist";
248+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
249+
PRODUCT_BUNDLE_IDENTIFIER = "com.onix-systems.todo-status-bar";
250+
PRODUCT_NAME = "$(TARGET_NAME)";
251+
SWIFT_VERSION = 3.0;
252+
};
253+
name = Debug;
254+
};
255+
1E545FD31E0AD7E500D19810 /* Release */ = {
256+
isa = XCBuildConfiguration;
257+
buildSettings = {
258+
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
259+
COMBINE_HIDPI_IMAGES = YES;
260+
DEVELOPMENT_TEAM = GJX986XEH7;
261+
INFOPLIST_FILE = "todo-status-bar/Info.plist";
262+
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
263+
PRODUCT_BUNDLE_IDENTIFIER = "com.onix-systems.todo-status-bar";
264+
PRODUCT_NAME = "$(TARGET_NAME)";
265+
SWIFT_VERSION = 3.0;
266+
};
267+
name = Release;
268+
};
269+
/* End XCBuildConfiguration section */
270+
271+
/* Begin XCConfigurationList section */
272+
1E545FBF1E0AD7E500D19810 /* Build configuration list for PBXProject "todo-status-bar" */ = {
273+
isa = XCConfigurationList;
274+
buildConfigurations = (
275+
1E545FCF1E0AD7E500D19810 /* Debug */,
276+
1E545FD01E0AD7E500D19810 /* Release */,
277+
);
278+
defaultConfigurationIsVisible = 0;
279+
defaultConfigurationName = Release;
280+
};
281+
1E545FD11E0AD7E500D19810 /* Build configuration list for PBXNativeTarget "todo-status-bar" */ = {
282+
isa = XCConfigurationList;
283+
buildConfigurations = (
284+
1E545FD21E0AD7E500D19810 /* Debug */,
285+
1E545FD31E0AD7E500D19810 /* Release */,
286+
);
287+
defaultConfigurationIsVisible = 0;
288+
};
289+
/* End XCConfigurationList section */
290+
};
291+
rootObject = 1E545FBC1E0AD7E500D19810 /* Project object */;
292+
}

todo-status-bar.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 = "0820"
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>todo-status-bar.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>1E545FC31E0AD7E500D19810</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

todo-status-bar/AppDelegate.swift

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
//
2+
// AppDelegate.swift
3+
// todo-status-bar
4+
//
5+
// Created by derp on 12/21/16.
6+
// Copyright © 2016 Onix-Systems. All rights reserved.
7+
//
8+
9+
import Cocoa
10+
11+
@NSApplicationMain
12+
class AppDelegate: NSObject, NSApplicationDelegate {
13+
14+
@IBOutlet weak var window: NSWindow!
15+
16+
17+
func applicationDidFinishLaunching(_ aNotification: Notification) {
18+
// Insert code here to initialize your application
19+
}
20+
21+
func applicationWillTerminate(_ aNotification: Notification) {
22+
// Insert code here to tear down your application
23+
}
24+
25+
26+
}
27+

0 commit comments

Comments
 (0)