Skip to content

Instantly share code, notes, and snippets.

View ulhas's full-sized avatar
🚀
Done is better than perfect.

Ulhas ulhas

🚀
Done is better than perfect.
View GitHub Profile
@ulhas
ulhas / fastfile
Created March 20, 2016 02:58
Fastfile for HyperTrack iOS SDKs
fastlane_version "1.57.0"
require 'fileutils'
default_platform :ios
platform :ios do
desc "Increment framework version"
private_lane :increment_framework_version do |lane|
@ulhas
ulhas / upload_to_s3.rb
Created January 19, 2016 12:45
Fastlane Action for Uploading files to S3 bucket
module Fastlane
module Actions
module SharedValues
# S3_FILE_OUTPUT_PATH = :S3_FILE_OUTPUT_PATH
end
# To share this integration with the other fastlane users:
# - Fork https://github.com/KrauseFx/fastlane
# - Clone the forked repository
# - Move this integration into lib/fastlane/actions