Helmut W

Results 5 comments of Helmut W

@MCOfficer Generally speaking, Xcode allows targeting several OS versions back along with current and the next version (doubt the CI would have different rules/capabilities). For example in Xcode 8.2.1, the...

@tehhowch The Xcode project file (project.pbxproj inside EndlessSky.xcodeproj) is a text file that can be easily edited. The deployment targets are specified on lines 1125 (debug) and 1155 (release). I...

Right, makes sense. And the line numbers I quoted were from my local version, which was modified by my uses of Xcode. I will see about trying to make the...

@MCOfficer Hence why I merely asked if it was possible and why I am willing to volunteer my time to see if it can be done or not. And I...

No offense was taken. I totally understand your point of view as I'm a software developer dealing with backwards compatibility and new breaking changes with web applications myself.