git subtree add --prefix [PACKAGE_FOLDER_NAME] [PACKAGE_URL] [TAG/SHA]
git subtree pull --prefix [PACKAGE_FOLDER_NAME] [PACKAGE_URL] [NEW TAG/SHA]
- Update
version. - Check
licensepath. - Check
source_filespath. - Check
dependency, seePACKAGE_FOLDER/Package.swiftand update dependencies.
Adding all of pacakges to Podfile
pod 'Collections', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'OrderedCollections', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'DequeModule', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'IdentifiedCollections', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'XCTestDynamicOverlay', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'CombineSchedulers', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'CustomDump', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'CasePaths', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'Clocks', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'AsyncAlgorithms', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'Dependencies', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'ComposableArchitecture', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'SwiftUINavigationCore', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'
pod 'ConcurrencyExtras', :git => 'https://github.com/Golface/CocoaPods-Composable-Architecture.git'