Skip to content

Commit 665f682

Browse files
committed
add 0.1.0 program
1 parent 5fc2bcd commit 665f682

30 files changed

+369
-659
lines changed

node-box.xcodeproj/project.pbxproj renamed to Node Box.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
B052CED92136987E004B5E87 /* VersionListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionListView.swift; sourceTree = "<group>"; };
4444
B066C0692133CFBD005F126B /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/Mac/Alamofire.framework; sourceTree = "<group>"; };
4545
B066C06C2133D1FC005F126B /* DownloadViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadViewController.swift; sourceTree = "<group>"; };
46-
B06D8ED4212E88F300B65EEE /* node-box.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "node-box.app"; sourceTree = BUILT_PRODUCTS_DIR; };
46+
B06D8ED4212E88F300B65EEE /* Node Box.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Node Box.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4747
B06D8ED7212E88F400B65EEE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4848
B06D8ED9212E88F400B65EEE /* TabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabViewController.swift; sourceTree = "<group>"; };
4949
B06D8EDB212E88F500B65EEE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -90,7 +90,7 @@
9090
B06D8ED5212E88F300B65EEE /* Products */ = {
9191
isa = PBXGroup;
9292
children = (
93-
B06D8ED4212E88F300B65EEE /* node-box.app */,
93+
B06D8ED4212E88F300B65EEE /* Node Box.app */,
9494
);
9595
name = Products;
9696
sourceTree = "<group>";
@@ -120,9 +120,9 @@
120120
/* End PBXGroup section */
121121

122122
/* Begin PBXNativeTarget section */
123-
B06D8ED3212E88F300B65EEE /* node-box */ = {
123+
B06D8ED3212E88F300B65EEE /* Node Box */ = {
124124
isa = PBXNativeTarget;
125-
buildConfigurationList = B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "node-box" */;
125+
buildConfigurationList = B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "Node Box" */;
126126
buildPhases = (
127127
B06D8ED0212E88F300B65EEE /* Sources */,
128128
B06D8ED1212E88F300B65EEE /* Frameworks */,
@@ -133,9 +133,9 @@
133133
);
134134
dependencies = (
135135
);
136-
name = "node-box";
136+
name = "Node Box";
137137
productName = "node-box";
138-
productReference = B06D8ED4212E88F300B65EEE /* node-box.app */;
138+
productReference = B06D8ED4212E88F300B65EEE /* Node Box.app */;
139139
productType = "com.apple.product-type.application";
140140
};
141141
/* End PBXNativeTarget section */
@@ -159,7 +159,7 @@
159159
};
160160
};
161161
};
162-
buildConfigurationList = B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "node-box" */;
162+
buildConfigurationList = B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "Node Box" */;
163163
compatibilityVersion = "Xcode 9.3";
164164
developmentRegion = en;
165165
hasScannedForEncodings = 0;
@@ -172,7 +172,7 @@
172172
projectDirPath = "";
173173
projectRoot = "";
174174
targets = (
175-
B06D8ED3212E88F300B65EEE /* node-box */,
175+
B06D8ED3212E88F300B65EEE /* Node Box */,
176176
);
177177
};
178178
/* End PBXProject section */
@@ -384,7 +384,7 @@
384384
/* End XCBuildConfiguration section */
385385

386386
/* Begin XCConfigurationList section */
387-
B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "node-box" */ = {
387+
B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "Node Box" */ = {
388388
isa = XCConfigurationList;
389389
buildConfigurations = (
390390
B06D8EE2212E88F500B65EEE /* Debug */,
@@ -393,7 +393,7 @@
393393
defaultConfigurationIsVisible = 0;
394394
defaultConfigurationName = Release;
395395
};
396-
B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "node-box" */ = {
396+
B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "Node Box" */ = {
397397
isa = XCConfigurationList;
398398
buildConfigurations = (
399399
B06D8EE5212E88F500B65EEE /* Debug */,

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
# node-box
1+
# Node Box
2+
3+
A Node.js version manager for macOS
4+
5+

mac/AppDelegate.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
2525
}
2626
return true
2727
}
28+
29+
@IBAction func help(_ sender: Any) {
30+
NSWorkspace.shared.open(URL.init(string: "https://github.com/learning/node-box")!)
31+
}
32+
2833
}
2934

mac/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,63 @@
11
{
22
"images" : [
33
{
4-
"idiom" : "mac",
54
"size" : "16x16",
5+
"idiom" : "mac",
6+
"filename" : "[email protected]",
67
"scale" : "1x"
78
},
89
{
9-
"idiom" : "mac",
1010
"size" : "16x16",
11+
"idiom" : "mac",
12+
"filename" : "[email protected]",
1113
"scale" : "2x"
1214
},
1315
{
14-
"idiom" : "mac",
1516
"size" : "32x32",
17+
"idiom" : "mac",
18+
"filename" : "[email protected]",
1619
"scale" : "1x"
1720
},
1821
{
19-
"idiom" : "mac",
2022
"size" : "32x32",
23+
"idiom" : "mac",
24+
"filename" : "[email protected]",
2125
"scale" : "2x"
2226
},
2327
{
24-
"idiom" : "mac",
2528
"size" : "128x128",
29+
"idiom" : "mac",
30+
"filename" : "[email protected]",
2631
"scale" : "1x"
2732
},
2833
{
29-
"idiom" : "mac",
3034
"size" : "128x128",
35+
"idiom" : "mac",
36+
"filename" : "[email protected]",
3137
"scale" : "2x"
3238
},
3339
{
34-
"idiom" : "mac",
3540
"size" : "256x256",
41+
"idiom" : "mac",
42+
"filename" : "[email protected]",
3643
"scale" : "1x"
3744
},
3845
{
39-
"idiom" : "mac",
4046
"size" : "256x256",
47+
"idiom" : "mac",
48+
"filename" : "[email protected]",
4149
"scale" : "2x"
4250
},
4351
{
44-
"idiom" : "mac",
4552
"size" : "512x512",
53+
"idiom" : "mac",
54+
"filename" : "[email protected]",
4655
"scale" : "1x"
4756
},
4857
{
49-
"idiom" : "mac",
5058
"size" : "512x512",
59+
"idiom" : "mac",
60+
"filename" : "Group.png",
5161
"scale" : "2x"
5262
}
5363
],
72.4 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)