Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
macOS authored and macOS committed Sep 22, 2020
1 parent 854760e commit a9898f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export TARGET = iphone:clang:13.0:9.0
export ARCHS = arm64 arm64e
export VERSION = 0.3.8
export VERSION = 0.4.0
export DEBUG = no
CC = xcrun -sdk iphoneos clang -arch arm64 -arch arm64e -miphoneos-version-min=9.0
LDID = ldid
Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: com.michael.generatorautosetter
Version: 0.3.8
Version: 0.4.0
Section: Tweaks
Name: Generator Auto Setter
Author: halo_michael <[email protected]>
Sponsor: halo_michael <[email protected]>
Maintainer: halo_michael <[email protected]>
Depends: firmware (>= 12.3), com.michael.dimentio, preferenceloader
Depends: firmware (>= 12.0), com.michael.dimentio, preferenceloader
Architecture: iphoneos-arm
Description: Auto set your generator when jailbreaking!
Depiction: https://halo-michael.github.io/repo/info/generatorautosetter
2 changes: 1 addition & 1 deletion rcsetgenerator.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <CoreFoundation/CoreFoundation.h>

CFStringRef bundleID = CFSTR("com.michael.generator");
#define bundleID CFSTR("com.michael.generator")

int main() {
CFArrayRef keyList = CFPreferencesCopyKeyList(bundleID, CFSTR("mobile"), kCFPreferencesAnyHost);
Expand Down
2 changes: 1 addition & 1 deletion setgenerator.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <CoreFoundation/CoreFoundation.h>

CFStringRef bundleID = CFSTR("com.michael.generator");
#define bundleID CFSTR("com.michael.generator")

void usage() {
printf("Usage:\tsetgenerator [generator]\n");
Expand Down

0 comments on commit a9898f6

Please sign in to comment.