diff --git a/Sparkle/appcast.xml b/Sparkle/appcast.xml index f683ea6..6d25d59 100644 --- a/Sparkle/appcast.xml +++ b/Sparkle/appcast.xml @@ -2,6 +2,14 @@ iKeyMon + + 26.0.31 + Sun, 07 Dec 2025 17:52:44 +0100 + 65 + 26.0.31 + 15.2 + + 26.0.29 Sun, 07 Dec 2025 17:07:32 +0100 @@ -19,4 +27,4 @@ - + \ No newline at end of file diff --git a/iKeyMon.xcodeproj/project.pbxproj b/iKeyMon.xcodeproj/project.pbxproj index e3a9060..a64cd9d 100644 --- a/iKeyMon.xcodeproj/project.pbxproj +++ b/iKeyMon.xcodeproj/project.pbxproj @@ -7,6 +7,7 @@ objects = { /* Begin PBXBuildFile section */ + 5221016D2EE5E82700D04952 /* appcast.xml in Resources */ = {isa = PBXBuildFile; fileRef = 5221016B2EE5E82700D04952 /* appcast.xml */; }; 52A9B79F2EC8E7EE004DD4A2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 52A9B7872EC8E7EE004DD4A2 /* Assets.xcassets */; }; 52A9B8222EC8FA8A004DD4A2 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = 52A9B8212EC8FA8A004DD4A2 /* CHANGELOG.md */; }; 52A9B9722ECF751C004DD4A2 /* signing.env.example in Resources */ = {isa = PBXBuildFile; fileRef = 52A9B9712ECF751C004DD4A2 /* signing.env.example */; }; @@ -28,6 +29,7 @@ /* Begin PBXFileReference section */ 5203C24D2D997D2800576D4A /* iKeyMon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iKeyMon.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 5221016B2EE5E82700D04952 /* appcast.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = appcast.xml; sourceTree = ""; }; 52A9B7872EC8E7EE004DD4A2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 52A9B7882EC8E7EE004DD4A2 /* iKeyMon.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = iKeyMon.entitlements; sourceTree = ""; }; 52A9B8212EC8FA8A004DD4A2 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; @@ -76,6 +78,7 @@ 52A9B9712ECF751C004DD4A2 /* signing.env.example */, 52A9BEC92ED3874F004DD4A2 /* README.md */, 52A9BD122ED37E08004DD4A2 /* Frameworks */, + 5221016C2EE5E82700D04952 /* Sparkle */, ); sourceTree = ""; }; @@ -87,6 +90,14 @@ name = Products; sourceTree = ""; }; + 5221016C2EE5E82700D04952 /* Sparkle */ = { + isa = PBXGroup; + children = ( + 5221016B2EE5E82700D04952 /* appcast.xml */, + ); + path = Sparkle; + sourceTree = ""; + }; 52A9BD122ED37E08004DD4A2 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -166,6 +177,7 @@ files = ( 52A9B8222EC8FA8A004DD4A2 /* CHANGELOG.md in Resources */, 52A9BECA2ED3874F004DD4A2 /* README.md in Resources */, + 5221016D2EE5E82700D04952 /* appcast.xml in Resources */, 52A9B79F2EC8E7EE004DD4A2 /* Assets.xcassets in Resources */, 52A9B9722ECF751C004DD4A2 /* signing.env.example in Resources */, ); @@ -310,7 +322,7 @@ CODE_SIGN_ENTITLEMENTS = iKeyMon.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 65; DEVELOPMENT_ASSET_PATHS = "\"Preview Content\""; DEVELOPMENT_TEAM = Q5486ZVAFT; ENABLE_HARDENED_RUNTIME = YES; @@ -325,7 +337,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 26.0.30; + MARKETING_VERSION = 26.0.31; PRODUCT_BUNDLE_IDENTIFIER = net.24unix.iKeyMon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -341,7 +353,7 @@ CODE_SIGN_ENTITLEMENTS = iKeyMon.entitlements; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 63; + CURRENT_PROJECT_VERSION = 65; DEVELOPMENT_ASSET_PATHS = "\"Preview Content\""; DEVELOPMENT_TEAM = Q5486ZVAFT; ENABLE_HARDENED_RUNTIME = YES; @@ -356,7 +368,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 26.0.30; + MARKETING_VERSION = 26.0.31; PRODUCT_BUNDLE_IDENTIFIER = net.24unix.iKeyMon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/version.json b/version.json index a2d06f1..cbe75f3 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "marketing_version": "26.0.30" + "marketing_version": "26.0.31" }