OneSignal / onesignal-expo-plugin

The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.
Other
142 stars 46 forks source link

Move target check to top of function to avoid adding duped PBXGroup #202

Closed rgomezp closed 9 months ago

rgomezp commented 9 months ago

Motivation: we should check whether we have an existing target first thing to avoid adding duplicated PBXGroups

Fixes #197