SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 490d63b26f7994f533805068ed89cab12ca86750 parent be63d7eaa38439a1ee17d4c499cb95d15e3eda7f Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 28 Jun 2025 15:44:16 +0300 Fix build break Diffstat:
| M | iOS/GBSlider.m | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/iOS/GBSlider.m b/iOS/GBSlider.m @@ -3,7 +3,7 @@ #if !__has_include(<UIKit/UISliderTrackConfiguration.h>) /* Building with older SDKs */ -API_AVAILABLE(ios(26.0)) +API_AVAILABLE(ios(19.0)) @interface UISliderTrackConfiguration : NSObject @property (nonatomic, readwrite) bool allowsTickValuesOnly; @property (nonatomic, readwrite) float neutralValue; @@ -11,7 +11,7 @@ API_AVAILABLE(ios(26.0)) @end @interface UISlider (configuration) -@property(nonatomic, copy, nullable) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(26.0)); +@property(nonatomic, copy, nullable) UISliderTrackConfiguration *trackConfiguration API_AVAILABLE(ios(19.0)); @end #endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.