Skip to content

Commit

Permalink
embed scrcpy-server jar
Browse files Browse the repository at this point in the history
  • Loading branch information
wsvn53 committed Jul 7, 2021
1 parent 42d7e87 commit 84d67c2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scrcpy-server:
curl -o scrcpy-server/scrcpy-server -L https://github.com/Genymobile/scrcpy/releases/download/v1.18/scrcpy-server-v1.18

.PHONY: scrcpy-server
12 changes: 12 additions & 0 deletions Scrcpy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
AAA221A026959AA200307990 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AAA2219F26959AA200307990 /* Assets.xcassets */; };
AAA221A326959AA200307990 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AAA221A126959AA200307990 /* LaunchScreen.storyboard */; };
AAA221A626959AA200307990 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = AAA221A526959AA200307990 /* main.m */; };
AAA221AE2695A3B000307990 /* scrcpy-server in Resources */ = {isa = PBXBuildFile; fileRef = AAA221AD2695A3B000307990 /* scrcpy-server */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -21,6 +22,7 @@
AAA221A226959AA200307990 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
AAA221A426959AA200307990 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AAA221A526959AA200307990 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
AAA221AD2695A3B000307990 /* scrcpy-server */ = {isa = PBXFileReference; lastKnownFileType = file; path = "scrcpy-server"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -37,6 +39,7 @@
AAA2218726959AA000307990 = {
isa = PBXGroup;
children = (
AAA221AC2695A3B000307990 /* scrcpy-server */,
AAA2219226959AA000307990 /* Scrcpy */,
AAA2219126959AA000307990 /* Products */,
);
Expand All @@ -63,6 +66,14 @@
path = Scrcpy;
sourceTree = "<group>";
};
AAA221AC2695A3B000307990 /* scrcpy-server */ = {
isa = PBXGroup;
children = (
AAA221AD2695A3B000307990 /* scrcpy-server */,
);
path = "scrcpy-server";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -120,6 +131,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AAA221AE2695A3B000307990 /* scrcpy-server in Resources */,
AAA221A326959AA200307990 /* LaunchScreen.storyboard in Resources */,
AAA221A026959AA200307990 /* Assets.xcassets in Resources */,
);
Expand Down
Binary file added scrcpy-server/scrcpy-server
Binary file not shown.

0 comments on commit 84d67c2

Please sign in to comment.