diff --git a/.gitignore b/.gitignore index c38d062..d8a6332 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/app .app /log diff --git a/proxy_socks5.app/Contents/Info.plist b/proxy_socks5.app/Contents/Info.plist deleted file mode 100644 index 70e3c02..0000000 --- a/proxy_socks5.app/Contents/Info.plist +++ /dev/null @@ -1,34 +0,0 @@ - - - - - CFBundleName - proxy_socks5 - CFBundleExecutable - proxy_socks5 - CFBundleIdentifier - com.example.proxy_socks5 - CFBundleIconFile - icon.icns - CFBundleShortVersionString - 1.0.0 - CFBundleSupportedPlatforms - - MacOSX - - CFBundleVersion - 1 - NSHighResolutionCapable - - NSSupportsAutomaticGraphicsSwitching - - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - APPL - LSApplicationCategoryType - public.app-category. - LSMinimumSystemVersion - 10.11 - - \ No newline at end of file diff --git a/proxy_socks5.app/Contents/MacOS/proxy_socks5 b/proxy_socks5.app/Contents/MacOS/proxy_socks5 deleted file mode 100755 index 1836931..0000000 Binary files a/proxy_socks5.app/Contents/MacOS/proxy_socks5 and /dev/null differ diff --git a/proxy_socks5.app/Contents/Resources/icon.icns b/proxy_socks5.app/Contents/Resources/icon.icns deleted file mode 100644 index 658514c..0000000 Binary files a/proxy_socks5.app/Contents/Resources/icon.icns and /dev/null differ