From 05a32fb949f8af4e922ce3e28253edcf78ac2971 Mon Sep 17 00:00:00 2001 From: Milos Ostojic Date: Mon, 29 Aug 2022 11:10:20 +0200 Subject: [PATCH 1/3] Changes deployment target for Sentinel and UserDefaults storyboards --- Sentinel/Classes/Core/Internal/Sentinel.storyboard | 2 +- Sentinel/Classes/UserDefaults/UserDefaults.storyboard | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sentinel/Classes/Core/Internal/Sentinel.storyboard b/Sentinel/Classes/Core/Internal/Sentinel.storyboard index 1ef1ea6..3f981b7 100644 --- a/Sentinel/Classes/Core/Internal/Sentinel.storyboard +++ b/Sentinel/Classes/Core/Internal/Sentinel.storyboard @@ -2,7 +2,7 @@ - + diff --git a/Sentinel/Classes/UserDefaults/UserDefaults.storyboard b/Sentinel/Classes/UserDefaults/UserDefaults.storyboard index e3fbd6d..d030053 100644 --- a/Sentinel/Classes/UserDefaults/UserDefaults.storyboard +++ b/Sentinel/Classes/UserDefaults/UserDefaults.storyboard @@ -2,7 +2,7 @@ - + From 6d21d4705d9557eb65904e3a6e8c05d11bd53cc5 Mon Sep 17 00:00:00 2001 From: Milos Ostojic Date: Wed, 31 Aug 2022 10:42:28 +0200 Subject: [PATCH 2/3] Adds Bitrise badge in Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38319bd..30f34e6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sentinel - +[![Build Status](https://app.bitrise.io/app/56dc4082e9c3bb9e/status.svg?token=aHG6rIR2XDrJ3xNOIO2hXw&branch=master)](https://app.bitrise.io/app/aHG6rIR2XDrJ3xNOIO2hXw) [![Version](https://img.shields.io/cocoapods/v/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel) [![License](https://img.shields.io/cocoapods/l/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel) [![Platform](https://img.shields.io/cocoapods/p/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel) From 20955b33680f1a71b2ff4274735b9c63472e21b1 Mon Sep 17 00:00:00 2001 From: Milos Ostojic Date: Wed, 31 Aug 2022 10:57:45 +0200 Subject: [PATCH 3/3] Fixes Bitrise badge URL in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f34e6..904a35f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Sentinel -[![Build Status](https://app.bitrise.io/app/56dc4082e9c3bb9e/status.svg?token=aHG6rIR2XDrJ3xNOIO2hXw&branch=master)](https://app.bitrise.io/app/aHG6rIR2XDrJ3xNOIO2hXw) +[![Build Status](https://app.bitrise.io/app/56dc4082e9c3bb9e/status.svg?token=aHG6rIR2XDrJ3xNOIO2hXw&branch=master)](https://app.bitrise.io/app/56dc4082e9c3bb9e) [![Version](https://img.shields.io/cocoapods/v/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel) [![License](https://img.shields.io/cocoapods/l/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel) [![Platform](https://img.shields.io/cocoapods/p/Sentinel.svg?style=flat)](https://cocoapods.org/pods/Sentinel)