Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Merge e7d34fa into c4bf7f3
Browse files Browse the repository at this point in the history
  • Loading branch information
AnanthaKrish committed Oct 25, 2017
2 parents c4bf7f3 + e7d34fa commit 27d8124
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 44 deletions.
2 changes: 1 addition & 1 deletion BMSPush.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = 'BMSPush'

s.version = '3.2.5'
s.version = '3.2.6'

s.summary = 'Swift client side Push SDK for IBM Bluemix Push notifications services'
s.homepage = 'https://github.com/ibm-bluemix-mobile-services/bms-clientsdk-swift-push'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- BMSAnalyticsAPI (2.2.0)
- BMSCore (2.3.1):
- BMSAnalyticsAPI (2.2.2)
- BMSCore (2.3.3):
- BMSAnalyticsAPI (~> 2.2)

DEPENDENCIES:
- BMSCore (~> 2.0)

SPEC CHECKSUMS:
BMSAnalyticsAPI: 2dae02bc3321b944ae947a7d2f0f009d8035f8e7
BMSCore: 59a1a6769d398f55b8bd83be647e084812b924e0
BMSAnalyticsAPI: 10c9301b13f0ae1d4ef5c219ddf4dee50fdc5513
BMSCore: 716678c9ace494429f74035400e1e5af41f33343

PODFILE CHECKSUM: d373590e70152d7be414811178c89b483ae77b5b

Expand Down
9 changes: 4 additions & 5 deletions Pods/BMSAnalyticsAPI/README.md

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

14 changes: 11 additions & 3 deletions Pods/BMSAnalyticsAPI/Source/RequestMetadata.swift

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

2 changes: 2 additions & 0 deletions Pods/BMSCore/README.md

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

8 changes: 8 additions & 0 deletions Pods/BMSCore/Source/BMSClient.swift

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

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

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

8 changes: 4 additions & 4 deletions Pods/Manifest.lock

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

2 changes: 1 addition & 1 deletion Pods/Target Support Files/BMSAnalyticsAPI/Info.plist

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

2 changes: 1 addition & 1 deletion Pods/Target Support Files/BMSCore/Info.plist

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ myBMSClient.initialize(bluemixRegion: "Location where your app Hosted")

##### bluemixRegion

- Specifies the location where the app hosted. You can either use one of three values - `BMSClient.Region.usSouth`, `BMSClient.Region.unitedKingdom` and `BMSClient.Region.sydney` OR specify the region manually .
- Specifies the location where the app hosted. You can either use one of three values - `BMSClient.Region.usSouth`, `BMSClient.Region.unitedKingdom`, `BMSClient.Region.germany` and `BMSClient.Region.sydney` OR specify the region manually .

>**Note**: If you are using dedicated service please use `overrideServerHost` and add `bluemixRegion` any value.
Expand Down

0 comments on commit 27d8124

Please sign in to comment.