Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #348 from realm/do/release-2.1.12
Browse files Browse the repository at this point in the history
Release 2.1.12
  • Loading branch information
stel committed Jul 28, 2017
2 parents 09b0ecd + 8a5cfc1 commit 4942478
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 19 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
2.1.12 Release notes (2017-07-27)
=============================================================
* Update to Realm 2.9.0 that fixes an issue connecting to multiple servers with the same user.

2.1.11 Release notes (2017-07-17)
=============================================================
* Fix crash when import from CSV/XLSX
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -55,15 +55,15 @@ GEM
dotenv (2.2.1)
escape (0.0.4)
excon (0.57.1)
faraday (0.12.1)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.0)
fastlane (2.46.1)
fastlane (2.49.0)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -105,8 +105,8 @@ GEM
mime-types (~> 3.0)
representable (~> 3.0)
retriable (>= 2.0, < 4.0)
googleauth (0.5.1)
faraday (~> 0.9)
googleauth (0.5.3)
faraday (~> 0.12)
jwt (~> 1.4)
logging (~> 2.0)
memoist (~> 0.12)
Expand All @@ -129,7 +129,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.5.1)
minitest (5.10.2)
minitest (5.10.3)
molinillo (0.5.7)
multi_json (1.12.1)
multi_xml (0.6.0)
Expand Down Expand Up @@ -168,7 +168,7 @@ GEM
unf_ext (0.0.7.4)
unicode-display_width (1.3.0)
word_wrap (1.0.0)
xcodeproj (1.5.0)
xcodeproj (1.5.1)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
Expand All @@ -186,4 +186,4 @@ DEPENDENCIES
fastlane

BUNDLED WITH
1.15.1
1.15.3
12 changes: 6 additions & 6 deletions Podfile.lock
Expand Up @@ -3,16 +3,16 @@ PODS:
- CSwiftV (0.0.7)
- HockeySDK-Mac (4.1.4)
- PathKit (0.8.0)
- Realm (2.8.3):
- Realm/Headers (= 2.8.3)
- Realm/Headers (2.8.3)
- Realm (2.9.0):
- Realm/Headers (= 2.9.0)
- Realm/Headers (2.9.0)
- RealmConverter (0.4.1):
- CSwiftV
- PathKit
- Realm
- SSZipArchive
- TGSpreadsheetWriter
- SSZipArchive (1.8.1)
- SSZipArchive (2.0.2)
- TGSpreadsheetWriter (1.0.2):
- SSZipArchive

Expand All @@ -27,9 +27,9 @@ SPEC CHECKSUMS:
CSwiftV: 602a0cb1df5f758d6005eacb6472c9bc752a7e7c
HockeySDK-Mac: 963ce83ffcbc0e0297a63d2a4fc4d84c103f9280
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
Realm: f14ab1673502559cb16592ddb8f383c474c13e05
RealmConverter: ea2c483fa5a584eb58e409cf6615808dd86a8dcc
SSZipArchive: 04547dfa448be5ed7ecbaf7eaf8a6e9eb9b42997
SSZipArchive: 5fdf578dbbb60000b23439f80fa04e81d00740ee
TGSpreadsheetWriter: '09bbb2c18a111a11c94ff9c1af2320e2530c958e'

PODFILE CHECKSUM: 5cd2a5d1718f788c14393e563ba2ae374f258424
Expand Down
4 changes: 2 additions & 2 deletions RealmBrowser.xcodeproj/project.pbxproj
Expand Up @@ -1100,7 +1100,7 @@
CODE_SIGN_ENTITLEMENTS = "RealmBrowser/Supporting Files/Realm Browser.entitlements";
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 95;
CURRENT_PROJECT_VERSION = 96;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RealmBrowser/Supporting Files/RealmBrowser-Prefix.pch";
Expand Down Expand Up @@ -1132,7 +1132,7 @@
CODE_SIGN_ENTITLEMENTS = "RealmBrowser/Supporting Files/Realm Browser.entitlements";
CODE_SIGN_IDENTITY = "-";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 95;
CURRENT_PROJECT_VERSION = 96;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RealmBrowser/Supporting Files/RealmBrowser-Prefix.pch";
Expand Down
3 changes: 3 additions & 0 deletions RealmBrowser.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions RealmBrowser/Supporting Files/RealmBrowser-Info.plist
Expand Up @@ -34,7 +34,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.11</string>
<string>2.1.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -65,7 +65,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>95</string>
<string>96</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Expand Up @@ -13,10 +13,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.11</string>
<string>2.1.12</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>95</string>
<string>96</string>
</dict>
</plist>

0 comments on commit 4942478

Please sign in to comment.