Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Select Xcode 26
run: sudo xcode-select -s /Applications/Xcode_26.0.app

- name: Ensure iOS platform is installed
run: xcodebuild -downloadPlatform iOS || true

- name: Install Procursus
uses: dhinakg/procursus-action@main
with:
Expand Down
2 changes: 1 addition & 1 deletion Asspp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
repositoryURL = "https://github.com/Lakr233/ApplePackage";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.2.3;
minimumVersion = 1.2.7;
};
};
50ABFE1D2F48AAE50077DE1A /* XCRemoteSwiftPackageReference "ButtonKit" */ = {
Expand Down
15 changes: 12 additions & 3 deletions Asspp.xcworkspace/xcshareddata/swiftpm/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Asspp/Interface/Search/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ extension ApplePackage.EntityType {
"iphone"
case .iPad:
"ipad"
case .appleTV:
"appleTV"
}
}
}
2 changes: 1 addition & 1 deletion Configuration/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// Single source of truth for version numbers
// CI can modify this file to update version for all configurations

MARKETING_VERSION = 4.1.1
MARKETING_VERSION = 4.1.2
CURRENT_PROJECT_VERSION = 0
Loading