From bf417b643f90fdb62ca259bf7cee08e48b5d0956 Mon Sep 17 00:00:00 2001 From: Ryan Burke Date: Mon, 10 Nov 2014 20:05:04 +0000 Subject: [PATCH] Moved location of Bundle file. --- CyDelete8.xm | 2 +- .../CyDelete8}/CyDelete8.bundle/Info.plist | 0 .../CyDelete8.bundle/da.lproj/Localizable.strings | 0 .../CyDelete8.bundle/de.lproj/Localizable.strings | 0 .../CyDelete8.bundle/en.lproj/Localizable.strings | 0 .../CyDelete8.bundle/es.lproj/Localizable.strings | 0 .../CyDelete8.bundle/fr.lproj/Localizable.strings | 0 .../CyDelete8.bundle/he.lproj/Localizable.strings | 0 .../CyDelete8.bundle/hu.lproj/Localizable.strings | 0 .../CyDelete8.bundle/it.lproj/Localizable.strings | 0 .../CyDelete8.bundle/nl.lproj/Localizable.strings | 0 .../CyDelete8.bundle/ru.lproj/Localizable.strings | 0 .../CyDelete8.bundle/tr.lproj/Localizable.strings | 0 .../CyDelete8.bundle/zh_CN.lproj/Localizable.strings | 0 .../CyDelete8.bundle/zh_TW.lproj/Localizable.strings | 0 .../DynamicLibraries/CyDelete8.bundle/convert.sh | 6 ------ 16 files changed, 1 insertion(+), 7 deletions(-) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/Info.plist (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/da.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/de.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/en.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/es.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/fr.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/he.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/hu.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/it.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/nl.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/ru.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/tr.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/zh_CN.lproj/Localizable.strings (100%) rename layout/Library/{MobileSubstrate/DynamicLibraries => Application Support/CyDelete8}/CyDelete8.bundle/zh_TW.lproj/Localizable.strings (100%) delete mode 100755 layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/convert.sh diff --git a/CyDelete8.xm b/CyDelete8.xm index 986ce3b..f2774a5 100644 --- a/CyDelete8.xm +++ b/CyDelete8.xm @@ -44,7 +44,7 @@ static NSOperationQueue *uninstallQueue; //Loads the application translation bundle and stores it locally. static void initTranslation() { - cyDelBundle = [NSBundle bundleWithPath:@"/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle"]; + cyDelBundle = [NSBundle bundleWithPath:@"/Library/Application Support/CyDelete8/CyDelete8.bundle"]; } static bool getCFBool(CFStringRef key, bool defaultValue) { diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/Info.plist b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/Info.plist similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/Info.plist rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/Info.plist diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/da.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/da.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/da.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/da.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/de.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/de.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/de.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/de.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/en.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/en.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/en.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/en.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/es.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/es.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/es.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/es.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/fr.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/fr.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/fr.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/fr.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/he.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/he.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/he.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/he.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/hu.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/hu.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/hu.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/hu.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/it.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/it.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/it.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/it.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/nl.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/nl.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/nl.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/nl.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/ru.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/ru.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/ru.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/ru.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/tr.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/tr.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/tr.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/tr.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/zh_CN.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/zh_CN.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/zh_CN.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/zh_CN.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/zh_TW.lproj/Localizable.strings b/layout/Library/Application Support/CyDelete8/CyDelete8.bundle/zh_TW.lproj/Localizable.strings similarity index 100% rename from layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/zh_TW.lproj/Localizable.strings rename to layout/Library/Application Support/CyDelete8/CyDelete8.bundle/zh_TW.lproj/Localizable.strings diff --git a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/convert.sh b/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/convert.sh deleted file mode 100755 index 96a9bd8..0000000 --- a/layout/Library/MobileSubstrate/DynamicLibraries/CyDelete8.bundle/convert.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -for i in */*.strings; do - scp $i ipod: - ssh ipod plutil -c xml1 Localizable.strings - scp ipod:Localizable.strings $i -done