Skip to content

Instantly share code, notes, and snippets.

@hoppsen
hoppsen / TestFlightFeedbackToJiraIssue.rb
Last active August 11, 2024 04:41
A hacky Fastlane lane to collect TestFlight feedback and create sub-tasks in Jira.
desc 'Collects TestFlight feedback and creates sub-tasks in Jira.'
desc '#### Example:'
desc "```\nbundle exec fastlane feedback api_key:1a2b3c4d parent:NA-123 build:456\n```"
desc '#### Options:'
desc ' * **`api_key`**: Your Jira API key. See https://id.atlassian.com/manage-profile/security/api-tokens'
desc ' * **`parent`**: The ticket number of the parent task the sub-tasks should be added to.'
desc ' * **`build`**: Filter TestFlight feedback by build number.'
lane :feedback do |options|
# Lookout for this to be resolved: https://jira.atlassian.com/browse/JSWCLOUD-18031
@bstahlhood
bstahlhood / UIImage+Retina4.h
Created September 13, 2012 00:51
Swizzled UIImage imageNamed for iPhone 5
//
// UIImage+Retina4.h
// StunOMatic
//
// Created by Benjamin Stahlhood on 9/12/12.
// Copyright (c) 2012 DS Media Labs. All rights reserved.
//
#import <UIKit/UIKit.h>