Skip to content
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

Fix quote issue #2375

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Fix quote issue #2375

merged 2 commits into from
Apr 12, 2024

Conversation

OhJaeBeen
Copy link

There was an issue with the quotation marks in the modified code you sent, so I will edit it again and make a pull request.
thank you

@@ -37,7 +37,7 @@ For the first time, designers can create and ship beautiful animations without a
'lottie-ios/Classes/PublicHeaders/LOTAnimatedControl.h',
'lottie-ios/Classes/Private/LOTAnimatedControl.m']
s.resource_bundles = {
'LottiePrivacyInfo' => [Lottie/PrivacyInfo.xcprivacy'],
'LottiePrivacyInfo' => ['Lottie/PrivacyInfo.xcprivacy'],

Choose a reason for hiding this comment

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

Please remove the comma at the end of this line

@@ -37,7 +37,7 @@ For the first time, designers can create and ship beautiful animations without a
'lottie-ios/Classes/PublicHeaders/LOTAnimatedControl.h',
'lottie-ios/Classes/Private/LOTAnimatedControl.m']
s.resource_bundles = {
'LottiePrivacyInfo' => [Lottie/PrivacyInfo.xcprivacy'],
'LottiePrivacyInfo' => ['Lottie/PrivacyInfo.xcprivacy'],

Choose a reason for hiding this comment

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

'LottiePrivacyInfo' => ['Lottie/PrivacyInfo.xcprivacy']

Copy link
Author

Choose a reason for hiding this comment

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

The comma has been removed. thank you

@calda calda merged commit d972eb4 into airbnb:lottie/objectiveC Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants