Compare commits

...

3 Commits

Author SHA1 Message Date
Huge_Black
d0324a2021 update minimuxer to fix build issue 2026-04-04 11:56:32 +08:00
Huge_Black
195dda6bb6 Fix build issue by upgrading xcode? 2026-04-04 11:43:37 +08:00
Huge_Black
e8983570a9 Update minimuxer to support RPPairing & add back NSAttributedString again 2026-04-04 11:27:05 +08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ jobs:
if: steps.build_gate.outputs.should_skip != 'true'
uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: "26.2"
xcode-version: "26.4"
- name: Restore Cache (exact)
if: steps.build_gate.outputs.should_skip != 'true'

View File

@@ -7,6 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
178FB6C72F80B8BD00C92806 /* NSAttributedString+Markdown.m in Sources */ = {isa = PBXBuildFile; fileRef = A8BD2FA82F54401E0045335F /* NSAttributedString+Markdown.m */; };
A8036E332F545D5400097AF1 /* userpref.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BD30332F5440300045335F /* userpref.h */; };
A8036E342F545D6000097AF1 /* userpref.c in Sources */ = {isa = PBXBuildFile; fileRef = A8BD30342F5440300045335F /* userpref.c */; };
A8036E352F545E3800097AF1 /* idevice.h in Headers */ = {isa = PBXBuildFile; fileRef = A8BD30A42F5440300045335F /* idevice.h */; };
@@ -1714,6 +1715,7 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
178FB6C72F80B8BD00C92806 /* NSAttributedString+Markdown.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};