Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be compiled for earlier releases of Mac OS X ? #1

Closed
sandrobilbeisi opened this issue Apr 2, 2017 · 9 comments
Closed

Can this be compiled for earlier releases of Mac OS X ? #1

sandrobilbeisi opened this issue Apr 2, 2017 · 9 comments

Comments

@sandrobilbeisi
Copy link

Can this be compiled for earlier releases of Mac OS X ?

( such as 10.10 )

It seems to need the 10.12 SDK for compilation

@PierreLorenzi
Copy link
Owner

As far as I know, the App doesn’t use any critical feature that isn't available on 10.10.

Do you have any issue when compiling?

@sandrobilbeisi
Copy link
Author

yes, I tried compiling on Mac OS 10.10 with the SDK for 10.10 and 10.11
but not SDK 10.12
it seems that there are unsupported language features ...
such as:

if let r = resource as? Resource<T>, r.type === type, r.identifier == identifier {
HyperCardPreview-master/HyperCardCommon/HyperCardCommon/ResourceSystem.swift:19:52: Boolean condition requires 'where' to separate it from variable binding

there are over 100 such errors ...

@PierreLorenzi
Copy link
Owner

Ok, it won't compile because Swift 3 is not available in SDK 10.11. So the compilation is a lost cause. But the application could still run in Mac OS 10.10 because the Swift libraries are embedded.

@splorp
Copy link

splorp commented Aug 19, 2017

Just to confirm, the current minimum system requirement 10.12, correct?

Perhaps that can be added to the read me file.

@sandrobilbeisi
Copy link
Author

Can anyone please compile for Mac OS X 10.10 ?

@PierreLorenzi
Copy link
Owner

You're right, I've added the version to the Read Me.

And Sandro, if you download the 1.0 release (in the "1 release" tab), it doesn't work?

@sandrobilbeisi
Copy link
Author

It doesn't run on Mac OS X 10.10
screen shot 2017-08-21 at 19 44 21
which says :

You can’t use this version of the application “HyperCardPreview.app” with this version of OS X.
You have OS X 10.10.5. The application requires OS X 10.12 or later.

@PierreLorenzi
Copy link
Owner

PierreLorenzi commented Aug 23, 2017

We can do a test I you wish, I can send you a 10.10 version to see if it works. It is just a setting to change but I don't know if the app will really work.

@sandrobilbeisi
Copy link
Author

let's try it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants