awslabs / aws-mobile-appsync-sdk-ios

iOS SDK for AWS AppSync.
https://awslabs.github.io/aws-mobile-appsync-sdk-ios/
Other
262 stars 128 forks source link

Removing pods from source control #517

Closed mamouneyya closed 9 months ago

mamouneyya commented 2 years ago

Is your feature request related to a problem? Please describe. When consuming the package via SPM, consumers will still have to download the pods folder. This is ~40MB of totally unnecessary data. This also leads to duplicate search results when searching for something in the dependencies, since it will exist in the dependency's Swift package and in the pods folder of this package. This can get really confusing sometimes especially when debugging, etc.

Describe the solution you'd like Remove the pods folder from source control. Developers will need to run pod install on their ends which can be more time consuming for them, but thankfully it's a one time setup.

Describe alternatives you've considered N/A

Additional context N/A

atierian commented 2 years ago

Thanks for opening this request @mamouneyya. We'll update here with any new information.

atierian commented 9 months ago

Thank you for opening this issue. AWS AppSync SDK for iOS entered maintenance mode in September 2023 and will receive no further updates as of September 2024.

Please use Amplify Swift going forward. For information on upgrading to Amplify Swift, refer to the Upgrade from AppSync SDK documentation.