Skip to content

Commit

Permalink
Move libapps to deps/
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jun 7, 2020
1 parent 393eb21 commit e491f23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "libapps"]
path = app/terminal/libapps
path = deps/libapps
url = https://github.com/ish-app/libapps
6 changes: 3 additions & 3 deletions iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
BB235536235D49B300139E00 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
BB23F58B231E1D1400585522 /* ScrollbarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ScrollbarView.h; sourceTree = "<group>"; };
BB23F58C231E1D1400585522 /* ScrollbarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ScrollbarView.m; sourceTree = "<group>"; };
BB2B4DAB231D94C300CB578B /* hterm_all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = hterm_all.js; path = libapps/hterm/dist/js/hterm_all.js; sourceTree = "<group>"; };
BB2B4DAB231D94C300CB578B /* hterm_all.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = hterm_all.js; path = ../../deps/libapps/hterm/dist/js/hterm_all.js; sourceTree = "<group>"; };
BB2D71082354244700A10D1E /* darwin.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = darwin.c; sourceTree = "<group>"; };
BB2D71092354244700A10D1E /* linux.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = linux.c; sourceTree = "<group>"; };
BB2D710A2354244700A10D1E /* platform.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = platform.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -943,11 +943,11 @@
);
name = "Compile JavaScript";
outputPaths = (
"$(SRCROOT)/app/terminal/libapps/hterm/dist/js/hterm_all.js",
"$(SRCROOT)/deps/hterm/dist/js/hterm_all.js",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = "/bin/sh -e";
shellScript = "cd $SRCROOT/app/terminal/libapps\n./hterm/bin/mkdist\n";
shellScript = "cd $SRCROOT/deps/libapps\n./hterm/bin/mkdist\n";
};
BBF1248A1FA7BDBA0088FB50 /* Create Alpine Filesystem */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit e491f23

Please sign in to comment.