Skip to content

Commit 66bbd07

Browse files
committed
first commit
0 parents  commit 66bbd07

File tree

16 files changed

+1145
-0
lines changed

16 files changed

+1145
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.DS_Store
2+
3+
# Xcode
4+
build/*
5+
*.pbxuser
6+
!default.pbxuser
7+
*.mode1v3
8+
!default.mode1v3
9+
*.mode2v3
10+
!default.mode2v3
11+
*.perspectivev3
12+
!default.perspectivev3
13+
*.xcworkspace
14+
!default.xcworkspace
15+
xcuserdata
16+
profile
17+
*.moved-aside

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Shuttle
2+
=======

Shuttle.xcodeproj/project.pbxproj

Lines changed: 315 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,315 @@
1+
// !$*UTF8*$!
2+
{
3+
archiveVersion = 1;
4+
classes = {
5+
};
6+
objectVersion = 46;
7+
objects = {
8+
9+
/* Begin PBXBuildFile section */
10+
7E74A7C61789CE2F0079E0D2 /* shuttle.default.json in Resources */ = {isa = PBXBuildFile; fileRef = 7E74A7C51789CE2F0079E0D2 /* shuttle.default.json */; };
11+
C149EBFE15D5214600B1F558 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C149EBFD15D5214600B1F558 /* Cocoa.framework */; };
12+
C149EC0815D5214600B1F558 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C149EC0615D5214600B1F558 /* InfoPlist.strings */; };
13+
C149EC0A15D5214600B1F558 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C149EC0915D5214600B1F558 /* main.m */; };
14+
C149EC0E15D5214600B1F558 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = C149EC0C15D5214600B1F558 /* Credits.rtf */; };
15+
C149EC1115D5214600B1F558 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C149EC1015D5214600B1F558 /* AppDelegate.m */; };
16+
C149EC1415D5214600B1F558 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = C149EC1215D5214600B1F558 /* MainMenu.xib */; };
17+
C159DC2815D5DE8000F5DE24 /* shuttle.icns in Resources */ = {isa = PBXBuildFile; fileRef = C159DC2715D5DE7F00F5DE24 /* shuttle.icns */; };
18+
/* End PBXBuildFile section */
19+
20+
/* Begin PBXFileReference section */
21+
7E72D21E178003ED00A6389C /* Shuttle.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Shuttle.entitlements; sourceTree = "<group>"; };
22+
7E74A7C51789CE2F0079E0D2 /* shuttle.default.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = shuttle.default.json; sourceTree = "<group>"; };
23+
C149EBF915D5214600B1F558 /* Shuttle.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Shuttle.app; sourceTree = BUILT_PRODUCTS_DIR; };
24+
C149EBFD15D5214600B1F558 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
25+
C149EC0015D5214600B1F558 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
26+
C149EC0115D5214600B1F558 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
27+
C149EC0215D5214600B1F558 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
28+
C149EC0515D5214600B1F558 /* Shuttle-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Shuttle-Info.plist"; sourceTree = "<group>"; };
29+
C149EC0715D5214600B1F558 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
30+
C149EC0915D5214600B1F558 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
31+
C149EC0B15D5214600B1F558 /* Shuttle-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Shuttle-Prefix.pch"; sourceTree = "<group>"; };
32+
C149EC0D15D5214600B1F558 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
33+
C149EC0F15D5214600B1F558 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
34+
C149EC1015D5214600B1F558 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
35+
C149EC1315D5214600B1F558 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
36+
C159DC2715D5DE7F00F5DE24 /* shuttle.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = shuttle.icns; path = ../shuttle.icns; sourceTree = "<group>"; };
37+
/* End PBXFileReference section */
38+
39+
/* Begin PBXFrameworksBuildPhase section */
40+
C149EBF615D5214600B1F558 /* Frameworks */ = {
41+
isa = PBXFrameworksBuildPhase;
42+
buildActionMask = 2147483647;
43+
files = (
44+
C149EBFE15D5214600B1F558 /* Cocoa.framework in Frameworks */,
45+
);
46+
runOnlyForDeploymentPostprocessing = 0;
47+
};
48+
/* End PBXFrameworksBuildPhase section */
49+
50+
/* Begin PBXGroup section */
51+
C149EBEE15D5214600B1F558 = {
52+
isa = PBXGroup;
53+
children = (
54+
C149EC0315D5214600B1F558 /* Shuttle */,
55+
C149EBFC15D5214600B1F558 /* Frameworks */,
56+
C149EBFA15D5214600B1F558 /* Products */,
57+
);
58+
sourceTree = "<group>";
59+
};
60+
C149EBFA15D5214600B1F558 /* Products */ = {
61+
isa = PBXGroup;
62+
children = (
63+
C149EBF915D5214600B1F558 /* Shuttle.app */,
64+
);
65+
name = Products;
66+
sourceTree = "<group>";
67+
};
68+
C149EBFC15D5214600B1F558 /* Frameworks */ = {
69+
isa = PBXGroup;
70+
children = (
71+
C149EBFD15D5214600B1F558 /* Cocoa.framework */,
72+
C149EBFF15D5214600B1F558 /* Other Frameworks */,
73+
);
74+
name = Frameworks;
75+
sourceTree = "<group>";
76+
};
77+
C149EBFF15D5214600B1F558 /* Other Frameworks */ = {
78+
isa = PBXGroup;
79+
children = (
80+
C149EC0015D5214600B1F558 /* AppKit.framework */,
81+
C149EC0115D5214600B1F558 /* CoreData.framework */,
82+
C149EC0215D5214600B1F558 /* Foundation.framework */,
83+
);
84+
name = "Other Frameworks";
85+
sourceTree = "<group>";
86+
};
87+
C149EC0315D5214600B1F558 /* Shuttle */ = {
88+
isa = PBXGroup;
89+
children = (
90+
7E74A7C51789CE2F0079E0D2 /* shuttle.default.json */,
91+
7E72D21E178003ED00A6389C /* Shuttle.entitlements */,
92+
C159DC2715D5DE7F00F5DE24 /* shuttle.icns */,
93+
C149EC0F15D5214600B1F558 /* AppDelegate.h */,
94+
C149EC1015D5214600B1F558 /* AppDelegate.m */,
95+
C149EC1215D5214600B1F558 /* MainMenu.xib */,
96+
C149EC0415D5214600B1F558 /* Supporting Files */,
97+
);
98+
path = Shuttle;
99+
sourceTree = "<group>";
100+
};
101+
C149EC0415D5214600B1F558 /* Supporting Files */ = {
102+
isa = PBXGroup;
103+
children = (
104+
C149EC0515D5214600B1F558 /* Shuttle-Info.plist */,
105+
C149EC0615D5214600B1F558 /* InfoPlist.strings */,
106+
C149EC0915D5214600B1F558 /* main.m */,
107+
C149EC0B15D5214600B1F558 /* Shuttle-Prefix.pch */,
108+
C149EC0C15D5214600B1F558 /* Credits.rtf */,
109+
);
110+
name = "Supporting Files";
111+
sourceTree = "<group>";
112+
};
113+
/* End PBXGroup section */
114+
115+
/* Begin PBXNativeTarget section */
116+
C149EBF815D5214600B1F558 /* Shuttle */ = {
117+
isa = PBXNativeTarget;
118+
buildConfigurationList = C149EC1715D5214600B1F558 /* Build configuration list for PBXNativeTarget "Shuttle" */;
119+
buildPhases = (
120+
C149EBF515D5214600B1F558 /* Sources */,
121+
C149EBF615D5214600B1F558 /* Frameworks */,
122+
C149EBF715D5214600B1F558 /* Resources */,
123+
);
124+
buildRules = (
125+
);
126+
dependencies = (
127+
);
128+
name = Shuttle;
129+
productName = Shuttle;
130+
productReference = C149EBF915D5214600B1F558 /* Shuttle.app */;
131+
productType = "com.apple.product-type.application";
132+
};
133+
/* End PBXNativeTarget section */
134+
135+
/* Begin PBXProject section */
136+
C149EBF015D5214600B1F558 /* Project object */ = {
137+
isa = PBXProject;
138+
attributes = {
139+
LastUpgradeCheck = 0440;
140+
ORGANIZATIONNAME = scturtle;
141+
};
142+
buildConfigurationList = C149EBF315D5214600B1F558 /* Build configuration list for PBXProject "Shuttle" */;
143+
compatibilityVersion = "Xcode 3.2";
144+
developmentRegion = English;
145+
hasScannedForEncodings = 0;
146+
knownRegions = (
147+
en,
148+
);
149+
mainGroup = C149EBEE15D5214600B1F558;
150+
productRefGroup = C149EBFA15D5214600B1F558 /* Products */;
151+
projectDirPath = "";
152+
projectRoot = "";
153+
targets = (
154+
C149EBF815D5214600B1F558 /* Shuttle */,
155+
);
156+
};
157+
/* End PBXProject section */
158+
159+
/* Begin PBXResourcesBuildPhase section */
160+
C149EBF715D5214600B1F558 /* Resources */ = {
161+
isa = PBXResourcesBuildPhase;
162+
buildActionMask = 2147483647;
163+
files = (
164+
C149EC0815D5214600B1F558 /* InfoPlist.strings in Resources */,
165+
C149EC0E15D5214600B1F558 /* Credits.rtf in Resources */,
166+
C149EC1415D5214600B1F558 /* MainMenu.xib in Resources */,
167+
C159DC2815D5DE8000F5DE24 /* shuttle.icns in Resources */,
168+
7E74A7C61789CE2F0079E0D2 /* shuttle.default.json in Resources */,
169+
);
170+
runOnlyForDeploymentPostprocessing = 0;
171+
};
172+
/* End PBXResourcesBuildPhase section */
173+
174+
/* Begin PBXSourcesBuildPhase section */
175+
C149EBF515D5214600B1F558 /* Sources */ = {
176+
isa = PBXSourcesBuildPhase;
177+
buildActionMask = 2147483647;
178+
files = (
179+
C149EC0A15D5214600B1F558 /* main.m in Sources */,
180+
C149EC1115D5214600B1F558 /* AppDelegate.m in Sources */,
181+
);
182+
runOnlyForDeploymentPostprocessing = 0;
183+
};
184+
/* End PBXSourcesBuildPhase section */
185+
186+
/* Begin PBXVariantGroup section */
187+
C149EC0615D5214600B1F558 /* InfoPlist.strings */ = {
188+
isa = PBXVariantGroup;
189+
children = (
190+
C149EC0715D5214600B1F558 /* en */,
191+
);
192+
name = InfoPlist.strings;
193+
sourceTree = "<group>";
194+
};
195+
C149EC0C15D5214600B1F558 /* Credits.rtf */ = {
196+
isa = PBXVariantGroup;
197+
children = (
198+
C149EC0D15D5214600B1F558 /* en */,
199+
);
200+
name = Credits.rtf;
201+
sourceTree = "<group>";
202+
};
203+
C149EC1215D5214600B1F558 /* MainMenu.xib */ = {
204+
isa = PBXVariantGroup;
205+
children = (
206+
C149EC1315D5214600B1F558 /* en */,
207+
);
208+
name = MainMenu.xib;
209+
sourceTree = "<group>";
210+
};
211+
/* End PBXVariantGroup section */
212+
213+
/* Begin XCBuildConfiguration section */
214+
C149EC1515D5214600B1F558 /* Debug */ = {
215+
isa = XCBuildConfiguration;
216+
buildSettings = {
217+
ALWAYS_SEARCH_USER_PATHS = NO;
218+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
219+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
220+
CLANG_ENABLE_OBJC_ARC = YES;
221+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
222+
COPY_PHASE_STRIP = NO;
223+
GCC_C_LANGUAGE_STANDARD = gnu99;
224+
GCC_DYNAMIC_NO_PIC = NO;
225+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
226+
GCC_OPTIMIZATION_LEVEL = 0;
227+
GCC_PREPROCESSOR_DEFINITIONS = (
228+
"DEBUG=1",
229+
"$(inherited)",
230+
);
231+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
232+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
233+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
234+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
235+
GCC_WARN_UNUSED_VARIABLE = YES;
236+
MACOSX_DEPLOYMENT_TARGET = 10.8;
237+
ONLY_ACTIVE_ARCH = YES;
238+
SDKROOT = macosx;
239+
};
240+
name = Debug;
241+
};
242+
C149EC1615D5214600B1F558 /* Release */ = {
243+
isa = XCBuildConfiguration;
244+
buildSettings = {
245+
ALWAYS_SEARCH_USER_PATHS = NO;
246+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
247+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
248+
CLANG_ENABLE_OBJC_ARC = YES;
249+
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
250+
COPY_PHASE_STRIP = YES;
251+
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
252+
GCC_C_LANGUAGE_STANDARD = gnu99;
253+
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
254+
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
255+
GCC_WARN_ABOUT_RETURN_TYPE = YES;
256+
GCC_WARN_UNINITIALIZED_AUTOS = YES;
257+
GCC_WARN_UNUSED_VARIABLE = YES;
258+
MACOSX_DEPLOYMENT_TARGET = 10.8;
259+
SDKROOT = macosx;
260+
};
261+
name = Release;
262+
};
263+
C149EC1815D5214600B1F558 /* Debug */ = {
264+
isa = XCBuildConfiguration;
265+
buildSettings = {
266+
CODE_SIGN_ENTITLEMENTS = Shuttle/Shuttle.entitlements;
267+
CODE_SIGN_IDENTITY = "";
268+
COMBINE_HIDPI_IMAGES = YES;
269+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
270+
GCC_PREFIX_HEADER = "Shuttle/Shuttle-Prefix.pch";
271+
INFOPLIST_FILE = "Shuttle/Shuttle-Info.plist";
272+
PRODUCT_NAME = "$(TARGET_NAME)";
273+
WRAPPER_EXTENSION = app;
274+
};
275+
name = Debug;
276+
};
277+
C149EC1915D5214600B1F558 /* Release */ = {
278+
isa = XCBuildConfiguration;
279+
buildSettings = {
280+
CODE_SIGN_ENTITLEMENTS = Shuttle/Shuttle.entitlements;
281+
CODE_SIGN_IDENTITY = "";
282+
COMBINE_HIDPI_IMAGES = YES;
283+
GCC_PRECOMPILE_PREFIX_HEADER = YES;
284+
GCC_PREFIX_HEADER = "Shuttle/Shuttle-Prefix.pch";
285+
INFOPLIST_FILE = "Shuttle/Shuttle-Info.plist";
286+
PRODUCT_NAME = "$(TARGET_NAME)";
287+
WRAPPER_EXTENSION = app;
288+
};
289+
name = Release;
290+
};
291+
/* End XCBuildConfiguration section */
292+
293+
/* Begin XCConfigurationList section */
294+
C149EBF315D5214600B1F558 /* Build configuration list for PBXProject "Shuttle" */ = {
295+
isa = XCConfigurationList;
296+
buildConfigurations = (
297+
C149EC1515D5214600B1F558 /* Debug */,
298+
C149EC1615D5214600B1F558 /* Release */,
299+
);
300+
defaultConfigurationIsVisible = 0;
301+
defaultConfigurationName = Release;
302+
};
303+
C149EC1715D5214600B1F558 /* Build configuration list for PBXNativeTarget "Shuttle" */ = {
304+
isa = XCConfigurationList;
305+
buildConfigurations = (
306+
C149EC1815D5214600B1F558 /* Debug */,
307+
C149EC1915D5214600B1F558 /* Release */,
308+
);
309+
defaultConfigurationIsVisible = 0;
310+
defaultConfigurationName = Release;
311+
};
312+
/* End XCConfigurationList section */
313+
};
314+
rootObject = C149EBF015D5214600B1F558 /* Project object */;
315+
}

Shuttle/AppDelegate.h

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//
2+
// AppDelegate.h
3+
// Shuttle
4+
//
5+
6+
#import <Cocoa/Cocoa.h>
7+
8+
@interface AppDelegate : NSObject <NSApplicationDelegate, NSMenuDelegate>{
9+
IBOutlet NSMenu *menu;
10+
IBOutlet NSArrayController *arrayController;
11+
12+
NSStatusItem *statusItem;
13+
NSString *shuttleConfigFile;
14+
NSDate *configModified;
15+
16+
NSString *terminalPref;
17+
NSMutableArray* shuttleHosts;
18+
}
19+
20+
- (void)menuWillOpen:(NSMenu *)menu;
21+
22+
@end

0 commit comments

Comments
 (0)