From befd5b7cf44bbe7be0ff78c552192872edac0d7d Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 25 Sep 2023 16:49:48 -0700 Subject: [PATCH] Update Pod spec source Update name with updated repo name --- CONTRIBUTING.md | 10 +++++----- OktaAnalytics.podspec | 4 ++-- OktaLogger.podspec | 8 ++++---- OktaSQLiteStorage.podspec | 4 ++-- Podfile.lock | 6 +++--- README.md | 6 +++--- Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md | 8 ++++---- Sources/OktaLogger/OktaLogger.docc/Overview.md | 4 ++-- 8 files changed, 25 insertions(+), 25 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a035e1e..c46907c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,16 +16,16 @@ _Lets get started!!!_ Fork the code ------------- -In your browser, navigate to: [https://github.com/okta/okta-logger-swift](https://github.com/okta/okta-os) +In your browser, navigate to: [okta-utils-swift](https://github.com/okta/okta-utils-swift) Fork the repository by clicking on the 'Fork' button on the top right hand side. The fork will happen and you will be taken to your own fork of the repository. Copy the Git repository URL by clicking on the clipboard next to the URL on the right hand side of the page under '**HTTPS** clone URL'. You will paste this URL when doing the following `git clone` command. On your computer, follow these steps to setup a local repository for working on the Okta Logger SDK: ``` bash -$ git clone https://github.com/YOUR_ACCOUNT/okta-logger-swift.git -$ cd okta-logger-swift -$ git remote add upstream https://github.com/okta/okta-logger-swift.git +$ git clone https://github.com/YOUR_ACCOUNT/okta-utils-swift.git +$ cd okta-utils-swift +$ git remote add upstream https://github.com/okta/okta-utils-swift.git $ git checkout master $ git fetch upstream $ git rebase upstream/master @@ -88,7 +88,7 @@ Now that the `feature_x` branch has been pushed to your GitHub repository, you c To initiate the pull request, do the following: -1. In your browser, navigate to your forked repository: [https://github.com/YOUR_ACCOUNT/okta-logger-swift](https://github.com/YOUR_ACCOUNT/okta-logger-swift) +1. In your browser, navigate to your forked repository: [https://github.com/YOUR_ACCOUNT/okta-utils-swift](https://github.com/YOUR_ACCOUNT/okta-utils-swift) 2. Click the new button called '**Compare & pull request**' that showed up just above the main area in your forked repository 3. Validate the pull request will be into the upstream `master` and will be from your `feature_x` branch 4. Enter a detailed description of the work you have done and then click '**Send pull request**' diff --git a/OktaAnalytics.podspec b/OktaAnalytics.podspec index 1718319..269fe01 100644 --- a/OktaAnalytics.podspec +++ b/OktaAnalytics.podspec @@ -3,10 +3,10 @@ Pod::Spec.new do |s| s.version = "2.0.3" s.summary = "Implementation of Analytics logger destination" s.description = "Implementation of Analytics logger destination. Requires OktaLogger/Core" - s.homepage = "https://github.com/okta/okta-logger-swift" + s.homepage = "https://github.com/okta/okta-utils-swift" s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.author = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaAnalytics-"+s.version.to_s } + s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaAnalytics-"+s.version.to_s } s.osx.deployment_target = '11.0' s.ios.deployment_target = '13.0' diff --git a/OktaLogger.podspec b/OktaLogger.podspec index 54550e5..d270c58 100644 --- a/OktaLogger.podspec +++ b/OktaLogger.podspec @@ -3,12 +3,12 @@ Pod::Spec.new do |s| s.version = "1.3.15" s.summary = "Logging proxy for standardized logging interface across products" s.description = "Standard interface for all logging in Okta apps + SDK. Supports file, console, firebase logging destinations." - s.homepage = "https://github.com/okta/okta-logger-swift" + s.homepage = "https://github.com/okta/okta-utils-swift" s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.author = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaLogger-"+s.version.to_s } - s.ios.deployment_target = '11.0' - s.osx.deployment_target = '10.14' + s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaLogger-"+s.version.to_s } + s.ios.deployment_target = '13.0' + s.osx.deployment_target = '11.0' s.watchos.deployment_target = '6.0' s.swift_version = '5.0' s.default_subspec = "Complete" diff --git a/OktaSQLiteStorage.podspec b/OktaSQLiteStorage.podspec index 9199996..7e5d236 100644 --- a/OktaSQLiteStorage.podspec +++ b/OktaSQLiteStorage.podspec @@ -6,10 +6,10 @@ Pod::Spec.new do |s| Okta SQLite storage wrapper on top of GRDB framework DESC s.platforms = { :ios => "13.0", :osx => "12.0" } - s.homepage = 'https://github.com/okta/okta-logger-swift.git' + s.homepage = 'https://github.com/okta/okta-utils-swift' s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.authors = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => 'https://github.com/okta/okta-logger-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s } + s.source = { :git => 'https://github.com/okta/okta-utils-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s } s.swift_version = '5.0' s.ios.deployment_target = '13.0' diff --git a/Podfile.lock b/Podfile.lock index 11de42a..5c6f94b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -143,9 +143,9 @@ SPEC CHECKSUMS: GRDB.swift: e98cd55ec99dea5da99355d588149063e4cfa0eb Instabug: 7c9b72efb697e0f11c21ddf74e5d57a2b67ce9f7 nanopb: b552cce312b6c8484180ef47159bc0f65a1f0431 - OktaAnalytics: 7c662c2b5e01655d31a7050e3a2a13e99fee47da - OktaLogger: badc368e7684ea2c227962a510cbb17240eb5b3e - OktaSQLiteStorage: 51c0334884cfffa47abd15869c841a9eb86c20a2 + OktaAnalytics: 09361ec53c2937f29b175eded560adbd312435b1 + OktaLogger: a8331fd0083438c06653eb0b8212218ec6bfc0c8 + OktaSQLiteStorage: d2e319aac39275689c27c7b598fcedafb2608608 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 SQLCipher: 905b145f65f349f26da9e60a19901ad24adcd381 SwiftLint: 1b7561918a19e23bfed960e40759086e70f4dba5 diff --git a/README.md b/README.md index e2f9c40..baa6ec0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# [OktaLogger](https://github.com/okta/okta-logger-swift/blob/master/Sources/OktaLogger/OktaLogger.docc/Overview.md) +# [OktaLogger](https://github.com/okta/okta-utils-swift/blob/master/Sources/OktaLogger/OktaLogger.docc/Overview.md) -# [OktaAnalytics](https://github.com/okta/okta-logger-swift/blob/master/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md) +# [OktaAnalytics](https://github.com/okta/okta-utils-swift/blob/master/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md) -# [OktaSQLiteStorage](https://github.com/okta/okta-logger-swift/blob/master/Sources/OktaSQLiteStorage/README.md) +# [OktaSQLiteStorage](https://github.com/okta/okta-utils-swift/blob/master/Sources/OktaSQLiteStorage/README.md) diff --git a/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md b/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md index 11d0a50..b5ad754 100755 --- a/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md +++ b/Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md @@ -29,14 +29,14 @@ OktaAnalytics.addProvider(appCenterAnalyticsProvider) ## Dependencies - - [OktaLogger](https://github.com/okta/okta-logger-swift/tree/master/Sources/OktaLogger) - - [OktaSQLiteStorage](https://github.com/okta/okta-logger-swift/tree/master/Sources/OktaSQLiteStorage) + - [OktaLogger](https://github.com/okta/okta-utils-swift/tree/master/Sources/OktaLogger) + - [OktaSQLiteStorage](https://github.com/okta/okta-utils-swift/tree/master/Sources/OktaSQLiteStorage) - [AppCenter](https://github.com/microsoft/appcenter-sdk-apple) ## Scenario Design -![](https://github.com/okta/okta-logger-swift/assets/130079620/48ac1514-8a09-40bb-a1f9-620f161bb77f) +![](https://github.com/okta/okta-utils-swift/assets/130079620/48ac1514-8a09-40bb-a1f9-620f161bb77f) Sceanrio is the way of tracking the user flow to Analytics provider. ## Scenario DB Design - ![](https://github.com/okta/okta-logger-swift/assets/130079620/83b08e25-e362-40a5-b46c-db3387ab9222) + ![](https://github.com/okta/okta-utils-swift/assets/130079620/83b08e25-e362-40a5-b46c-db3387ab9222) diff --git a/Sources/OktaLogger/OktaLogger.docc/Overview.md b/Sources/OktaLogger/OktaLogger.docc/Overview.md index d2492f3..113562a 100644 --- a/Sources/OktaLogger/OktaLogger.docc/Overview.md +++ b/Sources/OktaLogger/OktaLogger.docc/Overview.md @@ -28,7 +28,7 @@ OktaLogger is a proxy-based logging SDK for allowing an app to log to many desti This SDK is available through [CocoaPods](https://cocoapods.org). To install it, add the following line to your Podfile: ``` -pod 'OktaLogger', :git => 'https://github.com/okta/okta-logger-swift.git' +pod 'OktaLogger', :git => 'https://github.com/okta/okta-utils-swift.git' ``` There are few available subspecs: @@ -42,7 +42,7 @@ There are few available subspecs: This SDK is available through Swift Package Manager. To install it, import it from the following url: ``` -https://github.com/okta/okta-logger-swift.git +https://github.com/okta/okta-utils-swift.git ``` There are few available products available to import: