Skip to content

Commit

Permalink
add 0.1.0 program
Browse files Browse the repository at this point in the history
  • Loading branch information
learning committed Jan 28, 2019
1 parent 5fc2bcd commit 665f682
Show file tree
Hide file tree
Showing 30 changed files with 369 additions and 659 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
B052CED92136987E004B5E87 /* VersionListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VersionListView.swift; sourceTree = "<group>"; };
B066C0692133CFBD005F126B /* Alamofire.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Alamofire.framework; path = Carthage/Build/Mac/Alamofire.framework; sourceTree = "<group>"; };
B066C06C2133D1FC005F126B /* DownloadViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadViewController.swift; sourceTree = "<group>"; };
B06D8ED4212E88F300B65EEE /* node-box.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "node-box.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B06D8ED4212E88F300B65EEE /* Node Box.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Node Box.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B06D8ED7212E88F400B65EEE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
B06D8ED9212E88F400B65EEE /* TabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabViewController.swift; sourceTree = "<group>"; };
B06D8EDB212E88F500B65EEE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -90,7 +90,7 @@
B06D8ED5212E88F300B65EEE /* Products */ = {
isa = PBXGroup;
children = (
B06D8ED4212E88F300B65EEE /* node-box.app */,
B06D8ED4212E88F300B65EEE /* Node Box.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -120,9 +120,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
B06D8ED3212E88F300B65EEE /* node-box */ = {
B06D8ED3212E88F300B65EEE /* Node Box */ = {
isa = PBXNativeTarget;
buildConfigurationList = B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "node-box" */;
buildConfigurationList = B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "Node Box" */;
buildPhases = (
B06D8ED0212E88F300B65EEE /* Sources */,
B06D8ED1212E88F300B65EEE /* Frameworks */,
Expand All @@ -133,9 +133,9 @@
);
dependencies = (
);
name = "node-box";
name = "Node Box";
productName = "node-box";
productReference = B06D8ED4212E88F300B65EEE /* node-box.app */;
productReference = B06D8ED4212E88F300B65EEE /* Node Box.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -159,7 +159,7 @@
};
};
};
buildConfigurationList = B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "node-box" */;
buildConfigurationList = B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "Node Box" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -172,7 +172,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
B06D8ED3212E88F300B65EEE /* node-box */,
B06D8ED3212E88F300B65EEE /* Node Box */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -384,7 +384,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "node-box" */ = {
B06D8ECF212E88F300B65EEE /* Build configuration list for PBXProject "Node Box" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B06D8EE2212E88F500B65EEE /* Debug */,
Expand All @@ -393,7 +393,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "node-box" */ = {
B06D8EE4212E88F500B65EEE /* Build configuration list for PBXNativeTarget "Node Box" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B06D8EE5212E88F500B65EEE /* Debug */,
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# node-box
# Node Box

A Node.js version manager for macOS


5 changes: 5 additions & 0 deletions mac/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}
return true
}

@IBAction func help(_ sender: Any) {
NSWorkspace.shared.open(URL.init(string: "https://github.com/learning/node-box")!)
}

}

30 changes: 20 additions & 10 deletions mac/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,63 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "[email protected]",
"scale" : "1x"
},
{
"idiom" : "mac",
"size" : "512x512",
"idiom" : "mac",
"filename" : "Group.png",
"scale" : "2x"
}
],
Expand Down
Binary file added mac/Assets.xcassets/AppIcon.appiconset/Group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 665f682

Please sign in to comment.