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 #328 from realm/do-release-2.1.9
Browse files Browse the repository at this point in the history
Release version 2.1.9
  • Loading branch information
stel committed Jun 14, 2017
2 parents 583e033 + 3f85320 commit cb3f99c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
2.1.9 Release notes (2017-06-13)
=============================================================
* Fixed several issues related to opening and displaying synced realms after schema migration
* Fixed issue with logging out the user when working with multiple realms simultaneously

2.1.8 Release notes (2017-05-17)
=============================================================
* Fixed crash when opening realms from Object Server
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
babosa (1.0.2)
claide (1.0.1)
claide (1.0.2)
cocoapods (1.2.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
dotenv (2.2.1)
escape (0.0.4)
excon (0.55.0)
excon (0.56.0)
faraday (0.12.1)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
Expand All @@ -61,7 +61,7 @@ GEM
faraday_middleware (0.11.0.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.0)
fastlane (2.30.2)
fastlane (2.38.1)
CFPropertyList (>= 2.3, < 3.0.0)
addressable (>= 2.3, < 3.0.0)
babosa (>= 1.0.2, < 2.0.0)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
domain_name (~> 0.5)
httpclient (2.8.3)
hurley (0.2)
i18n (0.8.1)
i18n (0.8.4)
json (2.1.0)
jwt (1.5.6)
little-plugger (1.1.4)
Expand Down Expand Up @@ -167,9 +167,9 @@ GEM
unf_ext (0.0.7.4)
unicode-display_width (1.2.1)
word_wrap (1.0.0)
xcodeproj (1.4.4)
xcodeproj (1.5.0)
CFPropertyList (~> 2.3.3)
claide (>= 1.0.1, < 2.0)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)
xcpretty (0.2.8)
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Expand Up @@ -5,7 +5,7 @@ use_frameworks!

target 'RealmBrowser' do
pod 'AppSandboxFileAccess'
pod 'Realm', git: 'https://github.com/realm/realm-cocoa', branch: 'do-browser-2.1.8', submodules: true
pod 'Realm'
pod 'RealmConverter'
pod 'HockeySDK-Mac'

Expand Down
24 changes: 6 additions & 18 deletions Podfile.lock
Expand Up @@ -3,9 +3,9 @@ PODS:
- CSwiftV (0.0.7)
- HockeySDK-Mac (4.1.3)
- PathKit (0.8.0)
- Realm (2.7.0):
- Realm/Headers (= 2.7.0)
- Realm/Headers (2.7.0)
- Realm (2.8.1):
- Realm/Headers (= 2.8.1)
- Realm/Headers (2.8.1)
- RealmConverter (0.4.0):
- CSwiftV
- PathKit
Expand All @@ -19,31 +19,19 @@ PODS:
DEPENDENCIES:
- AppSandboxFileAccess
- HockeySDK-Mac
- Realm (from `https://github.com/realm/realm-cocoa`, branch `do-browser-2.1.8`)
- Realm
- RealmConverter

EXTERNAL SOURCES:
Realm:
:branch: do-browser-2.1.8
:git: https://github.com/realm/realm-cocoa
:submodules: true

CHECKOUT OPTIONS:
Realm:
:commit: bb80b38301251fe6c4938b6b4839255bd94f834c
:git: https://github.com/realm/realm-cocoa
:submodules: true

SPEC CHECKSUMS:
AppSandboxFileAccess: f3e10b0ba10bbaa6dc6996639ff47836050329c5
CSwiftV: 602a0cb1df5f758d6005eacb6472c9bc752a7e7c
HockeySDK-Mac: 0cec57089b79293b7057aa4174ce07fd6935ae70
PathKit: dcab05d701474011aae0e40cf892298a831f63d6
Realm: 7c40ec576cb8c7766215eb8c81459400b956b2b0
Realm: 2627602ad6818451f0cb8c2a6e072f7f10a5f360
RealmConverter: c4e234707844c669930a652de34ebdb9b8ced38a
SSZipArchive: 04547dfa448be5ed7ecbaf7eaf8a6e9eb9b42997
TGSpreadsheetWriter: '09bbb2c18a111a11c94ff9c1af2320e2530c958e'

PODFILE CHECKSUM: e508edfcf51075d4765357ef5c56d729269d7b8f
PODFILE CHECKSUM: 5cd2a5d1718f788c14393e563ba2ae374f258424

COCOAPODS: 1.2.1
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 = 92;
CURRENT_PROJECT_VERSION = 93;
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 = 92;
CURRENT_PROJECT_VERSION = 93;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "RealmBrowser/Supporting Files/RealmBrowser-Prefix.pch";
Expand Down
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.8</string>
<string>2.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -65,7 +65,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>92</string>
<string>93</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.8</string>
<string>2.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>92</string>
<string>93</string>
</dict>
</plist>

0 comments on commit cb3f99c

Please sign in to comment.