dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Correct usage of assign for object type to use strong #384

Open wassonglina opened 2 months ago

wassonglina commented 2 months ago

This property should not be using assign, rather strong.

image
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

greg-db commented 2 months ago

Thanks for putting this together! I'll ask the team to review this.

julianlocke commented 2 months ago

Hi @wassonglina, I believe that strong is the default in a project with ARC enabled. Did you disable arc or perhaps integrate the SDK to your project in a unique way?