Skip to content

Commit

Permalink
icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
boberito committed Aug 26, 2023
1 parent eee6686 commit 28a6208
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 95 deletions.
16 changes: 10 additions & 6 deletions swefaults.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
865ABF5D230EDE61004FDEBF /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 865ABF5C230EDE61004FDEBF /* ViewController.swift */; };
865ABF5F230EDE63004FDEBF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 865ABF5E230EDE63004FDEBF /* Assets.xcassets */; };
865ABF62230EDE63004FDEBF /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 865ABF60230EDE63004FDEBF /* Main.storyboard */; };
865ABF6B230F2560004FDEBF /* cli.swift in Sources */ = {isa = PBXBuildFile; fileRef = 865ABF6A230F2560004FDEBF /* cli.swift */; };
86D09AB42321A324009B77AA /* ArrayExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D09AB32321A324009B77AA /* ArrayExtension.swift */; };
86E923F32315C8A20041B4A4 /* DropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86E923F22315C8A20041B4A4 /* DropView.swift */; };
86E923F52316C1420041B4A4 /* PrefState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86E923F42316C1420041B4A4 /* PrefState.swift */; };
Expand All @@ -28,7 +27,6 @@
865ABF5E230EDE63004FDEBF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
865ABF61230EDE63004FDEBF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
865ABF63230EDE63004FDEBF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
865ABF6A230F2560004FDEBF /* cli.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = cli.swift; sourceTree = "<group>"; };
86D09AB32321A324009B77AA /* ArrayExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrayExtension.swift; sourceTree = "<group>"; };
86E923F22315C8A20041B4A4 /* DropView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DropView.swift; sourceTree = "<group>"; };
86E923F42316C1420041B4A4 /* PrefState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefState.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -67,7 +65,6 @@
children = (
863FE3192320261D00042BE9 /* swefaults.entitlements */,
865ABF5A230EDE61004FDEBF /* AppDelegate.swift */,
865ABF6A230F2560004FDEBF /* cli.swift */,
86E923F42316C1420041B4A4 /* PrefState.swift */,
739CE829231C3F8400FB1A6E /* PrefResults.swift */,
86FE55E323157FA300847FDE /* PrefClass.swift */,
Expand Down Expand Up @@ -164,7 +161,6 @@
86FE55E423157FA300847FDE /* PrefClass.swift in Sources */,
865ABF5B230EDE61004FDEBF /* AppDelegate.swift in Sources */,
86D09AB42321A324009B77AA /* ArrayExtension.swift in Sources */,
865ABF6B230F2560004FDEBF /* cli.swift in Sources */,
86E923F52316C1420041B4A4 /* PrefState.swift in Sources */,
739CE82A231C3F8400FB1A6E /* PrefResults.swift in Sources */,
86E923F32315C8A20041B4A4 /* DropView.swift in Sources */,
Expand Down Expand Up @@ -309,17 +305,21 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 2WUMX954UB;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = 2WUMX954UB;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/swefaults/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = swefaults;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ttInc.yast;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -332,17 +332,21 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 2WUMX954UB;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=macosx*]" = 2WUMX954UB;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = "$(SRCROOT)/swefaults/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = swefaults;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.ttInc.yast;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added swefaults/Assets.xcassets/AppIcon.appiconset/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 33 additions & 23 deletions swefaults/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,68 @@
{
"images" : [
{
"filename" : "16.png",
"idiom" : "mac",
"size" : "16x16",
"scale" : "1x"
"scale" : "1x",
"size" : "16x16"
},
{
"filename" : "32 1.png",
"idiom" : "mac",
"size" : "16x16",
"scale" : "2x"
"scale" : "2x",
"size" : "16x16"
},
{
"filename" : "32.png",
"idiom" : "mac",
"size" : "32x32",
"scale" : "1x"
"scale" : "1x",
"size" : "32x32"
},
{
"filename" : "64 1.png",
"idiom" : "mac",
"size" : "32x32",
"scale" : "2x"
"scale" : "2x",
"size" : "32x32"
},
{
"filename" : "128.png",
"idiom" : "mac",
"size" : "128x128",
"scale" : "1x"
"scale" : "1x",
"size" : "128x128"
},
{
"filename" : "256 1.png",
"idiom" : "mac",
"size" : "128x128",
"scale" : "2x"
"scale" : "2x",
"size" : "128x128"
},
{
"filename" : "256.png",
"idiom" : "mac",
"size" : "256x256",
"scale" : "1x"
"scale" : "1x",
"size" : "256x256"
},
{
"filename" : "512 1.png",
"idiom" : "mac",
"size" : "256x256",
"scale" : "2x"
"scale" : "2x",
"size" : "256x256"
},
{
"filename" : "512.png",
"idiom" : "mac",
"size" : "512x512",
"scale" : "1x"
"scale" : "1x",
"size" : "512x512"
},
{
"filename" : "1024 1.png",
"idiom" : "mac",
"size" : "512x512",
"scale" : "2x"
"scale" : "2x",
"size" : "512x512"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
6 changes: 3 additions & 3 deletions swefaults/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
2 changes: 1 addition & 1 deletion swefaults/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
62 changes: 0 additions & 62 deletions swefaults/cli.swift

This file was deleted.

0 comments on commit 28a6208

Please sign in to comment.