From 93be68b7f5796d9e0e6e29b0e77fbe578dba1272 Mon Sep 17 00:00:00 2001 From: Heitor Tashiro Sergent <heitortsergent@gmail.com> Date: Tue, 26 Jan 2016 16:48:46 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a1acf6..67305f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Changed the KeenClientExample project deployment target to 6.0, so it can be deployed to a device when bitcode is enabled. +- Removed KeenClient-Device and KeenClient-Simulator targets. +- Changed the KeenClient-Aggregate "Run Script" phase to use `xcodebuild`, and build the KeenClient target for both simulator and device with bitcode support. #140 ## [3.5.0] - 2015-12-29 ### Added