Skip to content

Commit

Permalink
v++
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Feb 3, 2016
1 parent f3b05db commit a1aa76a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Buildasaur/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0-a1</string>
<string>1.0.0-b1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -32,7 +32,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>32</string>
<string>33</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ private_lane :zip_app_bundle do |params|
end

lane :build do
raise "There already is a build app" if File.exists?('../build/Buildasaur.app')
gym(
scheme: 'Buildasaur',
output_name: 'Buildasaur',
Expand Down

0 comments on commit a1aa76a

Please sign in to comment.