Skip to content

Commit

Permalink
Merged Main and Update PKG senders into one field (as it's still work…
Browse files Browse the repository at this point in the history
…s as intended) and added Payload Sender instead.
  • Loading branch information
IH0kN3m committed Nov 20, 2018
1 parent b967472 commit e52e3ff
Show file tree
Hide file tree
Showing 27 changed files with 1,848 additions and 147 deletions.
12 changes: 10 additions & 2 deletions PS4 Remote Sender.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6C7AB00821A4CA8800E499A3 /* screen.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C7AB00721A4CA8700E499A3 /* screen.png */; };
6CB919B92185A2F00024E88D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB919B82185A2F00024E88D /* AppDelegate.swift */; };
6CB919BB2185A2F00024E88D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CB919BA2185A2F00024E88D /* ViewController.swift */; };
6CB919BD2185A2F40024E88D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CB919BC2185A2F40024E88D /* Assets.xcassets */; };
Expand All @@ -22,6 +23,7 @@
6CE756622185F4E00040DF8C /* RemoteProcessProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE756552185F4AD0040DF8C /* RemoteProcessProtocol.swift */; };
6CE756632185F4E00040DF8C /* CodesignChecker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE756542185F4AD0040DF8C /* CodesignChecker.swift */; };
6CE756652185FC970040DF8C /* AppAuthorizationRights.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE756642185FC970040DF8C /* AppAuthorizationRights.swift */; };
6CE7DB1621A4C5B50057D8EF /* SwiftSocket.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CE7DB1521A4C5B50057D8EF /* SwiftSocket.framework */; };
6CF7D27421877822007607A2 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 6CF7D27321877822007607A2 /* README.md */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -49,6 +51,8 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
6C7AB00721A4CA8700E499A3 /* screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screen.png; sourceTree = "<group>"; };
6C85111021A4AE3300C38321 /* Starscream.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Starscream.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6CAF5A032185B7BA00545BA2 /* cocoasudo.dms */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = cocoasudo.dms; sourceTree = "<group>"; };
6CAF5A072185B90D00545BA2 /* cocoasudo */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = cocoasudo; path = ../../../../Desktop/cocoasudo; sourceTree = "<group>"; };
6CAF5A092185B93500545BA2 /* cocoasudo.dms */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name = cocoasudo.dms; path = ../../../../Downloads/cocoasudo.dms; sourceTree = "<group>"; };
Expand All @@ -60,7 +64,6 @@
6CB919BF2185A2F40024E88D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6CB919C12185A2F40024E88D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6CB919C22185A2F40024E88D /* PS4_Remote_Sender.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PS4_Remote_Sender.entitlements; sourceTree = "<group>"; };
6CDB284121870B4F0048DFE4 /* screen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screen.png; sourceTree = "<group>"; };
6CE7564B2185F4910040DF8C /* PS4RemoteSenderHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PS4RemoteSenderHelper; sourceTree = BUILT_PRODUCTS_DIR; };
6CE756522185F4AC0040DF8C /* PS4RemoteSenderHelper-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PS4RemoteSenderHelper-Bridging-Header.h"; sourceTree = "<group>"; };
6CE756532185F4AD0040DF8C /* PrivilegedTaskRunnerHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PrivilegedTaskRunnerHelper.swift; sourceTree = "<group>"; };
Expand All @@ -71,6 +74,7 @@
6CE756582185F4AD0040DF8C /* PrivilegedTaskRunnerHelper-Launchd.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "PrivilegedTaskRunnerHelper-Launchd.plist"; sourceTree = "<group>"; };
6CE756592185F4AE0040DF8C /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
6CE756642185FC970040DF8C /* AppAuthorizationRights.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppAuthorizationRights.swift; sourceTree = "<group>"; };
6CE7DB1521A4C5B50057D8EF /* SwiftSocket.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftSocket.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6CF7D27321877822007607A2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -79,6 +83,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6CE7DB1621A4C5B50057D8EF /* SwiftSocket.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -95,6 +100,8 @@
6CAF5A022185B7BA00545BA2 /* Frameworks */ = {
isa = PBXGroup;
children = (
6CE7DB1521A4C5B50057D8EF /* SwiftSocket.framework */,
6C85111021A4AE3300C38321 /* Starscream.framework */,
6CAF5A092185B93500545BA2 /* cocoasudo.dms */,
6CAF5A072185B90D00545BA2 /* cocoasudo */,
6CAF5A032185B7BA00545BA2 /* cocoasudo.dms */,
Expand Down Expand Up @@ -133,7 +140,7 @@
6CB919C12185A2F40024E88D /* Info.plist */,
6CB919C22185A2F40024E88D /* PS4_Remote_Sender.entitlements */,
6CAF5A0F2185BE8600545BA2 /* PS4 Remote Sender-Bridging-Header.h */,
6CDB284121870B4F0048DFE4 /* screen.png */,
6C7AB00721A4CA8700E499A3 /* screen.png */,
);
path = "PS4 Remote Sender";
sourceTree = "<group>";
Expand Down Expand Up @@ -236,6 +243,7 @@
buildActionMask = 2147483647;
files = (
6CF7D27421877822007607A2 /* README.md in Resources */,
6C7AB00821A4CA8800E499A3 /* screen.png in Resources */,
6CB919BD2185A2F40024E88D /* Assets.xcassets in Resources */,
6CB919C02185A2F40024E88D /* Main.storyboard in Resources */,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>PS4RemoteSenderHelper.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>4</integer>
</dict>
<key>ps4-remote-helper.xcscheme</key>
<dict>
Expand Down
10 changes: 10 additions & 0 deletions PS4 Remote Sender.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
21 changes: 11 additions & 10 deletions PS4 Remote Sender/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@
<scene sceneID="hIz-AP-VOD">
<objects>
<viewController id="XfG-lQ-9wD" customClass="ViewController" customModule="PS4_Remote_Sender" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" wantsLayer="YES" misplaced="YES" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="666" height="533"/>
<view key="view" wantsLayer="YES" id="m2S-Jp-Qdl">
<rect key="frame" x="0.0" y="0.0" width="654" height="533"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<visualEffectView blendingMode="behindWindow" material="ultraDark" state="active" translatesAutoresizingMaskIntoConstraints="NO" id="8CL-YE-wia">
Expand Down Expand Up @@ -766,7 +766,7 @@
<constraints>
<constraint firstAttribute="width" constant="190" id="cZM-Fu-6uX"/>
</constraints>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Main PKG Files" id="CDm-0n-leM">
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Package Files" id="CDm-0n-leM">
<font key="font" metaFont="system" size="22"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -778,7 +778,7 @@
<constraint firstAttribute="height" constant="40" id="AeP-a0-guA"/>
<constraint firstAttribute="width" constant="506" id="wQ6-4k-Xki"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="./****-UPDATE.pkg" drawsBackground="YES" id="tGW-e1-Byz">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="./****-payload.bin" drawsBackground="YES" id="tGW-e1-Byz">
<numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" maximumFractionDigits="3" id="I8V-fv-Uju"/>
<font key="font" metaFont="system" size="18"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -790,7 +790,7 @@
<constraints>
<constraint firstAttribute="width" constant="225" id="FN8-ne-Axk"/>
</constraints>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Update PKG Files" id="Wxq-cM-CO2">
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Payload File" id="Wxq-cM-CO2">
<font key="font" metaFont="system" size="22"/>
<color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand All @@ -806,15 +806,16 @@
<font key="font" metaFont="system" size="20"/>
</buttonCell>
<connections>
<action selector="updatePkgFilesButtonPressed:" target="XfG-lQ-9wD" id="ffL-nd-qWA"/>
<action selector="payloadSenderButtonPressed:" target="XfG-lQ-9wD" id="LeA-gY-Cdk"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="02m-ik-V4f">
<rect key="frame" x="528" y="357" width="112" height="51"/>
<constraints>
<constraint firstAttribute="width" constant="100" id="I3r-r8-8rS"/>
<constraint firstAttribute="height" constant="40" id="xn1-UT-m49"/>
</constraints>
<buttonCell key="cell" type="push" title="Browse" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="VEg-02-H61">
<buttonCell key="cell" type="push" title="Browse" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="VEg-02-H61">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system" size="20"/>
</buttonCell>
Expand Down Expand Up @@ -865,7 +866,7 @@
<constraints>
<constraint firstAttribute="width" constant="614" id="ocg-er-T9g"/>
</constraints>
<scroller key="verticalScroller" verticalHuggingPriority="750" horizontal="NO" id="HsE-Sp-4dl">
<scroller key="verticalScroller" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="HsE-Sp-4dl">
<rect key="frame" x="598" y="0.0" width="16" height="160"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
Expand Down Expand Up @@ -909,10 +910,10 @@
<outlet property="consoleView" destination="UlK-ga-TlN" id="Zf4-hu-467"/>
<outlet property="mainPkgFilesButton" destination="02m-ik-V4f" id="69q-cE-Sj3"/>
<outlet property="mainPkgFilesTextField" destination="Ufl-5X-v8u" id="dfd-6i-GXt"/>
<outlet property="payloadSenderButton" destination="Us0-Be-gDk" id="Jrl-fA-dOi"/>
<outlet property="payloadSenderTextField" destination="gbK-ZQ-vOK" id="lLh-NI-8CH"/>
<outlet property="ps4IpTextField" destination="vNo-zu-IT2" id="Uic-yL-h2S"/>
<outlet property="sendButton" destination="VPJ-1S-PHx" id="OIL-8N-GV5"/>
<outlet property="updatePkgFilesButton" destination="Us0-Be-gDk" id="Xg1-7Q-Npy"/>
<outlet property="updatePkgFilesTextField" destination="gbK-ZQ-vOK" id="oV1-re-8vh"/>
</connections>
</viewController>
<customObject id="rPt-NT-nkU" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
Expand Down
2 changes: 1 addition & 1 deletion PS4 Remote Sender/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>2</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
Loading

0 comments on commit e52e3ff

Please sign in to comment.