blinksh / blinksh/openssh-apple

MinimumOSVersion in Info.plist were wrong

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

It looks like the template string was not replace with exact iOS verison string like '14.0'.

```
MinimumOSVersion
ios_version_min

MinimumOSVersion
ios_simulator_version_min

MinimumOSVersion
macosx_version_min
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the template Info.plist entries shown in the issue and trace how ios_version_min, ios_simulator_version_min, and macosx_version_min are substituted. Done means each MinimumOSVersion value contains the exact configured version, such as 14.0, rather than a placeholder; verify the generated plist for device, simulator, and macOS targets.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, macos
Domain
build-system, mobile-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.