BuildScript/scripts/post_build.py

8 lines
186 B
Python

import testflight as tf
def PublishToTestFlight(config):
publisher = tf.TestFlightPublisher(config)
publisher.Publish()
def PrintToConsole(config):
print 'Sample post build action!'