Browse Source

1.0-1 release

- No code base changes.
- Makefile adjustment
- This should work the way it's supposed to.
master
iKilledAppl3 4 years ago
parent
commit
c273e2b93d
36 changed files with 58 additions and 119 deletions
  1. +3
    -3
      .theos/_/DEBIAN/control
  2. BIN
      .theos/_/Library/MobileSubstrate/DynamicLibraries/ZenithDark.dylib
  3. +1
    -1
      .theos/last_package
  4. BIN
      .theos/obj/ZenithDark.dylib
  5. +0
    -17
      .theos/obj/arm64/Tweak.x.cad97e75.Td
  6. BIN
      .theos/obj/arm64/Tweak.x.cad97e75.o
  7. +23
    -0
      .theos/obj/arm64/Tweak.xm.c3718326.Td
  8. BIN
      .theos/obj/arm64/Tweak.xm.c3718326.o
  9. BIN
      .theos/obj/arm64/ZenithDark.dylib
  10. BIN
      .theos/obj/arm64/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib
  11. +0
    -17
      .theos/obj/arm64e/Tweak.x.085b6ed1.Td
  12. BIN
      .theos/obj/arm64e/Tweak.x.085b6ed1.o
  13. +23
    -0
      .theos/obj/arm64e/Tweak.xm.6dacc520.Td
  14. BIN
      .theos/obj/arm64e/Tweak.xm.6dacc520.o
  15. BIN
      .theos/obj/arm64e/ZenithDark.dylib
  16. BIN
      .theos/obj/arm64e/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib
  17. +0
    -0
      .theos/obj/debug/.stamp
  18. BIN
      .theos/obj/debug/ZenithDark.dylib
  19. +0
    -17
      .theos/obj/debug/arm64/Tweak.x.a3df4fbe.Td
  20. BIN
      .theos/obj/debug/arm64/Tweak.x.a3df4fbe.o
  21. BIN
      .theos/obj/debug/arm64/ZenithDark.dylib
  22. +0
    -20
      .theos/obj/debug/arm64/ZenithDark.dylib.dSYM/Contents/Info.plist
  23. BIN
      .theos/obj/debug/arm64/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib
  24. +0
    -17
      .theos/obj/debug/arm64e/Tweak.x.27fea1d1.Td
  25. BIN
      .theos/obj/debug/arm64e/Tweak.x.27fea1d1.o
  26. BIN
      .theos/obj/debug/arm64e/ZenithDark.dylib
  27. +0
    -20
      .theos/obj/debug/arm64e/ZenithDark.dylib.dSYM/Contents/Info.plist
  28. BIN
      .theos/obj/debug/arm64e/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib
  29. +0
    -1
      .theos/packages/com.mac-user669.zenithdark-0.0.1
  30. +0
    -1
      .theos/packages/com.mac-user669.zenithdark-0.0.2
  31. +6
    -3
      Makefile
  32. +0
    -0
      Tweak.xm
  33. +1
    -1
      ZenithDark.h
  34. +1
    -1
      control
  35. BIN
      packages/com.mac-user669.zenithdark_0.0.2_iphoneos-arm.deb
  36. BIN
      packages/com.mac-user669.zenithdark_1.0-1_iphoneos-arm.deb

+ 3
- 3
.theos/_/DEBIAN/control View File

@@ -1,12 +1,12 @@
Package: com.mac-user669.zenithdark
Architecture: iphoneos-arm
Maintainer: mac-user669
Depends: mobilesubstrate, com.muirey03.zenith
Depends: mobilesubstrate, com.muirey03.zenith, firmware (>=13.0)
Section: Tweaks
Description: Changes Zeniths tabs to a dark blur
Author: mac-user669
Name: ZenithDark
Sileodepiction: https://raw.githubusercontent.com/mac-user669/repo/master/sileodepictions/ZenithDark.json
Depiction: https://mac-user669.github.io/repo/depictions/?p=com.mac-user669.zenithdark/
Version: 0.0.2
Installed-Size: 168
Version: 1.0-1
Installed-Size: 104

BIN
.theos/_/Library/MobileSubstrate/DynamicLibraries/ZenithDark.dylib View File


+ 1
- 1
.theos/last_package View File

@@ -1 +1 @@
./packages/com.mac-user669.zenithdark_0.0.2_iphoneos-arm.deb
./packages/com.mac-user669.zenithdark_1.0-1_iphoneos-arm.deb

