Skip to content

Removing an obsolete setting from plist files #617

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

Merged
merged 3 commits into from
Jan 8, 2018
Merged

Conversation

davidair
Copy link
Contributor

@davidair davidair commented Jan 5, 2018

No description provided.

@davidair davidair requested a review from paulb777 January 5, 2018 00:17
Copy link
Contributor

@morganchen12 morganchen12 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -81,13 +81,14 @@ - (void)testDefaultOptions {

- (void)testInitCustomizedOptions {
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#pragma clang diagnostic ignored "-Wnonnull"
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of using pragma to ignore nullability warnings, you can also tell the compiler your nil is actually nonnull. :D

(id _Nonnull)nil

@davidair davidair merged commit a84704f into master Jan 8, 2018
@davidair davidair deleted the remove_old_setting branch January 8, 2018 15:41
zxu123 pushed a commit that referenced this pull request Jan 8, 2018
* Update CHANGELOG for macOS AppKit dependency. (#609)

* Add Community Supported tvOS (#590)

Add Community Supported tvOS for Core, Auth, Database and Storage.
Add tvOS unit tests
Add tvOS sample app
Update README.md
Add tvOS to travis testing

* Adds API Test for Email Update (#613)

* update Gemfile for Travis (#620)

* update Travis to Xcode 9.2 (#619)

* Removing an obsolete setting from plist files (#617)

* Removing an obsolete setting from plist files

* Fixing Unit Tests

* Fixing nullability

* Fully qualify protoc-generated outputs (#626)

* Fully-qualify imports in the protocol compiler output

* pbxproj updates from running pod update

* New checked-in proto outputs

* Port StringPrintf from //base (#624)

* Port StringPrintf from //base.

  Prefer this to approaches based on variadic templates. While the variadic
  template mechanisms are strictly safer, they result in binary bloat we
  can't afford.

  This is essentially the same StringPrintf previously open sourced as a
  part of protobuf, though updated for C++11 which saves a copy and a
  temporary buffer on the heap.

* Add abseil as a subdirectory of Firestore

  This saves having to redefine all the libraries that abseil defines as
  imported libraries.

* Rename firebase_firesture_util_log_* targets

  Cut the log out of the name to reflect that these will get more
  components besides just logging.

* Update tests for firebase_firestore_util renames
minafarid pushed a commit to minafarid/firebase-ios-sdk that referenced this pull request Jun 6, 2018
* Removing an obsolete setting from plist files

* Fixing Unit Tests

* Fixing nullability
@firebase firebase locked and limited conversation to collaborators Nov 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants