Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pod spec source #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**'
Expand Down
4 changes: 2 additions & 2 deletions OktaAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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'
Expand Down
8 changes: 4 additions & 4 deletions OktaLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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"
Expand Down
4 changes: 2 additions & 2 deletions OktaSQLiteStorage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" => "[email protected]" }
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'
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
8 changes: 4 additions & 4 deletions Sources/OktaAnalytics/OktaAnalytics.docc/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions Sources/OktaLogger/OktaLogger.docc/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:

Expand Down