diff --git a/.gitignore b/.gitignore index b4c13af..5fc384e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,36 +1,7 @@ -# Created by https://www.gitignore.io - -### macOS ### -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - ### Windows ### # Windows thumbnail cache files Thumbs.db +Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db @@ -53,6 +24,35 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + ### Xcode ### # Xcode # @@ -78,35 +78,37 @@ DerivedData/ *.perspectivev3 !default.perspectivev3 +## Gcc Patch +/*.gcno + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + ### Xcode Patch ### *.xcodeproj/* !*.xcodeproj/project.pbxproj !*.xcodeproj/xcshareddata/ !*.xcworkspace/contents.xcworkspacedata -/*.gcno **/xcshareddata/WorkspaceSettings.xcsettings -## Obj-C/Swift specific +### Objective-C/Swift ### *.hmap -*.ipa -*.dSYM.zip -*.dSYM ## Playgrounds timeline.xctimeline playground.xcworkspace -# CocoaPods -# -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +### CocoaPods ### +## CocoaPods GitIgnore Template +# CocoaPods - Only use to conserve bandwidth / Save time on Pushing +# - Also handy if you have a large number of dependant pods +# - AS PER https://guides.cocoapods.org/using/using-cocoapods.html NEVER IGNORE THE LOCK FILE Pods/ -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - +### Carthage ### # Carthage # # Add this line if you want to avoid checking in source code from Carthage dependencies. @@ -114,27 +116,31 @@ Pods/ Carthage/Build -# fastlane +### fastlane ### +# fastlane - A streamlined workflow tool for Cocoa deployment # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed. # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/#source-control +# fastlane specific fastlane/report.xml + +# deliver temporary files fastlane/Preview.html + +# snapshot generated screenshots fastlane/screenshots/**/*.png +fastlane/screenshots/screenshots.html + +# scan temporary files fastlane/test_output -# Code Injection -# -# After new code Injection tools there's a generated folder /iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode +# Fastlane.swift runner binary +fastlane/FastlaneRunner -iOSInjectionProject/ +### Project ### -# Gems -# -# Bundler gems - -Gems/ +Gems +WeChatTweak.framework diff --git a/WeChatTweak.framework/Headers b/WeChatTweak.framework/Headers deleted file mode 120000 index a177d2a..0000000 --- a/WeChatTweak.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/WeChatTweak.framework/Modules b/WeChatTweak.framework/Modules deleted file mode 120000 index 5736f31..0000000 --- a/WeChatTweak.framework/Modules +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Modules \ No newline at end of file diff --git a/WeChatTweak.framework/Resources b/WeChatTweak.framework/Resources deleted file mode 120000 index 953ee36..0000000 --- a/WeChatTweak.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h b/WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h deleted file mode 100644 index f16de10..0000000 --- a/WeChatTweak.framework/Versions/A/Headers/WeChatTweak.h +++ /dev/null @@ -1,16 +0,0 @@ -// -// WeChatTweak.h -// WeChatTweak -// -// Created by Sunnyyoung on 2017/8/11. -// Copyright © 2017年 Sunnyyoung. All rights reserved. -// - -#import -#import -#import -#import -#import - -FOUNDATION_EXPORT double WeChatTweakVersionNumber; -FOUNDATION_EXPORT const unsigned char WeChatTweakVersionString[]; diff --git a/WeChatTweak.framework/Versions/A/Modules/module.modulemap b/WeChatTweak.framework/Versions/A/Modules/module.modulemap deleted file mode 100644 index 15f312c..0000000 --- a/WeChatTweak.framework/Versions/A/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module WeChatTweak { - umbrella header "WeChatTweak.h" - - export * - module * { export * } -} diff --git a/WeChatTweak.framework/Versions/A/Resources/Base.lproj/TweakPreferencesController.nib b/WeChatTweak.framework/Versions/A/Resources/Base.lproj/TweakPreferencesController.nib deleted file mode 100644 index 2754c25..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/Base.lproj/TweakPreferencesController.nib and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/Info.plist b/WeChatTweak.framework/Versions/A/Resources/Info.plist deleted file mode 100644 index 8e8e74a..0000000 --- a/WeChatTweak.framework/Versions/A/Resources/Info.plist +++ /dev/null @@ -1,46 +0,0 @@ - - - - - BuildMachineOSBuild - 19C57 - CFBundleDevelopmentRegion - en - CFBundleExecutable - WeChatTweak - CFBundleIdentifier - net.sunnyyoung.WeChatTweak - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - WeChatTweak - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 9 - DTCompiler - com.apple.compilers.llvm.clang.1_0 - DTPlatformBuild - 11E146 - DTPlatformVersion - GM - DTSDKBuild - 19E258 - DTSDKName - macosx10.15 - DTXcode - 1140 - DTXcodeBuild - 11E146 - LSMinimumSystemVersion - 10.10 - NSHumanReadableCopyright - Copyright © 2017年 Sunnyyoung. All rights reserved. - - diff --git a/WeChatTweak.framework/Versions/A/Resources/Prefs-Tweak.tiff b/WeChatTweak.framework/Versions/A/Resources/Prefs-Tweak.tiff deleted file mode 100644 index 45c64f9..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/Prefs-Tweak.tiff and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/en.lproj/Localizable.strings b/WeChatTweak.framework/Versions/A/Resources/en.lproj/Localizable.strings deleted file mode 100644 index 6545767..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/en.lproj/Localizable.strings and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/en.lproj/TweakPreferencesController.nib b/WeChatTweak.framework/Versions/A/Resources/en.lproj/TweakPreferencesController.nib deleted file mode 100644 index 1142864..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/en.lproj/TweakPreferencesController.nib and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/Localizable.strings b/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/Localizable.strings deleted file mode 100644 index ba3c05a..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/Localizable.strings and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/TweakPreferencesController.nib b/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/TweakPreferencesController.nib deleted file mode 100644 index df8eb28..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/zh-Hans.lproj/TweakPreferencesController.nib and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/Localizable.strings b/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/Localizable.strings deleted file mode 100644 index c200344..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/Localizable.strings and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/TweakPreferencesController.nib b/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/TweakPreferencesController.nib deleted file mode 100644 index daa9494..0000000 Binary files a/WeChatTweak.framework/Versions/A/Resources/zh-Hant.lproj/TweakPreferencesController.nib and /dev/null differ diff --git a/WeChatTweak.framework/Versions/A/WeChatTweak b/WeChatTweak.framework/Versions/A/WeChatTweak deleted file mode 100755 index 6b2cc79..0000000 Binary files a/WeChatTweak.framework/Versions/A/WeChatTweak and /dev/null differ diff --git a/WeChatTweak.framework/Versions/Current b/WeChatTweak.framework/Versions/Current deleted file mode 120000 index 8c7e5a6..0000000 --- a/WeChatTweak.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -A \ No newline at end of file diff --git a/WeChatTweak.framework/WeChatTweak b/WeChatTweak.framework/WeChatTweak deleted file mode 120000 index ffe3ee9..0000000 --- a/WeChatTweak.framework/WeChatTweak +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/WeChatTweak \ No newline at end of file