Skip to content

Commit

Permalink
rc 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c22dev committed Dec 23, 2022
1 parent d8fe939 commit 8ace780
Show file tree
Hide file tree
Showing 62 changed files with 839 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TrollBox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
F1A59FB929526FC700A57361 /* invoke.m in Sources */ = {isa = PBXBuildFile; fileRef = F1A59FB829526FC700A57361 /* invoke.m */; };
F1A59FE429527A6600A57361 /* PasscodeEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A59FE329527A6600A57361 /* PasscodeEditorView.swift */; };
F1A59FE629527A8000A57361 /* PasscodeKeyFaceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1A59FE529527A8000A57361 /* PasscodeKeyFaceManager.swift */; };
F1ECFC7729552E5C007E24CC /* BadgeChangerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1ECFC7529552E56007E24CC /* BadgeChangerView.swift */; };
F1ECFC7829552E5C007E24CC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F1ECFC7629552E5B007E24CC /* Assets.xcassets */; };
F1ECFC7A29552E8F007E24CC /* BadgeChanger.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1ECFC7929552E8F007E24CC /* BadgeChanger.swift */; };
F1F20BA9294FC50500E9916C /* TrollBoxApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F20BA8294FC50500E9916C /* TrollBoxApp.swift */; };
F1F20BAC294FCD9F00E9916C /* LocSimManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F20BAB294FCD9F00E9916C /* LocSimManager.swift */; };
F1F20BAF294FCDB900E9916C /* CarrierNameManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F20BAE294FCDB900E9916C /* CarrierNameManager.swift */; };
Expand Down Expand Up @@ -72,6 +75,9 @@
F1A59FB829526FC700A57361 /* invoke.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = invoke.m; sourceTree = "<group>"; };
F1A59FE329527A6600A57361 /* PasscodeEditorView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasscodeEditorView.swift; sourceTree = "<group>"; };
F1A59FE529527A8000A57361 /* PasscodeKeyFaceManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasscodeKeyFaceManager.swift; sourceTree = "<group>"; };
F1ECFC7529552E56007E24CC /* BadgeChangerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BadgeChangerView.swift; sourceTree = "<group>"; };
F1ECFC7629552E5B007E24CC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Themer/Badger/Assets.xcassets; sourceTree = "<group>"; };
F1ECFC7929552E8F007E24CC /* BadgeChanger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BadgeChanger.swift; sourceTree = "<group>"; };
F1F20BA7294FC50500E9916C /* TrollBox-bringing-header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "TrollBox-bringing-header.h"; sourceTree = "<group>"; };
F1F20BA8294FC50500E9916C /* TrollBoxApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TrollBoxApp.swift; sourceTree = "<group>"; };
F1F20BAA294FCD9200E9916C /* LocSimPrivateHeaders.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LocSimPrivateHeaders.h; path = "../../../../../../../Downloads/TrollTools-main/TrollTools/Private APIs/LocSim/LocSimPrivateHeaders.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -130,6 +136,7 @@
F13DCCF5294D270700EBA2DF /* TrollBox */ = {
isa = PBXGroup;
children = (
F1ECFC7629552E5B007E24CC /* Assets.xcassets */,
F1ECFC4C295522CC007E24CC /* Themer */,
F1F20BA7294FC50500E9916C /* TrollBox-bringing-header.h */,
F1F20BA8294FC50500E9916C /* TrollBoxApp.swift */,
Expand Down Expand Up @@ -262,10 +269,20 @@
F1ECFC4C295522CC007E24CC /* Themer */ = {
isa = PBXGroup;
children = (
F1ECFC7329552E3B007E24CC /* Badger */,
);
path = Themer;
sourceTree = "<group>";
};
F1ECFC7329552E3B007E24CC /* Badger */ = {
isa = PBXGroup;
children = (
F1ECFC7529552E56007E24CC /* BadgeChangerView.swift */,
F1ECFC7929552E8F007E24CC /* BadgeChanger.swift */,
);
path = Badger;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -338,6 +355,7 @@
files = (
F13DCCFE294D270900EBA2DF /* Preview Assets.xcassets in Resources */,
F135173E294D3E72005C8DE3 /* Trollface.png in Resources */,
F1ECFC7829552E5C007E24CC /* Assets.xcassets in Resources */,
F13DCCFB294D270900EBA2DF /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -349,6 +367,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F1ECFC7A29552E8F007E24CC /* BadgeChanger.swift in Sources */,
F14D866A29538B89008F06D2 /* Person.swift in Sources */,
F1F20BAC294FCD9F00E9916C /* LocSimManager.swift in Sources */,
F1351742294D3F76005C8DE3 /* AboutView.swift in Sources */,
Expand All @@ -361,6 +380,7 @@
F135171D294D37DD005C8DE3 /* TSUtil.m in Sources */,
F14D866B29538B89008F06D2 /* AirSpam.swift in Sources */,
F14D866929538B89008F06D2 /* TrollController.swift in Sources */,
F1ECFC7729552E5C007E24CC /* BadgeChangerView.swift in Sources */,
F1F20BC5294FD69300E9916C /* GesturesView.swift in Sources */,
F1F20BC0294FD45400E9916C /* WallpaperGetter.swift in Sources */,
F1351724294D3A53005C8DE3 /* RemLog.swift in Sources */,
Expand Down
21 changes: 21 additions & 0 deletions TrollBox/Assets.xcassets/1024.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "logo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file added TrollBox/Assets.xcassets/1024.imageset/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions TrollBox/Assets.xcassets/64.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
4 changes: 4 additions & 0 deletions TrollBox/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ struct ContentView: View {
.tabItem {
Label("Tools", systemImage: "wrench.and.screwdriver.fill")
}
// ThemeView()
// .tabItem {
// Label("Tools", systemImage: "wrench.and.screwdriver.fill")
// }
AboutView()
.tabItem {
Label("About", systemImage: "info.circle")
Expand Down
21 changes: 21 additions & 0 deletions TrollBox/Themer/Badger/Assets.xcassets/1024.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "TrollUtils.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions TrollBox/Themer/Badger/Assets.xcassets/64.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "TrollUtils.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"colors" : [
{
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "TrollUtils.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions TrollBox/Themer/Badger/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "NotFound.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "Cydia_logo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "InstallerLogoLarge.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions TrollBox/Themer/Badger/Assets.xcassets/people/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "LeminLimez.jpg",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "AAEFF8F1-74E1-4D87-B801-F6F1F168E92E.jpg",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Image.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "profilePicture.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"images" : [
{
"filename" : "Saily_Icon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ace780

Please sign in to comment.