Skip to content

Commit

Permalink
More burgers, less useful stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Apr 24, 2016
1 parent e35cba0 commit feb08d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ puts `fastlane device_grid`

import "https://raw.githubusercontent.com/fastlane/fastlane/pr-preview/fastlane/lib/fastlane/actions/device_grid/device_grid.rb"
device_grid(
languages: ["en-US", "de-DE"],
languages: ["en", "de"],
devices: ["iphone5s", "iphone6splus", "ipadair"]
)
2 changes: 1 addition & 1 deletion Themoji/Category.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class Category {
Category(key: "😂😚😎😱😴😈", value: "😂😚😎😱😴😈")
]
}
}
}
6 changes: 1 addition & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ platform :ios do
desc "Generate and upload an .app to appetize.io"
desc "This is being called from danger"
lane :device_grid do
import_from_git(url: "https://github.com/fastlane/fastlane",
branch: "pr-preview",
path: "fastlane/lib/fastlane/actions/device_grid/DeviceGridFastfile")

generate_device_grid(
build_and_upload_to_appetize(
xcodebuild: {
workspace: "Themoji.xcworkspace",
scheme: "Themoji"
Expand Down

0 comments on commit feb08d1

Please sign in to comment.