Skip to content

Commit

Permalink
Merge pull request #789 from Microsoft/develop
Browse files Browse the repository at this point in the history
Merge develop to master for 0.13.0
  • Loading branch information
jaeklim authored Oct 4, 2017
2 parents 7003ca4 + dbaeee7 commit 40fcbb4
Show file tree
Hide file tree
Showing 100 changed files with 1,396 additions and 286 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ iOSInjectionProject/
# Mac
#
.DS_Store

Localization/*.zip
Localization/Unzip/
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Mobile Center SDK for iOS Change Log

## Version 0.13.0

This version contains bug fixes, a new API and improvements.

### MobileCenter

* **[Feature]** Added an `sdkVersion` method to get the current version of Mobile Center SDK programmatically.
* **[Fix]** Fixed a database open failure when Mobile Center SDK is used with any other SQLite related libraries.

### MobileCenterCrashes

* **[Fix]** Fixed not sending crash logs when an application is crashed and relaunched from multitasking view.

### MobileCenterDistribute

* **[Improvement]** Added 11 more languages to Distribute UI.

### MobileCenterPush

* **[Fix]** Fixed sending push installation log twice after fresh install.

___

## Version 0.12.3

This version contains a bug fix when the frameworks are integrated on applications which are built on Xcode 8
Expand Down
2 changes: 1 addition & 1 deletion Config/Global.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILD_NUMBER = 1
VERSION_STRING = 0.12.3
VERSION_STRING = 0.13.0

// :Mark: Architectures
MS_WATCH_ARCHS = armv7k
Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterDistribute/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: Distribute
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/iOS/MobileCenterPush/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: iphonesimulator
theme: ../../Themes/apple

module: MobileCenterPush
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/macOS/MobileCenterPush/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: macosx
theme: ../../Themes/apple

module: MobileCenterPush
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenter/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: MobileCenter
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenterAnalytics/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: MobileCenterAnalytics
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 1 addition & 1 deletion Documentation/tvOS/MobileCenterCrashes/.jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sdk: appletvsimulator
theme: ../../Themes/apple

module: Crashes
module_version: 0.12.3
module_version: 0.13.0
author: Microsoft Corp
author_url: http://www.microsoft.com

Expand Down
2 changes: 2 additions & 0 deletions Localization/LocCleanup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git branch -D `git branch | grep -E 'TouchDown*'`
git branch -r | awk -F/ '/\/TouchDown/{print $2}' | xargs -I {} git push origin :{}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Aktualizovat";
"MSDistributeAskMeInADay" = "Zeptat se za den";
"MSDistributeViewReleaseNotes" = "Zobrazit zprávu k vydání verze";
"MSDistributeClose" = "Zavřít";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "K dispozici je aktualizace aplikace.";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Vývojáři této aplikace vyžadují, abyste si nainstalovali aktualizaci %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) je k dispozici ke stažení a instalaci.";
"MSDistributeInAppUpdatesAreDisabled" = "Aktualizace v aplikaci jsou zakázány.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Jetzt aktualisieren";
"MSDistributeAskMeInADay" = "In einem Tag nachfragen";
"MSDistributeViewReleaseNotes" = "Anmerkungen zu dieser Version anzeigen";
"MSDistributeClose" = "Schließen";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "App-Update verfügbar";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Die Entwickler dieser App verlangen, dass Sie %@ %@ (%@) aktualisieren.";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) ist zum Herunterladen und Installieren verfügbar.";
"MSDistributeInAppUpdatesAreDisabled" = "In-App-Updates sind deaktiviert.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Actualizar ahora";
"MSDistributeAskMeInADay" = "Preguntarme dentro de un día";
"MSDistributeViewReleaseNotes" = "Ver notas de la versión";
"MSDistributeClose" = "Cerrar";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Actualización de aplicación disponible";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Los desarrolladores de esta aplicación indican que debe actualizar a %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) está disponible para descargarlo e instalarlo.";
"MSDistributeInAppUpdatesAreDisabled" = "Las actualizaciones en la aplicación están deshabilitadas.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Mettre à jour maintenant";
"MSDistributeAskMeInADay" = "Me le demander dans un jour";
"MSDistributeViewReleaseNotes" = "Afficher les notes de publication";
"MSDistributeClose" = "Fermer";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Mise à jour d'application disponible";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Les développeurs de cette application vous demandent d'effectuer une mise à jour vers %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) est prêt à être téléchargé et installé.";
"MSDistributeInAppUpdatesAreDisabled" = "Les mises à jour dans l'application sont désactivées.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Aggiorna adesso";
"MSDistributeAskMeInADay" = "Visualizza richiesta tra un giorno";
"MSDistributeViewReleaseNotes" = "Visualizza note sulla versione";
"MSDistributeClose" = "Chiudi";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Aggiornamento app disponibile";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Gli sviluppatori di questa app richiedono che venga eseguito l'aggiornamento a %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) è disponibile per il download e l'installazione.";
"MSDistributeInAppUpdatesAreDisabled" = "Gli aggiornamenti in-app sono disabilitati.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "今すぐ更新";
"MSDistributeAskMeInADay" = "明日また知らせる";
"MSDistributeViewReleaseNotes" = "リリース ノートの表示";
"MSDistributeClose" = "閉じる";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "アプリの更新プログラムが利用可能です";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "このアプリの開発者から、%@ %@ (%@) に更新するよう求められています。";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) をダウンロードしてインストールできます。";
"MSDistributeInAppUpdatesAreDisabled" = "アプリ内更新は無効です。";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "지금 업데이트";
"MSDistributeAskMeInADay" = "하루동안 열지 않기";
"MSDistributeViewReleaseNotes" = "릴리스 정보 보기";
"MSDistributeClose" = "닫기";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "앱 업데이트 사용 가능";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "이 앱의 개발자가 %@ %@(%@)(으)로 업데이트를 요구합니다.";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@(%@)을(를) 다운로드하여 설치할 수 있습니다.";
"MSDistributeInAppUpdatesAreDisabled" = "인앱 업데이트는 사용할 수 없습니다.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Aktualizuj teraz";
"MSDistributeAskMeInADay" = "Zapytaj mnie jutro";
"MSDistributeViewReleaseNotes" = "Wyświetl informacje o wersji";
"MSDistributeClose" = "Zamknij";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Dostępna jest aktualizacja aplikacji";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Deweloperzy tej aplikacji wymagają przeprowadzenia aktualizacji do: %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "Aplikacja %@ %@ (%@) jest dostępna do pobrania i zainstalowania.";
"MSDistributeInAppUpdatesAreDisabled" = "Aktualizacje w aplikacji są wyłączone.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Atualizar agora";
"MSDistributeAskMeInADay" = "Pergunte-me em um dia";
"MSDistributeViewReleaseNotes" = "Exibir notas de versão";
"MSDistributeClose" = "Fechar";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Atualização do aplicativo disponível";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Os desenvolvedores desse aplicativo exigem a atualização para %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) está disponível para download e instalação.";
"MSDistributeInAppUpdatesAreDisabled" = "As atualizações no aplicativo estão desabilitadas.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Обновить";
"MSDistributeAskMeInADay" = "Спросить через день";
"MSDistributeViewReleaseNotes" = "Просмотреть заметки о выпуске";
"MSDistributeClose" = "Закрыть";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Доступно обновление приложения";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Разработчики этого приложения требуют выполнить обновление до %@ %@ (%@).";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "Обновление %@ %@ (%@) доступно для скачивания и установки.";
"MSDistributeInAppUpdatesAreDisabled" = "Обновления в приложении отключены.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "Şimdi güncelleştir";
"MSDistributeAskMeInADay" = "Bir gün içinde sor";
"MSDistributeViewReleaseNotes" = "Sürüm notlarını görüntüle";
"MSDistributeClose" = "Kapat";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "Uygulama güncelleştirmesi kullanılabilir";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "Bu uygulamanın geliştiricileri %@ %@ (%@) sürümüne güncelleştirmenizi gerektiriyor.";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@), indirme ve yükleme için hazır.";
"MSDistributeInAppUpdatesAreDisabled" = "Uygulama içi güncelleştirmeler devre dışı.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "立即更新";
"MSDistributeAskMeInADay" = "一天内询问我";
"MSDistributeViewReleaseNotes" = "查看发布说明";
"MSDistributeClose" = "关闭";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "可用的应用更新";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "应用被要求更新为 %@ %@ (%@)。";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) 可供下载和安装。";
"MSDistributeInAppUpdatesAreDisabled" = "已禁用应用内更新。";
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Update dialog buttons
*/
"MSDistributeUpdateNow" = "立即更新";
"MSDistributeAskMeInADay" = "一天後詢問我";
"MSDistributeViewReleaseNotes" = "檢視版本資訊";
"MSDistributeClose" = "關閉";

/*
* Update dialog titles/messages
*/
"MSDistributeAppUpdateAvailable" = "應用程式更新已可使用";
"MSDistributeAppUpdateAvailableMandatoryUpdateMessage" = "此應用程式的開發人員要求您更新為 %@ %@ (%@)。";
"MSDistributeAppUpdateAvailableOptionalUpdateMessage" = "%@ %@ (%@) 已可下載及安裝。";
"MSDistributeInAppUpdatesAreDisabled" = "應用程式內部的更新已停用。";
Loading

0 comments on commit 40fcbb4

Please sign in to comment.