diff --git a/FlashBack.xcodeproj/project.pbxproj b/FlashBack.xcodeproj/project.pbxproj index e460009..f306ec9 100644 --- a/FlashBack.xcodeproj/project.pbxproj +++ b/FlashBack.xcodeproj/project.pbxproj @@ -45,7 +45,6 @@ /* Begin PBXFileReference section */ 812AE756A45667D1A5844EDE /* Pods-FlashBack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FlashBack.release.xcconfig"; path = "Target Support Files/Pods-FlashBack/Pods-FlashBack.release.xcconfig"; sourceTree = ""; }; 9318182E23B85E8100E3F260 /* UINavigationItem+LargeAccessoryView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UINavigationItem+LargeAccessoryView.h"; sourceTree = ""; }; - 9354F89D2419CA5700D5F8DA /* runtime.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = runtime.h; path = ../../../../theos/sdks/iPhoneOS12.2.sdk/usr/include/objc/runtime.h; sourceTree = ""; }; 935A57C223E6A8AE00AA2C7D /* UIAlertAction+Common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIAlertAction+Common.h"; sourceTree = ""; }; 935A57C323E6A8AE00AA2C7D /* UIAlertAction+Common.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIAlertAction+Common.m"; sourceTree = ""; }; 935A57C523E7510600AA2C7D /* SpecialButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SpecialButton.h; sourceTree = ""; }; @@ -165,7 +164,6 @@ BDCF06A0224B545100ED9A62 /* LaunchScreen.storyboard */, BDCF06A3224B545100ED9A62 /* Info.plist */, BDCF06A4224B545100ED9A62 /* main.m */, - 9354F89D2419CA5700D5F8DA /* runtime.h */, BD5BEF5C23E297D90014EE51 /* globalVars.h */, BD5BEF5D23E2981E0014EE51 /* globalVars.m */, ); diff --git a/FlashBack/BSAction.h b/FlashBack/BSAction.h index b47a189..155520f 100755 --- a/FlashBack/BSAction.h +++ b/FlashBack/BSAction.h @@ -1,7 +1,3 @@ -#import "BSDescriptionProviding.h" -#import "BSSettingDescriptionProvider.h" -#import "BSXPCCoding.h" - -@interface BSAction : NSObject +@interface BSAction : NSObject @end diff --git a/Podfile b/Podfile index 8c0a5cc..1dcc7eb 100644 --- a/Podfile +++ b/Podfile @@ -1,3 +1,3 @@ -target ‘FlashBack’ do - pod ‘SDWebImage’, ‘~> 5.4.2’ -end \ No newline at end of file +target 'FlashBack' do + pod 'SDWebImage', '~> 5.4.2' +end diff --git a/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-FlashBack.xcscheme b/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-FlashBack.xcscheme new file mode 100644 index 0000000..1841b5b --- /dev/null +++ b/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-FlashBack.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SDWebImage.xcscheme b/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SDWebImage.xcscheme new file mode 100644 index 0000000..e108172 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcshareddata/xcschemes/SDWebImage.xcscheme @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/entitlements.plist b/entitlements.plist index d3bce73..ea1fbf2 100644 --- a/entitlements.plist +++ b/entitlements.plist @@ -4,10 +4,14 @@ platform-application + com.apple.private.skip-library-validation + com.apple.private.security.no-container com.apple.private.security.container-required + com.apple.springboard.appbackgroundstyle + dynamic-codesigning application-identifier @@ -16,7 +20,5 @@ com.mpg13 get-task-allow - com.apple.private.skip-library-validation - - \ No newline at end of file + diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index bb2b4c6..a602ccd 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,4 +1,4 @@ -Package: com.mpg13.FlashBack +Package: com.mpg13.flashback Name: FlashBack Depends: mobilesubstrate,firmware (>= 12.0) | com.chpwn.iconsupport, firmware (<< 12.0) | com.ichitaso.iconanus,ldid Conflicts: com.mpg13.FlashBackfree