Skip to content

Commit

Permalink
Add Sparkle key, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
insidegui committed Aug 10, 2024
1 parent 53c95f9 commit c4b1e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Asset Catalog Tinkerer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
32A9FFF225D5CCEF00921AD7 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 32A9FFF125D5CCEF00921AD7 /* Sparkle */; };
5CCAA8B92BBEC7C200AAC600 /* CoreSVG.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CCAA8B82BBEC7C200AAC600 /* CoreSVG.framework */; };
DD8118B31E5DC4DD00426746 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8118B21E5DC4DD00426746 /* Preferences.swift */; };
DDA691CB1CFA02CA00583328 /* MainWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA691CA1CFA02CA00583328 /* MainWindowController.swift */; };
DDADF2AF2026678C003CB15D /* NSImage+BrightnessDetection.m in Sources */ = {isa = PBXBuildFile; fileRef = DDADF2AE2026678C003CB15D /* NSImage+BrightnessDetection.m */; };
Expand Down Expand Up @@ -136,7 +135,6 @@

/* Begin PBXFileReference section */
5CCAA8B72BBEC56F00AAC600 /* CoreSVG.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreSVG.h; sourceTree = "<group>"; };
5CCAA8B82BBEC7C200AAC600 /* CoreSVG.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreSVG.framework; path = ../../../../System/Library/PrivateFrameworks/CoreSVG.framework; sourceTree = "<group>"; };
DD8118B21E5DC4DD00426746 /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
DDA23B2322CC0BA500600574 /* Asset Catalog Tinkerer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Asset Catalog Tinkerer.entitlements"; sourceTree = "<group>"; };
DDA691CA1CFA02CA00583328 /* MainWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainWindowController.swift; sourceTree = "<group>"; };
Expand Down
2 changes: 2 additions & 0 deletions Asset Catalog Tinkerer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
<true/>
<key>SUFeedURL</key>
<string>https://raw.githubusercontent.com/insidegui/AssetCatalogTinkerer/main/releases/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>$(ACT_SPARKLE_PUBLIC_ED_KEY)</string>
<key>SUScheduledCheckInterval</key>
<integer>86400</integer>
<key>UTExportedTypeDeclarations</key>
Expand Down
6 changes: 4 additions & 2 deletions Config/Main.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MARKETING_VERSION = 2.8
CURRENT_PROJECT_VERSION = 280
MARKETING_VERSION = 2.9
CURRENT_PROJECT_VERSION = 290

VERSIONING_SYSTEM = apple-generic
DYLIB_CURRENT_VERSION = $(CURRENT_PROJECT_VERSION)

ACT_SPARKLE_PUBLIC_ED_KEY=dj8ljUPnwoLj/dLs6HyJg5Ayw+t8zWtgjQUfQsH56ww=

0 comments on commit c4b1e0e

Please sign in to comment.