Skip to content

Commit 0b99611

Browse files
committed
2.0.4
1 parent 913a46d commit 0b99611

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,26 @@ All notable changes to this project will be documented in this file.
33
Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
6-
## 2.0.4 (TBD)
6+
## 2.0.4 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.4) (TBD)
77

88
##### Release Notes
99

10+
Getting duplicate observations? Not anymore. Found what we believe was causing this to happen in the case where the phone stops the app and the database is not set up properly when the app restarts.
11+
1012
##### Bug Fixes
1113

12-
* Maps should update when going back to the map
14+
* Check if protected data is available prior to setting up the database
15+
* Verify that the database was opened properly before moving on to the app
16+
* Removed background fetch
17+
* Maps should update when going back to the map
1318
* Events with no forms will not crash the app
1419

15-
## 2.0.3 ()
20+
## 2.0.3 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.3) (07-02-2018)
1621

1722
##### Release Notes
1823

24+
On the go? Initial support for GeoPackage download from the MAGE server.
25+
1926
##### Features
2027

2128
* Download GeoPackages that are linked to the events, from the server

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ target 'MAGE' do
1111
pod 'UIImage-Categories', '~> 0.0.1'
1212
pod 'HexColors', '~> 2.2.1'
1313
pod 'GoogleSignIn'
14-
#pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '2.0.5'
15-
pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :branch=> 'develop'
14+
pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '2.0.6'
15+
#pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :branch=> 'develop'
1616
#pod 'mage-ios-sdk', :path => '../mage-ios-sdk'
1717
pod 'libPhoneNumber-iOS', '~> 0.8'
1818
pod 'tuneup_js'

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PODS:
4444
- HexColors (2.2.1)
4545
- KTCenterFlowLayout (1.3.1)
4646
- libPhoneNumber-iOS (0.9.13)
47-
- mage-ios-sdk (2.0.7):
47+
- mage-ios-sdk (2.0.6):
4848
- AFNetworking (~> 3.2.1)
4949
- DateTools (~> 2.0.0)
5050
- geopackage-ios (~> 1.3.0)
@@ -84,7 +84,7 @@ DEPENDENCIES:
8484
- HexColors (~> 2.2.1)
8585
- KTCenterFlowLayout
8686
- libPhoneNumber-iOS (~> 0.8)
87-
- mage-ios-sdk (from `https://github.com/ngageoint/mage-ios-sdk.git`, branch `develop`)
87+
- mage-ios-sdk (from `https://github.com/ngageoint/mage-ios-sdk.git`, tag `2.0.6`)
8888
- OCMock
8989
- OHHTTPStubs
9090
- SkyFloatingLabelTextField (~> 3.4)
@@ -120,13 +120,13 @@ SPEC REPOS:
120120

121121
EXTERNAL SOURCES:
122122
mage-ios-sdk:
123-
:branch: develop
124123
:git: https://github.com/ngageoint/mage-ios-sdk.git
124+
:tag: 2.0.6
125125

126126
CHECKOUT OPTIONS:
127127
mage-ios-sdk:
128-
:commit: c5d58807d3bc89c77bafa375a179688359de7de7
129128
:git: https://github.com/ngageoint/mage-ios-sdk.git
129+
:tag: 2.0.6
130130

131131
SPEC CHECKSUMS:
132132
AFNetworking: b6f891fdfaed196b46c7a83cf209e09697b94057
@@ -141,7 +141,7 @@ SPEC CHECKSUMS:
141141
HexColors: abfd172e329dab59888614ccba6f216cec59289d
142142
KTCenterFlowLayout: 6e02b50ab2bd865025ae82fe266ed13b6d9eaf97
143143
libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa
144-
mage-ios-sdk: b60693076c9e5c64047698123abc45c61e5ab2b0
144+
mage-ios-sdk: d40d6ae712de8e0fa64220865a9714dd334c746a
145145
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
146146
objective-zip: 41b1408cebffceb6b9d15ad691506707e390d359
147147
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
@@ -154,6 +154,6 @@ SPEC CHECKSUMS:
154154
wkb-ios: 7a2678852f9c4d166048a7277df37d4d2af5436b
155155
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
156156

157-
PODFILE CHECKSUM: 5a92609163b0859eadcaeb8568d45573d78f8724
157+
PODFILE CHECKSUM: df8b8a179856130dafdd27d410b3e1bb52094708
158158

159159
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)