scalessec / Toast

An Objective-C category that adds toast notifications to the UIView object class.
MIT License
3.87k stars 714 forks source link

Toast.podspec #141

Closed glary closed 7 months ago

glary commented 8 months ago

s.resource_bundles = {'Toast' => ['Resources/PrivacyInfo.xcprivacy']}

dioi2000 commented 8 months ago

@scalessec check this requset please

ceebows commented 8 months ago

you can refer to this issue for some clarification on why this is needed. https://github.com/vonovak/react-native-simple-toast/issues/79

bob1996w commented 7 months ago

I am also having the same problem that, before this fix, xcode would fail to build, stating that multiple commands are generating PrivacyInfo.xcprivacy. Based on the fix above, I opened a pull request. Please take a look, thanks. https://github.com/scalessec/Toast/pull/144

scalessec commented 7 months ago

Fixed with #144