lytics / ios-sdk

MIT License
0 stars 0 forks source link

Migrate iOS demo app to new repo. #77

Closed markhayden closed 1 year ago

markhayden commented 1 year ago

To better facilitate demos without intermingling sources with the core SDK and forthcoming automation, we need to break out all code related to the android demo app apart from the SDK. The demo app should live in the new repo: https://github.com/lytics/ios-sdk-demo

mgacy commented 1 year ago

@markhayden, it looks like I don't have write access for this repo

mgacy commented 1 year ago

As I mentioned in the 2023-01-18 meeting, separating the demo app from the SDK could add some additional complexity to testing as the demo app must now specify either a specific version, ranges of versions, or a branch of the SDK repo to use.

To test a new feature introduced in the features/foo branch of the SDK, a separate branch of the demo app would need to be created specifying that branch and containing whatever changes would be needed for that new feature. Once testing is completed, the demo app would need to be updated to use the main branch of the SDK (or the updated version) before being merged.