Skip to content

Commit

Permalink
clean up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolano committed May 16, 2019
1 parent 0ed1156 commit bbeb875
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.theos
packages
.DS_Store
.vscode
Binary file removed .theos/.DS_Store
Binary file not shown.
Empty file removed .theos/build_session
Empty file.
Empty file removed .theos/fakeroot
Empty file.
1 change: 0 additions & 1 deletion .theos/last_package

This file was deleted.

1 change: 0 additions & 1 deletion .theos/packages/com.jjolano.shadow-0.0.1

This file was deleted.

Binary file removed .vscode/ipch/d5766ed4ed372fac/mmap_address.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ BOOL is_path_restricted(NSMutableDictionary *map, NSString *path) {

NSArray *excluded_bundleids = @[
@"com.apple", // Apple apps
@"is.workflow.my.app" // Shortcuts
@"is.workflow.my.app", // Shortcuts
@"science.xnu.undecimus" // unc0ver
];

for(NSString *bundle_id in excluded_bundleids) {
Expand Down
Binary file removed packages/.DS_Store
Binary file not shown.

0 comments on commit bbeb875

Please sign in to comment.