davedelong / DDMathParser

String → Number
MIT License
854 stars 153 forks source link

Update to Xcode 9.3, remove team from framework #151

Closed ffried closed 6 years ago

ffried commented 6 years ago

This updates the project settings and schemes to Xcode 9.3 Also, I've removed the signing team from the framework target, since frameworks are signed with the team with which the app is signed. Setting the team there breaks builds where the app uses a different team (which is basically every app except yours 😉).

davedelong commented 6 years ago

Looks good. Thank you!