Decheng

Results 4 issues of Decheng

Seems this library doesn't support HERO9 yet What I did is change the open live stream code from ``` urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read() ``` to ``` urlopen("http://10.5.5.9/gp/gpControl/execute?p1=gpStream&c1=restart").read() ``` and add `or "HD9"` to...

Implement Sync TestFlight Configuration Command for syncing local and server TestFlight configs. ##### Support: - [x] Create Group - [x] Delete Group - [x] Modify Group - [x] Add Testers...

enhancement

Adding validation and error handling logic for sync push command # 📝 Summary of Changes Changes proposed in this pull request: - Add `duplicateTesters` error for handling duplicate testers with...

enhancement

Add API calls for removing testers and group in sync push command # 📝 Summary of Changes Changes proposed in this pull request: - Add dry-run flag to push command...

enhancement