This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // 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> |