Skip to content

Commit

Permalink
5 socks app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
blahdy committed Jun 17, 2024
1 parent 64d53c9 commit 3cebdc5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Media.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"images" : [
{
"filename" : "logo1.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file added Media.xcassets/AppIcon.appiconset/logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Media.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
4 changes: 4 additions & 0 deletions SOCKS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
7F4FA085212A2AD000F14A55 /* sblist.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F4FA081212A2AD000F14A55 /* sblist.c */; };
7F4FA086212A2AD000F14A55 /* sockssrv.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F4FA082212A2AD000F14A55 /* sockssrv.c */; };
7FCF1EA3212B2C8C00B5D14D /* blank.wav in Resources */ = {isa = PBXBuildFile; fileRef = 7FCF1EA2212B2C8C00B5D14D /* blank.wav */; };
CE982E982C20392100A11EA4 /* Media.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = CE982E972C20392000A11EA4 /* Media.xcassets */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -34,6 +35,7 @@
7F4FA081212A2AD000F14A55 /* sblist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sblist.c; path = microsocks/sblist.c; sourceTree = SOURCE_ROOT; };
7F4FA082212A2AD000F14A55 /* sockssrv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sockssrv.c; path = microsocks/sockssrv.c; sourceTree = SOURCE_ROOT; };
7FCF1EA2212B2C8C00B5D14D /* blank.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = blank.wav; sourceTree = "<group>"; };
CE982E972C20392000A11EA4 /* Media.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Media.xcassets; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -50,6 +52,7 @@
7F1F2715212A29D600540E3A = {
isa = PBXGroup;
children = (
CE982E972C20392000A11EA4 /* Media.xcassets */,
7F1F2720212A29D600540E3A /* SOCKS */,
7F1F271F212A29D600540E3A /* Products */,
);
Expand Down Expand Up @@ -141,6 +144,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CE982E982C20392100A11EA4 /* Media.xcassets in Resources */,
7F1F272E212A29D600540E3A /* LaunchScreen.storyboard in Resources */,
7FCF1EA3212B2C8C00B5D14D /* blank.wav in Resources */,
7F1F272B212A29D600540E3A /* Assets.xcassets in Resources */,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 3cebdc5

Please sign in to comment.