GBA003/External/Harmony/Backends/Dropbox/SwiftyDropbox/update_repo_check.sh
2024-05-30 10:22:15 +08:00

19 lines
354 B
Bash
Executable File

#!/bin/sh
# Release checklist
#
# 1. Make sure test data is reset
# 2. Run generator
# 3. Check test project, run unit tests
# 4. Check pod spec lint
# 5. Increment version with script
# 6. Update Carthage example project
# 7. Push to CocoaPods
#
cat TestSwiftyDropbox/IntegrationTests/TestData.swift
# python generate_base_client.py
# pod spec lint