SIGN IN SIGN UP

Mark iOS App ID param as required (#14480)

Previously, the iOS ApplicationPackage subclasses did not mark the
bundleID constructor parameter as @required. This is passed up to the
ApplicationPackage constructor as the id parameter which is already
marked @required and is asserted to be non-null.
C
Chris Bracken committed
cad61b1817c223fc53c262101af49c3a042e96b9
Parent: 024cebf
Committed by GitHub <noreply@github.com> on 2/6/2018, 2:11:33 AM