From 84864d83714d7d00e61607d512aaf3d0ce562441 Mon Sep 17 00:00:00 2001 From: orta Date: Sun, 29 Jan 2017 13:40:11 -0500 Subject: [PATCH 1/3] Prepare for 1.2.0 --- Rakefile | 2 +- app/CPReflectionService/Info.plist | 6 +++--- app/CPReflectionService/RBObject+CocoaPods.m | 1 + app/CocoaPods.xcodeproj/project.pbxproj | 2 +- app/CocoaPods/Supporting Files/Info.plist | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) 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 From 02804f130e56673289cc41097a84d33eafa39f2c Mon Sep 17 00:00:00 2001 From: orta Date: Sun, 29 Jan 2017 14:02:08 -0500 Subject: [PATCH 2/3] Add a changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) From 927ea7616523988c4014ffeeab942429e81d8b9f Mon Sep 17 00:00:00 2001 From: orta Date: Sun, 29 Jan 2017 14:10:13 -0500 Subject: [PATCH 3/3] Use latest bundler in CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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