-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from capacitor-community/appcenter-lint-error
appcenter linting and cross ref dependency fix
- Loading branch information
Showing
23 changed files
with
212 additions
and
164 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...orShared/AppCenterCapacitorShared.podspec → AppCenterCapacitorShared.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AppCenterCapacitorShared' | ||
s.version = '0.1.0' | ||
s.version = '0.3.5' | ||
s.summary = 'Shared utility to assist with bootstrapping AppCenter for Capacitor plugin.' | ||
s.homepage = 'https://github.com/capacitor-community/appcenter-sdk-capacitor' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'johnborges' => '[email protected]' } | ||
s.source = { :http => 'https://github.com/capacitor-community/appcenter-sdk-capacitor/releases/download/0.1.0/AppCenter-SDK-Capacitor-iOS-Pod-0.1.0.zip' } | ||
s.source = { :git => 'https://github.com/capacitor-community/appcenter-sdk-capacitor.git' , :tag => "AppCenter-SDK-Capacitor-iOS-Pod-#{s.version}" } | ||
s.social_media_url = 'https://twitter.com/johnborges' | ||
s.ios.deployment_target = '12.0' | ||
s.swift_version = '5.1' | ||
s.source_files = '*.swift' | ||
s.dependency 'AppCenter/Core', '4.1.1' | ||
s.source_files = 'AppCenterCapacitorShared/ios/AppCenterCapacitorShared/*.swift' | ||
s.dependency 'AppCenter/Core', '4.3.0' | ||
s.static_framework = true | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# AppCenterCapacitorShared | ||
|
||
[![CI Status](https://img.shields.io/travis/johnborges/AppCenterCapacitorShared.svg?style=flat)](https://travis-ci.org/johnborges/AppCenterCapacitorShared) | ||
[![Version](https://img.shields.io/cocoapods/v/AppCenterCapacitorShared.svg?style=flat)](https://cocoapods.org/pods/AppCenterCapacitorShared) | ||
[![License](https://img.shields.io/cocoapods/l/AppCenterCapacitorShared.svg?style=flat)](https://cocoapods.org/pods/AppCenterCapacitorShared) | ||
[![Platform](https://img.shields.io/cocoapods/p/AppCenterCapacitorShared.svg?style=flat)](https://cocoapods.org/pods/AppCenterCapacitorShared) | ||
|
||
This pod is meant to be a helper utility for App Center Capacitor Plugins. | ||
|
||
## Example | ||
|
||
To run the example project, clone the repo, and run `pod install` from the Example directory first. | ||
|
||
## Requirements | ||
|
||
## Installation | ||
|
||
|
@@ -20,6 +20,17 @@ it, simply add the following line to your Podfile: | |
pod 'AppCenterCapacitorShared' | ||
``` | ||
|
||
## Linting | ||
local linting | ||
```bash | ||
pod lib lint | ||
``` | ||
|
||
against spec repo | ||
```bash | ||
pod spec lint | ||
``` | ||
|
||
## Author | ||
|
||
johnborges, [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Change Log | ||
|
||
## [0.3.2](https://github.com/capacitor-community/appcenter-sdk-capacitor/compare/@capacitor-community/[email protected]...@capacitor-community/[email protected]) | ||
|
||
### Fixes | ||
|
||
* **ios** | ||
* Update `AppCenterCapacitorShared` to 0.3.5 and using optimistic operator | ||
|
||
## 0.3.1 | ||
|
||
### Fixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Change Log | ||
|
||
## [0.7.1](https://github.com/capacitor-community/appcenter-sdk-capacitor/compare/@capacitor-community/[email protected]...@capacitor-community/[email protected]) | ||
|
||
### Fixes | ||
|
||
* **ios** | ||
* Update `AppCenterCapacitorShared` to 0.3.5 and using optimistic operator | ||
|
||
## 0.7.0 | ||
|
||
### Features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Change Log | ||
|
||
## [0.7.2](https://github.com/capacitor-community/appcenter-sdk-capacitor/compare/@capacitor-community/[email protected]...@capacitor-community/[email protected]) | ||
|
||
### Chores | ||
|
||
* **ios**: Bump `AppCenterCapacitorShared` version to `0.3.5` | ||
|
||
## [0.7.1](https://github.com/capacitor-community/appcenter-sdk-capacitor/compare/@capacitor-community/[email protected]...@capacitor-community/[email protected]) | ||
|
||
### Chores | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.