From 069a30f98ceda0339e346772f57bdacc7065f993 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Tue, 25 Aug 2015 14:49:00 +0100 Subject: [PATCH] changelog --- Buildasaur.xcodeproj/project.pbxproj | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Buildasaur.xcodeproj/project.pbxproj b/Buildasaur.xcodeproj/project.pbxproj index 23c9d8e..a0eed85 100644 --- a/Buildasaur.xcodeproj/project.pbxproj +++ b/Buildasaur.xcodeproj/project.pbxproj @@ -1227,7 +1227,7 @@ baseConfigurationReference = AD459625FF20E15478BB71A2 /* Pods-Buildasaur.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = ""; + CODE_SIGN_IDENTITY = "Developer ID Application"; COMBINE_HIDPI_IMAGES = YES; EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; INFOPLIST_FILE = Buildasaur/Info.plist; @@ -1302,7 +1302,7 @@ baseConfigurationReference = 7C82BB415700C81EA9715FE4 /* Pods-Buildasaur.testing.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = ""; + CODE_SIGN_IDENTITY = "Developer ID Application"; COMBINE_HIDPI_IMAGES = YES; EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; INFOPLIST_FILE = Buildasaur/Info.plist; diff --git a/CHANGELOG.md b/CHANGELOG.md index 7161745..4ab6808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## [Unreleased](https://github.com/czechboy0/Buildasaur/tree/HEAD) + +[Full Changelog](https://github.com/czechboy0/Buildasaur/compare/v0.3-beta4...HEAD) + +**Closed issues:** + +- Redundant integration step reporting [\#113](https://github.com/czechboy0/Buildasaur/issues/113) + +**Merged pull requests:** + +- Xcode 7 Beta 6 fixes [\#116](https://github.com/czechboy0/Buildasaur/pull/116) ([czechboy0](https://github.com/czechboy0)) + +- Remove "Buildasaur:" from GitHub build status messages [\#115](https://github.com/czechboy0/Buildasaur/pull/115) ([accatyyc](https://github.com/accatyyc)) + ## [v0.3-beta4](https://github.com/czechboy0/Buildasaur/tree/v0.3-beta4) (2015-07-25) [Full Changelog](https://github.com/czechboy0/Buildasaur/compare/v0.3-beta3...v0.3-beta4)