Skip to content

Commit

Permalink
refactor: no substrate
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Oct 23, 2023
1 parent 652c0c0 commit e04e8c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ TWEAK_NAME = DiscordNoTrack

$(TWEAK_NAME)_FILES = Tweak.xm
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
$(TWEAK_NAME)_LOGOS_DEFAULT_GENERATOR = internal

include $(THEOS_MAKE_PATH)/tweak.mk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ blocks network requests to the following endpoints:
- app-measurement
- firebase (analytics)

you can get the deb/dylib on [the latest release's page](https://github.com/asdfzxcvbn/DiscordNoTrack/releases/tag/v4.0.0).
you can get the deb/dylib on [the latest release's page](https://github.com/asdfzxcvbn/DiscordNoTrack/releases/tag/v5.0.0).
2 changes: 2 additions & 0 deletions Tweak.xm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#import <Foundation/Foundation.h>
%config(generator=internal);

NSURLRequest *blocked = [NSURLRequest requestWithURL:[NSURL URLWithString:@"http://0.0.0.0/"]];

// main discord endpoints
Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: fyi.zxcvbn.discordnotrack
Name: DiscordNoTrack
Version: 4.0.0
Version: 5.0.0
Architecture: iphoneos-arm
Description: blocks discord's requests to most (if not all) telemetry endpoints
Author: zxcvbn
Maintainer: zxcvbn
Section: Tweaks
Depends: mobilesubstrate (>= 0.9.5000), firmware (>= 12.0)
Depends: firmware (>= 12.0)

0 comments on commit e04e8c3

Please sign in to comment.