bin/ipa in shenzhen-0.3.1 vs bin/ipa in shenzhen-0.4.0
- old
+ new
@@ -1,6 +1,9 @@
#!/usr/bin/env ruby
+require 'dotenv'
+Dotenv.load
+
require 'commander/import'
$:.push File.expand_path("../../lib", __FILE__)
require 'shenzhen'
- old
+ new