Skip to content

Commit

Permalink
chore: bump version to v1.2
Browse files Browse the repository at this point in the history
- remove use of logos completely
- lower target version to iOS 9
- use NSJSONSerialization again
  • Loading branch information
asdfzxcvbn committed Jul 2, 2024
1 parent f6437ea commit 7f4a623
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 1,616 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
TARGET := iphone:clang:latest:12.0
INSTALL_TARGET_PROCESSES = WhatsApp
TARGET := iphone:clang:latest:9.0
INSTALL_TARGET_PROCESSES = WhatsApp # used as testing app
ARCHS = arm64

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = zxUpdateNotifier

$(TWEAK_NAME)_FILES = $(wildcard src/*.x src/*.m)
$(TWEAK_NAME)_FILES = $(wildcard src/*.m)
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
$(TWEAK_NAME)_LOGOS_DEFAULT_GENERATOR = internal

include $(THEOS_MAKE_PATH)/tweak.mk
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: fyi.zxcvbn.updatenotifier
Name: zxUpdateNotifier
Version: 1.1
Version: 1.2
Architecture: iphoneos-arm
Description: an injectable tweak that detects when your IPA is out of date!
Author: zxcvbn
Maintainer: zxcvbn
Section: Tweaks
Depends: firmware (>= 12.0)
Depends: firmware (>= 9.0)
57 changes: 0 additions & 57 deletions src/KSJSON.h

This file was deleted.

Loading

0 comments on commit 7f4a623

Please sign in to comment.