commit d9659becde784e2828c0bff00672357190176cb2 Author: Burrit0z <57574731+Burrit0z@users.noreply.github.com> Date: Fri Jan 3 16:11:19 2020 -0500 Initial commit diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b5f5fa2 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.theos/_/DEBIAN/control b/.theos/_/DEBIAN/control new file mode 100644 index 0000000..4ab9bd2 --- /dev/null +++ b/.theos/_/DEBIAN/control @@ -0,0 +1,10 @@ +Package: com.burritoz.alphabetfolders +Name: AlphabetFolders +Depends: mobilesubstrate +Architecture: iphoneos-arm +Description: Sort your folders alphabetically after each respring! OCD no more! +Maintainer: burrit0z +Author: burrit0z +Section: Tweaks +Version: 1.0.0 +Installed-Size: 264 diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.dylib b/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.dylib new file mode 100755 index 0000000..db7f560 Binary files /dev/null and b/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.dylib differ diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.plist b/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.plist new file mode 100644 index 0000000..10dc654 --- /dev/null +++ b/.theos/_/Library/MobileSubstrate/DynamicLibraries/AlphabetFolders.plist @@ -0,0 +1 @@ +{ Filter = { Bundles = ( "com.apple.springboard" ); }; } diff --git a/.theos/build_session b/.theos/build_session new file mode 100644 index 0000000..e69de29 diff --git a/.theos/last_package b/.theos/last_package new file mode 100644 index 0000000..349d083 --- /dev/null +++ b/.theos/last_package @@ -0,0 +1 @@ +./packages/com.burritoz.alphabetfolders_1.0.0-1+debug_iphoneos-arm.deb diff --git a/.theos/obj/.stamp b/.theos/obj/.stamp new file mode 100644 index 0000000..e69de29 diff --git a/.theos/obj/AlphabetFolders.dylib b/.theos/obj/AlphabetFolders.dylib new file mode 100755 index 0000000..db7f560 Binary files /dev/null and b/.theos/obj/AlphabetFolders.dylib differ diff --git a/.theos/obj/arm64/AlphabetFolders.dylib b/.theos/obj/arm64/AlphabetFolders.dylib new file mode 100755 index 0000000..2b098e5 Binary files /dev/null and b/.theos/obj/arm64/AlphabetFolders.dylib differ diff --git a/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..e7b371d Binary files /dev/null and b/.theos/obj/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/arm64/AlphabetFolders.x.3739943b.Td b/.theos/obj/arm64/AlphabetFolders.x.3739943b.Td new file mode 100644 index 0000000..cf92d33 --- /dev/null +++ b/.theos/obj/arm64/AlphabetFolders.x.3739943b.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/arm64/AlphabetFolders.x.3739943b.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/arm64/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/arm64/AlphabetFolders.x.3739943b.o b/.theos/obj/arm64/AlphabetFolders.x.3739943b.o new file mode 100644 index 0000000..b698322 Binary files /dev/null and b/.theos/obj/arm64/AlphabetFolders.x.3739943b.o differ diff --git a/.theos/obj/arm64e/AlphabetFolders.dylib b/.theos/obj/arm64e/AlphabetFolders.dylib new file mode 100755 index 0000000..cf6d8da Binary files /dev/null and b/.theos/obj/arm64e/AlphabetFolders.dylib differ diff --git a/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..976b596 Binary files /dev/null and b/.theos/obj/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.Td b/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.Td new file mode 100644 index 0000000..f93af3d --- /dev/null +++ b/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/arm64e/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.o b/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.o new file mode 100644 index 0000000..1af5dd5 Binary files /dev/null and b/.theos/obj/arm64e/AlphabetFolders.x.38ec4dab.o differ diff --git a/.theos/obj/armv7/AlphabetFolders.dylib b/.theos/obj/armv7/AlphabetFolders.dylib new file mode 100755 index 0000000..559d5c2 Binary files /dev/null and b/.theos/obj/armv7/AlphabetFolders.dylib differ diff --git a/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..6a8fa44 Binary files /dev/null and b/.theos/obj/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/armv7/AlphabetFolders.x.d1be6026.Td b/.theos/obj/armv7/AlphabetFolders.x.d1be6026.Td new file mode 100644 index 0000000..70c20a7 --- /dev/null +++ b/.theos/obj/armv7/AlphabetFolders.x.d1be6026.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/armv7/AlphabetFolders.x.d1be6026.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/armv7/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/armv7/AlphabetFolders.x.d1be6026.o b/.theos/obj/armv7/AlphabetFolders.x.d1be6026.o new file mode 100644 index 0000000..0be1f09 Binary files /dev/null and b/.theos/obj/armv7/AlphabetFolders.x.d1be6026.o differ diff --git a/.theos/obj/armv7s/AlphabetFolders.dylib b/.theos/obj/armv7s/AlphabetFolders.dylib new file mode 100755 index 0000000..b172723 Binary files /dev/null and b/.theos/obj/armv7s/AlphabetFolders.dylib differ diff --git a/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..0a788de Binary files /dev/null and b/.theos/obj/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.Td b/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.Td new file mode 100644 index 0000000..a6cdfa9 --- /dev/null +++ b/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/armv7s/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.o b/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.o new file mode 100644 index 0000000..e19481c Binary files /dev/null and b/.theos/obj/armv7s/AlphabetFolders.x.97fe9987.o differ diff --git a/.theos/obj/debug/.stamp b/.theos/obj/debug/.stamp new file mode 100644 index 0000000..e69de29 diff --git a/.theos/obj/debug/AlphabetFolders.dylib b/.theos/obj/debug/AlphabetFolders.dylib new file mode 100755 index 0000000..7d6d121 Binary files /dev/null and b/.theos/obj/debug/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/arm64/AlphabetFolders.dylib b/.theos/obj/debug/arm64/AlphabetFolders.dylib new file mode 100755 index 0000000..d31014d Binary files /dev/null and b/.theos/obj/debug/arm64/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..7b35bd2 Binary files /dev/null and b/.theos/obj/debug/arm64/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.Td b/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.Td new file mode 100644 index 0000000..cdc59bb --- /dev/null +++ b/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/debug/arm64/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.o b/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.o new file mode 100644 index 0000000..c3722cc Binary files /dev/null and b/.theos/obj/debug/arm64/AlphabetFolders.x.283605fa.o differ diff --git a/.theos/obj/debug/arm64e/AlphabetFolders.dylib b/.theos/obj/debug/arm64e/AlphabetFolders.dylib new file mode 100755 index 0000000..0b54de6 Binary files /dev/null and b/.theos/obj/debug/arm64e/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..6b7d9c7 Binary files /dev/null and b/.theos/obj/debug/arm64e/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.Td b/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.Td new file mode 100644 index 0000000..552905f --- /dev/null +++ b/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/debug/arm64e/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.o b/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.o new file mode 100644 index 0000000..72adf84 Binary files /dev/null and b/.theos/obj/debug/arm64e/AlphabetFolders.x.fe2c7522.o differ diff --git a/.theos/obj/debug/armv7/AlphabetFolders.dylib b/.theos/obj/debug/armv7/AlphabetFolders.dylib new file mode 100755 index 0000000..5f5a8d4 Binary files /dev/null and b/.theos/obj/debug/armv7/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..88cab31 Binary files /dev/null and b/.theos/obj/debug/armv7/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.Td b/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.Td new file mode 100644 index 0000000..b173612 --- /dev/null +++ b/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/debug/armv7/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.o b/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.o new file mode 100644 index 0000000..ee67bf0 Binary files /dev/null and b/.theos/obj/debug/armv7/AlphabetFolders.x.8ace251a.o differ diff --git a/.theos/obj/debug/armv7/AlphabetFolders.x.m b/.theos/obj/debug/armv7/AlphabetFolders.x.m new file mode 100644 index 0000000..01ca154 --- /dev/null +++ b/.theos/obj/debug/armv7/AlphabetFolders.x.m @@ -0,0 +1,41 @@ +#line 1 "AlphabetFolders.x" + + +#include +#if defined(__clang__) +#if __has_feature(objc_arc) +#define _LOGOS_SELF_TYPE_NORMAL __unsafe_unretained +#define _LOGOS_SELF_TYPE_INIT __attribute__((ns_consumed)) +#define _LOGOS_SELF_CONST const +#define _LOGOS_RETURN_RETAINED __attribute__((ns_returns_retained)) +#else +#define _LOGOS_SELF_TYPE_NORMAL +#define _LOGOS_SELF_TYPE_INIT +#define _LOGOS_SELF_CONST +#define _LOGOS_RETURN_RETAINED +#endif +#else +#define _LOGOS_SELF_TYPE_NORMAL +#define _LOGOS_SELF_TYPE_INIT +#define _LOGOS_SELF_CONST +#define _LOGOS_RETURN_RETAINED +#endif + +@class SBFolderSettings; @class SBHFolderSettings; +static void (*_logos_orig$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$)(_LOGOS_SELF_TYPE_NORMAL SBHFolderSettings* _LOGOS_SELF_CONST, SEL, BOOL); static void _logos_method$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$(_LOGOS_SELF_TYPE_NORMAL SBHFolderSettings* _LOGOS_SELF_CONST, SEL, BOOL); static void (*_logos_orig$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$)(_LOGOS_SELF_TYPE_NORMAL SBFolderSettings* _LOGOS_SELF_CONST, SEL, BOOL); static void _logos_method$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$(_LOGOS_SELF_TYPE_NORMAL SBFolderSettings* _LOGOS_SELF_CONST, SEL, BOOL); + +#line 2 "AlphabetFolders.x" + +static void _logos_method$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$(_LOGOS_SELF_TYPE_NORMAL SBHFolderSettings* _LOGOS_SELF_CONST __unused self, SEL __unused _cmd, BOOL arg1) { + _logos_orig$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$(self, _cmd, YES); +} + + + +static void _logos_method$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$(_LOGOS_SELF_TYPE_NORMAL SBFolderSettings* _LOGOS_SELF_CONST __unused self, SEL __unused _cmd, BOOL arg1) { + _logos_orig$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$(self, _cmd, YES); +} + +static __attribute__((constructor)) void _logosLocalInit() { +{Class _logos_class$_ungrouped$SBHFolderSettings = objc_getClass("SBHFolderSettings"); MSHookMessageEx(_logos_class$_ungrouped$SBHFolderSettings, @selector(setSortsIconsAlphabetically:), (IMP)&_logos_method$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$, (IMP*)&_logos_orig$_ungrouped$SBHFolderSettings$setSortsIconsAlphabetically$);Class _logos_class$_ungrouped$SBFolderSettings = objc_getClass("SBFolderSettings"); MSHookMessageEx(_logos_class$_ungrouped$SBFolderSettings, @selector(setSortsIconsAlphabetically:), (IMP)&_logos_method$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$, (IMP*)&_logos_orig$_ungrouped$SBFolderSettings$setSortsIconsAlphabetically$);} } +#line 13 "AlphabetFolders.x" diff --git a/.theos/obj/debug/armv7s/AlphabetFolders.dylib b/.theos/obj/debug/armv7s/AlphabetFolders.dylib new file mode 100755 index 0000000..76ff379 Binary files /dev/null and b/.theos/obj/debug/armv7s/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist b/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..77dcec6 --- /dev/null +++ b/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.AlphabetFolders.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib b/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib new file mode 100644 index 0000000..f176408 Binary files /dev/null and b/.theos/obj/debug/armv7s/AlphabetFolders.dylib.dSYM/Contents/Resources/DWARF/AlphabetFolders.dylib differ diff --git a/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.Td b/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.Td new file mode 100644 index 0000000..7102159 --- /dev/null +++ b/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.Td @@ -0,0 +1,20 @@ +/Users/carsonzielinski/alphabetfolders/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.o: \ + /Users/carsonzielinski/alphabetfolders/.theos/obj/debug/armv7s/AlphabetFolders.x.m \ + /Users/carsonzielinski/Documents/theos/Prefix.pch \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h \ + /Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h \ + /Users/carsonzielinski/Documents/theos/include/HBLog.h \ + /Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h \ + /Users/carsonzielinski/Documents/theos/include/substrate.h + +/Users/carsonzielinski/Documents/theos/Prefix.pch: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/BackwardsCompat.h: + +/Users/carsonzielinski/Documents/theos/include/_Prefix/IOSMacros.h: + +/Users/carsonzielinski/Documents/theos/include/HBLog.h: + +/Users/carsonzielinski/Documents/theos/include/CoreFoundation/CFLogUtilities.h: + +/Users/carsonzielinski/Documents/theos/include/substrate.h: diff --git a/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.o b/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.o new file mode 100644 index 0000000..049f7fa Binary files /dev/null and b/.theos/obj/debug/armv7s/AlphabetFolders.x.076b2cd9.o differ diff --git a/.theos/packages/com.burritoz.alphabetfolders-1.0.0 b/.theos/packages/com.burritoz.alphabetfolders-1.0.0 new file mode 100644 index 0000000..56a6051 --- /dev/null +++ b/.theos/packages/com.burritoz.alphabetfolders-1.0.0 @@ -0,0 +1 @@ +1 \ No newline at end of file diff --git a/AlphabetFolders.plist b/AlphabetFolders.plist new file mode 100644 index 0000000..10dc654 --- /dev/null +++ b/AlphabetFolders.plist @@ -0,0 +1 @@ +{ Filter = { Bundles = ( "com.apple.springboard" ); }; } diff --git a/AlphabetFolders.x b/AlphabetFolders.x new file mode 100644 index 0000000..0d8dd33 --- /dev/null +++ b/AlphabetFolders.x @@ -0,0 +1,12 @@ +//ios 13 +%hook SBHFolderSettings +-(void)setSortsIconsAlphabetically:(BOOL)arg1 { + %orig(YES); +} +%end +//ios 12 and lower +%hook SBFolderSettings +-(void)setSortsIconsAlphabetically:(BOOL)arg1 { + %orig(YES); +} +%end diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f35885f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Burrit0z + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4c39a4d --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +INSTALL_TARGET_PROCESSES = SpringBoard +ARCHS = armv7 armv7s arm64 arm64e +include $(THEOS)/makefiles/common.mk + +TWEAK_NAME = AlphabetFolders + +AlphabetFolders_FILES = AlphabetFolders.x +AlphabetFolders_CFLAGS = -fobjc-arc + +include $(THEOS_MAKE_PATH)/tweak.mk diff --git a/README.md b/README.md new file mode 100644 index 0000000..26beec8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# AlphabetFolders + The source code for AlphabetFolders diff --git a/control b/control new file mode 100644 index 0000000..e9be94d --- /dev/null +++ b/control @@ -0,0 +1,9 @@ +Package: com.burritoz.alphabetfolders +Name: AlphabetFolders +Depends: mobilesubstrate +Version: 1.0.0 +Architecture: iphoneos-arm +Description: Sort your folders alphabetically after each respring! OCD no more! +Maintainer: burrit0z +Author: burrit0z +Section: Tweaks diff --git a/packages/.DS_Store b/packages/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/packages/.DS_Store differ