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
Mac OS El Capitan 10.11.1 | |
Server v5.0.15 | |
Xcode 7.1 | |
In your bot settings, go to the triggers tab and add a "Run script" After Integration: | |
"${XCS_SOURCE_DIR}/PROJECT_DIRECTORY_NAME/Crashlytics.framework/submit" API_KEY BUILD_SECRET | |
-ipaPath "${XCS_OUTPUT_DIR}/ExportedProduct/Apps/${XCS_BOT_NAME}.ipa" | |
-notesPath "${XCS_SOURCE_DIR}/PROJECT_DIRECTORY_NAME/PATH_RELEASE_NOTES.txt" | |
-groupAliases GROUP_1,GROUP_2 |
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 *)applyBlurWithRadius:(CGFloat)blurRadius tintColor:(UIColor *)tintColor saturationDeltaFactor:(CGFloat)saturationDeltaFactor maskImage:(UIImage *)maskImage { | |
// Check pre-conditions. | |
if ((self.size.width < 1) || (self.size.height < 1)) { | |
NSLog(@"*** error: invalid size: (%.2f x %.2f). Both dimensions must be >= 1: %@", self.size.width, self.size.height, self); | |
return nil; | |
} | |
if (!self.CGImage) { | |
NSLog(@"*** error: image must be backed by a CGImage: %@", self); |
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
--0xKhTmLbOuNdArY | |
Content-Disposition: form-data; name="ipad_date" | |
Mon, 22 Apr 2013 11:25:17 GMT+02:00 | |
--0xKhTmLbOuNdArY |