Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
waylybaye committed Feb 24, 2021
1 parent 4adb73f commit 833a1dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Swapman


## USAGE

1. Download swapman.app in releases
2. open Terminal
3. run `sudo Swapman.app/Contents/MacOS/Swapman`

2 changes: 2 additions & 0 deletions Swapman.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
B425125E25E63D8A00281D84 /* Swapman.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Swapman.app; sourceTree = BUILT_PRODUCTS_DIR; };
B425126025E63D8A00281D84 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
B425126125E63D8A00281D84 /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
B425127625E6641000281D84 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -53,6 +54,7 @@
B425124625E63D8900281D84 = {
isa = PBXGroup;
children = (
B425127625E6641000281D84 /* README.md */,
B425124B25E63D8900281D84 /* Shared */,
B425125825E63D8A00281D84 /* iOS */,
B425125F25E63D8A00281D84 /* macOS */,
Expand Down

0 comments on commit 833a1dd

Please sign in to comment.