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

Fix the remaining issues with no spotify_shared.xcconfig #39

Merged
merged 10 commits into from
Jan 26, 2016

Conversation

8W9aG
Copy link
Contributor

@8W9aG 8W9aG commented Jan 22, 2016

  • Add some more options to spotify_os.xcconfig
  • Make the target inherit these settings
  • Fix some more test warnings
  • Add a way to allow all certificates through code rather than macros

@8W9aG
Copy link
Contributor Author

8W9aG commented Jan 22, 2016

* builds.
* @warning This will trigger an assert if all certificates are allowed on release builds.
*/
@property (nonatomic, assign, readwrite, getter = isAllCertificatesAllowed) BOOL allCertificatesAllowed;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

areAllCertificatesAllowed. But in this case, the getter is probably not important to override.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Will make the change

@rastersize
Copy link
Contributor

I re-triggered the failed build. Looked like the simulator flaking out. Fine now ✅

However @8W9aG seems like you’ll need to add some more unit tests 😄


Did notice that Coveralls isn’t able to find the source files from our repo. Not sure why though. See https://coveralls.io/builds/4818416/source?filename=SPTDataLoader%2FSPTDataLoaderService.m.

Do you have any ideas why @jgavris? Seems like I’m not an admin at Coveralls so can’t look at the settings 😿

* The project.xcconfig will get overwritten by our
build system when building for the Spotify iOS app
* Meanwhile, on the open source build we will
continue using the very aggressive
spotify_os.xcconfig
@8W9aG
Copy link
Contributor Author

8W9aG commented Jan 25, 2016

@JensAyton

@JensAyton
Copy link
Contributor

👍

8W9aG added a commit that referenced this pull request Jan 26, 2016
Fix the remaining issues with no spotify_shared.xcconfig
@8W9aG 8W9aG merged commit a6cd2d5 into spotify:master Jan 26, 2016
@8W9aG 8W9aG deleted the add-dynamic-certificates branch January 26, 2016 12:35
ChocoChipset pushed a commit to ChocoChipset/SPTDataLoader that referenced this pull request Jan 29, 2016
Revert "Merge pull request spotify#38 from peck/fix-for-disabled-headermaps"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants