Skip to content

Commit

Permalink
v0.0.7-8
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan32546 committed Mar 16, 2021
1 parent 6db16e0 commit 6b4d98d
Show file tree
Hide file tree
Showing 2,287 changed files with 830,898 additions and 1,018 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pccontrol/test-control.py
pccontrol/test.py
pccontrol/Podfile.lock
pccontrol/backups
**/.DS_Store
**/.theos
**/.idea
**/logs
**/packages
**/__pycache__
layout/usr/lib/python3.7/test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# lipoplastic setup for armv6 + arm64 compilation
export ARCHS = arm64e arm64 armv7
export THEOS_DEVICE_IP = 192.168.0.14
export THEOS_DEVICE_IP = 192.168.0.5

SUBPROJECTS = appdelegate zxtouch-binary pccontrol

Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.zjx.ioscontrol
Name: ZXTouch
Version: 0.0.7-5
Version: 0.0.7-8
Depends: sudo, mobilesubstrate
Architecture: iphoneos-arm
Description: ZXTouch Main Application
Expand Down
21 changes: 21 additions & 0 deletions init.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import os
import spur

ip_addr = "192.168.0.19"


#os.system("cp -r /Users/jason/Library/Developer/Xcode/DerivedData/zxtouch-hbsjteiysuzetgbhemilfxatkcdd/Build/Products/Debug-iphoneos/zxtouch.app /Users/jason/Code/ioscontrol/zxtouch-xcode-install/Applications/")
os.system("codesign --entitlements /Users/jason/Code/ioscontrol/zxtouch-xcode-install/entitlements.plist -f -s \"Apple Development: jiz176@pitt.edu (L8FGNSF6R4)\" /Users/jason/Code/ioscontrol/layout/Applications/zxtouch.app")

'''
os.system("dpkg-deb -Zgzip -b /Users/jason/Code/ioscontrol/zxtouch-xcode-install/")
os.system("scp /Users/jason/Code/ioscontrol/zxtouch-xcode-install.deb root@" + ip_addr + ":/zxtouch.deb")
# install on ios devices
print("start installing")
shell = spur.SshShell(hostname=ip_addr, username="root", password="xuan32546")
result = shell.run(["dpkg", "-i", "/zxtouch.deb"])
result = shell.run(["killall", "zxtouch"])
'''
Binary file modified layout/Applications/zxtouch.app/Assets.car
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>embedded.mobileprovision</key>
<data>
v5a3gwpkgoWfZTxardCB2/3ij7A=
uaHZmSJM4a9WxeA0fFXxkrrMYCs=
</data>
<key>en.lproj/Localizable.strings</key>
<dict>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dict>
<key>hash2</key>
<data>
JKgnwx8xIgvdfWsGqIQpoTXIgS9UPUB0CS8sA+IC88s=
Ripxkk/qlgR7ZWseRQQL0bRAVxblzB0Kr8TtVSmDbsA=
</data>
</dict>
<key>en.lproj/Localizable.strings</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified layout/Applications/zxtouch.app/TableViewCellSingleChoice.nib
Binary file not shown.
Binary file modified layout/Applications/zxtouch.app/TableViewCellWithEntry.nib
Binary file not shown.
Binary file modified layout/Applications/zxtouch.app/TableViewCellWithInput.nib
Binary file not shown.
Binary file not shown.
Binary file modified layout/Applications/zxtouch.app/TableViewCellWithSlider.nib
Binary file not shown.
Binary file modified layout/Applications/zxtouch.app/TableViewCellWithSwitch.nib
Binary file not shown.
Loading

0 comments on commit 6b4d98d

Please sign in to comment.