Skip to content

Commit

Permalink
Added app icon and updated donate link
Browse files Browse the repository at this point in the history
  • Loading branch information
saivittalb committed May 31, 2020
1 parent 1a93ecf commit 7867617
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions Latencer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,11 @@
DA0FC62B1F93FA5A00678FAD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 3WW6K9QZPN;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Latencer/Info.plist;
Expand All @@ -282,7 +284,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = saivittalb.Latencer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -293,9 +295,11 @@
DA0FC62C1F93FA5A00678FAD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_TEAM = 3WW6K9QZPN;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Latencer/Info.plist;
Expand All @@ -304,7 +308,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = saivittalb.Latencer;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
4 changes: 1 addition & 3 deletions Latencer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -19,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Latencer/Latency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Latency {
}

@objc static func donate() {
let url = URL(string: "https://www.patreon.com/saivittalb")!;
let url = URL(string: "https://www.paypal.me/saivittalb33")!;
NSWorkspace.shared.open(url);
}

Expand Down

0 comments on commit 7867617

Please sign in to comment.