diff --git a/socket.xcodeproj/project.pbxproj b/socket.xcodeproj/project.pbxproj index e4004cb..4f39f4a 100644 --- a/socket.xcodeproj/project.pbxproj +++ b/socket.xcodeproj/project.pbxproj @@ -395,7 +395,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.0b1; + CURRENT_PROJECT_VERSION = 1.0b2; DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = socket/Info.plist; @@ -437,7 +437,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.0b1; + CURRENT_PROJECT_VERSION = 1.0b2; DEVELOPMENT_TEAM = ""; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = socket/Info.plist; diff --git a/socket.xcodeproj/project.xcworkspace/xcuserdata/tyler.xcuserdatad/UserInterfaceState.xcuserstate b/socket.xcodeproj/project.xcworkspace/xcuserdata/tyler.xcuserdatad/UserInterfaceState.xcuserstate index 13d8b74..227ca8c 100644 Binary files a/socket.xcodeproj/project.xcworkspace/xcuserdata/tyler.xcuserdatad/UserInterfaceState.xcuserstate and b/socket.xcodeproj/project.xcworkspace/xcuserdata/tyler.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/socket/jailbreak.m b/socket/jailbreak.m index 60af906..2e886a7 100644 --- a/socket/jailbreak.m +++ b/socket/jailbreak.m @@ -30,9 +30,7 @@ #define filter(a) filteredArrayUsingPredicate:[NSPredicate predicateWithFormat:@a] #define concat(a,b) [NSString stringWithFormat:a, b] -extern int (*dsystem)(const char *); extern char* const* environ; -bool run_uicache = false; mach_port_t tfp0_port; uint32_t k_base; uint32_t kernel_slide; @@ -99,7 +97,6 @@ void install_zebra(void) { } void install_bootstrap(void) { - run_uicache = true; status(@"[*] moving files\n"); copyfile(bundle("tar").path.UTF8String, "/bin/tar", NULL, COPYFILE_ALL); copyfile(bundle("launchctl").path.UTF8String, "/bin/launchctl", NULL, COPYFILE_ALL); @@ -130,6 +127,10 @@ void install_bootstrap(void) { status(@"[*] installing zebra\n"); install_zebra(); + + status(@"[*] running uicache\n"); + p_spawn(@"/usr/bin/uicache", @[]); + } @@ -326,7 +327,6 @@ int start_jailbreak(void) { status(@"[*] loading daemons\n"); if ([tweaks isEqual:@"yes"]) load_daemons(); - if (run_uicache) status(@"[*] running uicache\n"); p_spawn(@"/usr/bin/uicache", @[]); cleanup(); status(@"[*] all done!\n\n"); diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/Contents.json b/socket/supporting files/Assets.xcassets/cog.imageset/Contents.json similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/Contents.json rename to socket/supporting files/Assets.xcassets/cog.imageset/Contents.json diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-30.png b/socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-30.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-30.png rename to socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-30.png diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-60.png b/socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-60.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-60.png rename to socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-60.png diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-90.png b/socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-90.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-engineering-30().imageset/icons8-engineering-90.png rename to socket/supporting files/Assets.xcassets/cog.imageset/icons8-engineering-90.png diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/Contents.json b/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/Contents.json deleted file mode 100644 index fda235c..0000000 --- a/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "icons8-engineering-60.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/icons8-engineering-60.png b/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/icons8-engineering-60.png deleted file mode 100644 index eb55e4d..0000000 Binary files a/socket/supporting files/Assets.xcassets/icons8-engineering-60().imageset/icons8-engineering-60.png and /dev/null differ diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/Contents.json b/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/Contents.json deleted file mode 100644 index 98eb671..0000000 --- a/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "icons8-engineering-90.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/icons8-engineering-90.png b/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/icons8-engineering-90.png deleted file mode 100644 index 35182a0..0000000 Binary files a/socket/supporting files/Assets.xcassets/icons8-engineering-90().imageset/icons8-engineering-90.png and /dev/null differ diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/Contents.json b/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/Contents.json deleted file mode 100644 index c1051ce..0000000 --- a/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "icons8-newspaper-60.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/icons8-newspaper-60.png b/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/icons8-newspaper-60.png deleted file mode 100644 index a3a4fcc..0000000 Binary files a/socket/supporting files/Assets.xcassets/icons8-newspaper-60.imageset/icons8-newspaper-60.png and /dev/null differ diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/Contents.json b/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/Contents.json deleted file mode 100644 index 21043be..0000000 --- a/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/Contents.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "images" : [ - { - "filename" : "icons8-newspaper-90.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/icons8-newspaper-90.png b/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/icons8-newspaper-90.png deleted file mode 100644 index e1076cc..0000000 Binary files a/socket/supporting files/Assets.xcassets/icons8-newspaper-90.imageset/icons8-newspaper-90.png and /dev/null differ diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/Contents.json b/socket/supporting files/Assets.xcassets/news.imageset/Contents.json similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/Contents.json rename to socket/supporting files/Assets.xcassets/news.imageset/Contents.json diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-30.png b/socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-30.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-30.png rename to socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-30.png diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-60.png b/socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-60.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-60.png rename to socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-60.png diff --git a/socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-90.png b/socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-90.png similarity index 100% rename from socket/supporting files/Assets.xcassets/icons8-newspaper-30.imageset/icons8-newspaper-90.png rename to socket/supporting files/Assets.xcassets/news.imageset/icons8-newspaper-90.png diff --git a/socket/supporting files/Base.lproj/Main.storyboard b/socket/supporting files/Base.lproj/Main.storyboard index 345d47b..a1cb15d 100644 --- a/socket/supporting files/Base.lproj/Main.storyboard +++ b/socket/supporting files/Base.lproj/Main.storyboard @@ -58,7 +58,7 @@ - + @@ -90,7 +90,7 @@ - + @@ -568,7 +568,7 @@ -