On Thursday, January 14, 2016 at 12:13:41 PM UTC-5, jh...@emocha.com wrote:
>
> Just adding 9.2  around line 170:
>
> # XCODE_SDK is the SDK name/version being used - adjust the list as 
> appropriate.
> # For example, remove 4.3, 6.2, and 6.1 if they are not installed. Note: 
> Apple
> # makes this available under Xcode via $(SDK_NAME).
> for i in *9.2* 9.1 9.0 8.2 8.1 8.0 7.2 7.1 7.0 6.2 6.1 6.0 5.1 5.0 4.3 do
>

I think we need to rework that area. It was OK when we only had choices 
between 6.x and 4.3. But its getting unwieldy now.

I also think we need to rework the command interface so that its like 
Android's:

    ./setenv-ios.sh armv7        # use LLVM's stdc++
    ./setenv-ios.sh armv7 llvm     # use LLVM's stdc++
    ./setenv-ios.sh armv7 gnu     # don't use LLVM's stdc++
    ./setenv-ios.sh armv7s
    ./setenv-ios.sh simulator    # i386 simulator build
    ....

Consistency and simplicity is important to avoid user troubles.

What do you think?

Jeff

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to