BIN
.theos/obj/ZenithDark.dylib View File


+ 0
- 17
.theos/obj/arm64/Tweak.x.cad97e75.Td View File

@@ -1,17 +0,0 @@
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/arm64/Tweak.x.cad97e75.o: \
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/arm64/Tweak.x.m \
/Users/cooperhull/theos/Prefix.pch \
/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/cooperhull/theos/vendor/include/HBLog.h \
/Users/cooperhull/theos/vendor/include/substrate.h

/Users/cooperhull/theos/Prefix.pch:

/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/cooperhull/theos/vendor/include/HBLog.h:

/Users/cooperhull/theos/vendor/include/substrate.h:

BIN
.theos/obj/arm64/Tweak.x.cad97e75.o View File


+ 23
- 0
.theos/obj/arm64/Tweak.xm.c3718326.Td View File

@@ -0,0 +1,23 @@
/Users/ikilledappl3/tweaks/ZenithDark/.theos/obj/arm64/Tweak.xm.c3718326.o: \
/Users/ikilledappl3/tweaks/ZenithDark/.theos/obj/arm64/Tweak.xm.mm \
/Users/ikilledappl3/theos/Prefix.pch \
/Users/ikilledappl3/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/ikilledappl3/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/ikilledappl3/theos/vendor/include/HBLog.h \
/Users/ikilledappl3/theos/vendor/include/CoreFoundation/CFLogUtilities.h \
/Users/ikilledappl3/tweaks/ZenithDark/ZenithDark.h \
/Users/ikilledappl3/theos/vendor/include/substrate.h

/Users/ikilledappl3/theos/Prefix.pch:

/Users/ikilledappl3/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/ikilledappl3/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/ikilledappl3/theos/vendor/include/HBLog.h:

/Users/ikilledappl3/theos/vendor/include/CoreFoundation/CFLogUtilities.h:

/Users/ikilledappl3/tweaks/ZenithDark/ZenithDark.h:

/Users/ikilledappl3/theos/vendor/include/substrate.h:

BIN
.theos/obj/arm64/Tweak.xm.c3718326.o View File


BIN
.theos/obj/arm64/ZenithDark.dylib View File


BIN
.theos/obj/arm64/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib View File


+ 0
- 17
.theos/obj/arm64e/Tweak.x.085b6ed1.Td View File

@@ -1,17 +0,0 @@
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/arm64e/Tweak.x.085b6ed1.o: \
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/arm64e/Tweak.x.m \
/Users/cooperhull/theos/Prefix.pch \
/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/cooperhull/theos/vendor/include/HBLog.h \
/Users/cooperhull/theos/vendor/include/substrate.h

/Users/cooperhull/theos/Prefix.pch:

/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/cooperhull/theos/vendor/include/HBLog.h:

/Users/cooperhull/theos/vendor/include/substrate.h:

BIN
.theos/obj/arm64e/Tweak.x.085b6ed1.o View File


+ 23
- 0
.theos/obj/arm64e/Tweak.xm.6dacc520.Td View File

@@ -0,0 +1,23 @@
/Users/ikilledappl3/tweaks/ZenithDark/.theos/obj/arm64e/Tweak.xm.6dacc520.o: \
/Users/ikilledappl3/tweaks/ZenithDark/.theos/obj/arm64e/Tweak.xm.mm \
/Users/ikilledappl3/theos/Prefix.pch \
/Users/ikilledappl3/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/ikilledappl3/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/ikilledappl3/theos/vendor/include/HBLog.h \
/Users/ikilledappl3/theos/vendor/include/CoreFoundation/CFLogUtilities.h \
/Users/ikilledappl3/tweaks/ZenithDark/ZenithDark.h \
/Users/ikilledappl3/theos/vendor/include/substrate.h

/Users/ikilledappl3/theos/Prefix.pch:

/Users/ikilledappl3/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/ikilledappl3/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/ikilledappl3/theos/vendor/include/HBLog.h:

/Users/ikilledappl3/theos/vendor/include/CoreFoundation/CFLogUtilities.h:

/Users/ikilledappl3/tweaks/ZenithDark/ZenithDark.h:

/Users/ikilledappl3/theos/vendor/include/substrate.h:

BIN
.theos/obj/arm64e/Tweak.xm.6dacc520.o View File


BIN
.theos/obj/arm64e/ZenithDark.dylib View File


BIN
.theos/obj/arm64e/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib View File


+ 0
- 0
.theos/obj/debug/.stamp View File


BIN
.theos/obj/debug/ZenithDark.dylib View File


+ 0
- 17
.theos/obj/debug/arm64/Tweak.x.a3df4fbe.Td View File

@@ -1,17 +0,0 @@
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/debug/arm64/Tweak.x.a3df4fbe.o: \
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/debug/arm64/Tweak.x.m \
/Users/cooperhull/theos/Prefix.pch \
/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/cooperhull/theos/vendor/include/HBLog.h \
/Users/cooperhull/theos/vendor/include/substrate.h

/Users/cooperhull/theos/Prefix.pch:

/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/cooperhull/theos/vendor/include/HBLog.h:

/Users/cooperhull/theos/vendor/include/substrate.h:

BIN
.theos/obj/debug/arm64/Tweak.x.a3df4fbe.o View File


BIN
.theos/obj/debug/arm64/ZenithDark.dylib View File


+ 0
- 20
.theos/obj/debug/arm64/ZenithDark.dylib.dSYM/Contents/Info.plist View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.ZenithDark.dylib</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

BIN
.theos/obj/debug/arm64/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib View File


+ 0
- 17
.theos/obj/debug/arm64e/Tweak.x.27fea1d1.Td View File

@@ -1,17 +0,0 @@
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/debug/arm64e/Tweak.x.27fea1d1.o: \
/Users/cooperhull/Desktop/Tweaks/ZenithDark/.theos/obj/debug/arm64e/Tweak.x.m \
/Users/cooperhull/theos/Prefix.pch \
/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h \
/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h \
/Users/cooperhull/theos/vendor/include/HBLog.h \
/Users/cooperhull/theos/vendor/include/substrate.h

/Users/cooperhull/theos/Prefix.pch:

/Users/cooperhull/theos/vendor/include/_Prefix/BackwardsCompat.h:

/Users/cooperhull/theos/vendor/include/_Prefix/IOSMacros.h:

/Users/cooperhull/theos/vendor/include/HBLog.h:

/Users/cooperhull/theos/vendor/include/substrate.h:

BIN
.theos/obj/debug/arm64e/Tweak.x.27fea1d1.o View File


BIN
.theos/obj/debug/arm64e/ZenithDark.dylib View File


+ 0
- 20
.theos/obj/debug/arm64e/ZenithDark.dylib.dSYM/Contents/Info.plist View File

@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.ZenithDark.dylib</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>

BIN
.theos/obj/debug/arm64e/ZenithDark.dylib.dSYM/Contents/Resources/DWARF/ZenithDark.dylib View File


+ 0
- 1
.theos/packages/com.mac-user669.zenithdark-0.0.1 View File

@@ -1 +0,0 @@
1

+ 0
- 1
.theos/packages/com.mac-user669.zenithdark-0.0.2 View File

@@ -1 +0,0 @@
2

+ 6
- 3
Makefile View File

@@ -1,13 +1,16 @@
INSTALL_TARGET_PROCESSES = SpringBoard
ARCHS = arm64 arm64e
TARGET = iphone:clang::13.0
SDK = iPhoneOS12.4
FINALPACKAGE = 1

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = ZenithDark

ZenithDark_FILES = Tweak.x
ZenithDark_FILES = Tweak.xm
ZenithDark_CFLAGS = -fobjc-arc
ZenithDark_FRAMEWORKS = UIKit CoreGraphics

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::
install.exec "sbreload"

Tweak.x → Tweak.xm View File


+ 1
- 1
ZenithDark.h View File

@@ -23,4 +23,4 @@ ZenithDark Header file to keep the tweak.x file clean!
#define kDarkModeColor [UIColor colorWithWhite:0.0 alpha:0.44]

// Stock Zenith color we are using macros so we can call it later if need be.
#define kLightModeColor [UIColor colorWithWhite:1.0 alpha:1.0]
#define kLightModeColor [UIColor colorWithWhite:1.0 alpha:0.7]

+ 1
- 1
control View File

@@ -1,5 +1,5 @@
Package: com.mac-user669.zenithdark
Version: 0.0.3
Version: 1.0-1
Architecture: iphoneos-arm
Maintainer: mac-user669
Depends: mobilesubstrate, com.muirey03.zenith, firmware (>=13.0)

BIN
packages/com.mac-user669.zenithdark_0.0.2_iphoneos-arm.deb View File


BIN
packages/com.mac-user669.zenithdark_1.0-1_iphoneos-arm.deb View File


Loading…
Cancel
Save