diff --git a/.travis.yml b/.travis.yml
index 02c4cb68..084e6ba1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ branches:
- /.+-stable$/
install:
+ - gem install bundler
- gem install danger
- danger
- rake app:prerequisites --quiet
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a89fe2a..49abb47b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
## Master
+## [1.2.0](https://github.com/CocoaPods/CocoaPods-app/releases/tag/1.2.0)
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
+
+* Fix for loading the gh-inspector inside the ruby helper process, which should fix a lot of underlying UI issues
+ [orta](https://github.com/orta)
+ [#377](https://github.com/CocoaPods/CocoaPods-app/pull/377)
+
+## [1.1.0](https://github.com/CocoaPods/CocoaPods-app/releases/tag/1.1.0)
+ [CocoaPods](https://github.com/CocoaPods/CocoaPods/blob/master/CHANGELOG.md)
+
* Pod version completion
[flufff42](https://github.com/flufff42)
[#313](https://github.com/CocoaPods/CocoaPods-app/pull/313)
diff --git a/Rakefile b/Rakefile
index da80484c..51f7a9f4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -102,7 +102,7 @@ LIBYAML_VERSION = '0.1.6'
LIBYAML_URL = "http://pyyaml.org/download/libyaml/yaml-#{LIBYAML_VERSION}.tar.gz"
ZLIB_VERSION = '1.2.8'
-ZLIB_URL = "http://zlib.net/zlib-#{ZLIB_VERSION}.tar.gz"
+ZLIB_URL = "http://zlib.net/fossils/zlib-#{ZLIB_VERSION}.tar.gz"
OPENSSL_VERSION = '1.0.2'
OPENSSL_PATCH = 'd'
diff --git a/app/CPReflectionService/Info.plist b/app/CPReflectionService/Info.plist
index f41ef5c4..8dc8a5be 100644
--- a/app/CPReflectionService/Info.plist
+++ b/app/CPReflectionService/Info.plist
@@ -17,13 +17,13 @@
CFBundlePackageType
XPC!
CFBundleShortVersionString
- 1.1.1
+ 1.2.0
CFBundleSignature
????
CFBundleVersion
- 1.1.1
+ 1.2.0
NSHumanReadableCopyright
- Copyright © 2016 CocoaPods. All rights reserved.
+ Copyright © 2017 CocoaPods. All rights reserved.
XPCService
ServiceType
diff --git a/app/CPReflectionService/RBObject+CocoaPods.m b/app/CPReflectionService/RBObject+CocoaPods.m
index 643175ef..b845627f 100644
--- a/app/CPReflectionService/RBObject+CocoaPods.m
+++ b/app/CPReflectionService/RBObject+CocoaPods.m
@@ -44,6 +44,7 @@
INIT_EXT(utf_16be);
INIT_EXT(utf_32le);
INIT_EXT(utf_32be);
+ INIT_EXT(windows_31j);
INIT_EXT(pathname);
rb_provide("pathname.so");
diff --git a/app/CocoaPods.xcodeproj/project.pbxproj b/app/CocoaPods.xcodeproj/project.pbxproj
index fa70d921..53e4b303 100644
--- a/app/CocoaPods.xcodeproj/project.pbxproj
+++ b/app/CocoaPods.xcodeproj/project.pbxproj
@@ -1171,7 +1171,7 @@
510254301C0A60680045FCD8 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- CODE_SIGN_IDENTITY = "";
+ CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
FRAMEWORK_SEARCH_PATHS = (
diff --git a/app/CocoaPods/Supporting Files/Info.plist b/app/CocoaPods/Supporting Files/Info.plist
index c31fac71..643fc1ec 100644
--- a/app/CocoaPods/Supporting Files/Info.plist
+++ b/app/CocoaPods/Supporting Files/Info.plist
@@ -56,7 +56,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.1.1
+ 1.2.0
CFBundleSignature
????
CFBundleURLTypes
@@ -73,11 +73,11 @@
CFBundleVersion
- 1.1.1
+ 1.2.0
LSMinimumSystemVersion
$(MACOSX_DEPLOYMENT_TARGET)
NSHumanReadableCopyright
- Copyright © 2016 CocoaPods. All rights reserved.
+ Copyright © 2017 CocoaPods. All rights reserved.
NSMainNibFile
MainMenu
NSPrincipalClass