Skip to content

Commit 617c638

Browse files
committed
First import
1 parent a0095f8 commit 617c638

40 files changed

+6255
-0
lines changed

An Awesome Socks Proxy Manager.xcodeproj/project.pbxproj

+529
Large diffs are not rendered by default.

An Awesome Socks Proxy Manager.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
6+
<false/>
7+
<key>IDESourceControlProjectIdentifier</key>
8+
<string>AD4FAB5F-B3BA-41E9-8B5F-310A2038EAAF</string>
9+
<key>IDESourceControlProjectName</key>
10+
<string>An Awesome Socks Proxy Manager</string>
11+
<key>IDESourceControlProjectOriginsDictionary</key>
12+
<dict>
13+
<key>E9D105F5CE7B790578420A501C53869363258AE9</key>
14+
<string>github.com:aspacca/awesomesocksproxy.git</string>
15+
</dict>
16+
<key>IDESourceControlProjectPath</key>
17+
<string>An Awesome Socks Proxy Manager.xcodeproj</string>
18+
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
19+
<dict>
20+
<key>E9D105F5CE7B790578420A501C53869363258AE9</key>
21+
<string>../..</string>
22+
</dict>
23+
<key>IDESourceControlProjectURL</key>
24+
<string>github.com:aspacca/awesomesocksproxy.git</string>
25+
<key>IDESourceControlProjectVersion</key>
26+
<integer>111</integer>
27+
<key>IDESourceControlProjectWCCIdentifier</key>
28+
<string>E9D105F5CE7B790578420A501C53869363258AE9</string>
29+
<key>IDESourceControlProjectWCConfigurations</key>
30+
<array>
31+
<dict>
32+
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
33+
<string>public.vcs.git</string>
34+
<key>IDESourceControlWCCIdentifierKey</key>
35+
<string>E9D105F5CE7B790578420A501C53869363258AE9</string>
36+
<key>IDESourceControlWCCName</key>
37+
<string>An%20Awesome%20Socks%20Proxy%20Manager</string>
38+
</dict>
39+
</array>
40+
</dict>
41+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>${EXECUTABLE_NAME}</string>
9+
<key>CFBundleIconFile</key>
10+
<string>walkingsocks.icns</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>org.spacca.${PRODUCT_NAME:rfc1034identifier}</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>${PRODUCT_NAME}</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>1</string>
25+
<key>LSApplicationCategoryType</key>
26+
<string>public.app-category.utilities</string>
27+
<key>LSMinimumSystemVersion</key>
28+
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
29+
<key>LSUIElement</key>
30+
<true/>
31+
<key>NSHumanReadableCopyright</key>
32+
<string>Copyright © 2012 Andrea Spacca. All rights reserved.</string>
33+
<key>NSMainNibFile</key>
34+
<string>MainMenu</string>
35+
<key>NSPrincipalClass</key>
36+
<string>NSApplication</string>
37+
</dict>
38+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
//
2+
// Prefix header for all source files of the 'A Awessome Socks Proxy Manager' target in the 'A Awesome Socks Proxy Manager' project
3+
//
4+
5+
#ifdef __OBJC__
6+
#import <Cocoa/Cocoa.h>
7+
// #import "SPHCostants.h"
8+
#endif
Loading
Loading

0 commit comments

Comments
 (0)