Skip to content

Commit 2aeae8e

Browse files
committed
2.1.4
this version is only compatible with server version 5.4+
1 parent c04b141 commit 2aeae8e

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

CHANGELOG.md

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

55
---
6+
## 2.1.4
7+
8+
##### Release Notes
9+
10+
##### Features
11+
12+
##### Bug Fixes
13+
* This version is now only compatible with server version 5.4+
14+
615
## 2.1.3
716

817
##### Release Notes

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,7 +2649,7 @@
26492649
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
26502650
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
26512651
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2652-
MARKETING_VERSION = 2.1.3;
2652+
MARKETING_VERSION = 2.1.4;
26532653
OTHER_LDFLAGS = "$(inherited)";
26542654
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
26552655
PRODUCT_NAME = MAGE;
@@ -2683,7 +2683,7 @@
26832683
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
26842684
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
26852685
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
2686-
MARKETING_VERSION = 2.1.3;
2686+
MARKETING_VERSION = 2.1.4;
26872687
OTHER_LDFLAGS = "$(inherited)";
26882688
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
26892689
PRODUCT_NAME = MAGE;

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use_modular_headers!
99
target 'MAGE' do
1010
pod 'UIImage-Categories', '~> 0.0.1'
1111
pod 'HexColors', '~> 2.2.1'
12-
pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '3.1.3'
12+
pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '3.1.4'
1313
#pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :branch=> 'develop'
1414
#pod 'mage-ios-sdk', :path => '../mage-ios-sdk'
1515
pod 'mgrs', '~>0.1.0'

Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PODS:
2727
- Kingfisher/Core (5.15.8)
2828
- KTCenterFlowLayout (1.3.1)
2929
- libPhoneNumber-iOS (0.9.15)
30-
- mage-ios-sdk (3.1.3):
30+
- mage-ios-sdk (3.1.4):
3131
- AFNetworking (~> 4.0.1)
3232
- DateTools (~> 2.0.0)
3333
- geopackage-ios (~> 4.0.1)
@@ -76,7 +76,7 @@ DEPENDENCIES:
7676
- Kingfisher (~> 5.0)
7777
- KTCenterFlowLayout
7878
- libPhoneNumber-iOS (~> 0.8)
79-
- mage-ios-sdk (from `https://github.com/ngageoint/mage-ios-sdk.git`, tag `3.1.3`)
79+
- mage-ios-sdk (from `https://github.com/ngageoint/mage-ios-sdk.git`, tag `3.1.4`)
8080
- mgrs (~> 0.1.0)
8181
- OCMock
8282
- OHHTTPStubs
@@ -115,12 +115,12 @@ SPEC REPOS:
115115
EXTERNAL SOURCES:
116116
mage-ios-sdk:
117117
:git: https://github.com/ngageoint/mage-ios-sdk.git
118-
:tag: 3.1.3
118+
:tag: 3.1.4
119119

120120
CHECKOUT OPTIONS:
121121
mage-ios-sdk:
122122
:git: https://github.com/ngageoint/mage-ios-sdk.git
123-
:tag: 3.1.3
123+
:tag: 3.1.4
124124

125125
SPEC CHECKSUMS:
126126
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
@@ -131,7 +131,7 @@ SPEC CHECKSUMS:
131131
Kingfisher: a3c03d702433fa6cfedabb2bddbe076fb8f2e902
132132
KTCenterFlowLayout: 6e02b50ab2bd865025ae82fe266ed13b6d9eaf97
133133
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
134-
mage-ios-sdk: 40740207561b4d9b00c7e8d2f81c534cbe2a5f10
134+
mage-ios-sdk: f7900417aa0aca04d09b2c262acd56a9132e13c6
135135
MagicalRecord: 53bed74b4323b930992a725be713e53b37d19755
136136
mgrs: c4b57f8c27ee1f4939be117f4a683e680c127326
137137
OCMock: 29f6e52085b4e7d9b075cbf03ed7c3112f82f934
@@ -149,6 +149,6 @@ SPEC CHECKSUMS:
149149
UIImage-Categories: 5103b772ae91894f4d650eb696b006f4a2487ec3
150150
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
151151

152-
PODFILE CHECKSUM: 30b539f5e307b18f3f1ce354ebab5d3ebad09e08
152+
PODFILE CHECKSUM: e8b0031ced28615ceb382d44d63b9a86e8bbc7aa
153153

154-
COCOAPODS: 1.10.1
154+
COCOAPODS: 1.9.3

0 commit comments

Comments
 (0)