Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 681a4c6

Browse files
committed
Simplified repo
1 parent 8d85e85 commit 681a4c6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+50
-5539
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.jazzy.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

Gemfile.lock

Lines changed: 41 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
5-
activesupport (4.2.11.1)
6-
i18n (~> 0.7)
4+
CFPropertyList (3.0.2)
5+
activesupport (5.2.4.4)
6+
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
8-
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.5)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1015
atomos (0.1.3)
1116
claide (1.0.3)
12-
cocoapods (1.7.5)
13-
activesupport (>= 4.0.2, < 5)
17+
cocoapods (1.10.0)
18+
addressable (~> 2.6)
1419
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.7.5)
20+
cocoapods-core (= 1.10.0)
1621
cocoapods-deintegrate (>= 1.0.3, < 2.0)
17-
cocoapods-downloader (>= 1.2.2, < 2.0)
22+
cocoapods-downloader (>= 1.4.0, < 2.0)
1823
cocoapods-plugins (>= 1.0.0, < 2.0)
1924
cocoapods-search (>= 1.0.0, < 2.0)
20-
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.3.1, < 2.0)
25+
cocoapods-trunk (>= 1.4.0, < 2.0)
2226
cocoapods-try (>= 1.1.0, < 2.0)
2327
colored2 (~> 3.1)
2428
escape (~> 0.0.4)
@@ -27,44 +31,57 @@ GEM
2731
molinillo (~> 0.6.6)
2832
nap (~> 1.0)
2933
ruby-macho (~> 1.4)
30-
xcodeproj (>= 1.10.0, < 2.0)
31-
cocoapods-core (1.7.5)
32-
activesupport (>= 4.0.2, < 6)
34+
xcodeproj (>= 1.19.0, < 2.0)
35+
cocoapods-core (1.10.0)
36+
activesupport (> 5.0, < 6)
37+
addressable (~> 2.6)
38+
algoliasearch (~> 1.0)
39+
concurrent-ruby (~> 1.1)
3340
fuzzy_match (~> 2.0.4)
3441
nap (~> 1.0)
42+
netrc (~> 0.11)
43+
public_suffix
44+
typhoeus (~> 1.0)
3545
cocoapods-deintegrate (1.0.4)
36-
cocoapods-downloader (1.2.2)
46+
cocoapods-downloader (1.4.0)
3747
cocoapods-plugins (1.0.0)
3848
nap
3949
cocoapods-search (1.0.0)
40-
cocoapods-stats (1.1.0)
41-
cocoapods-trunk (1.4.0)
50+
cocoapods-trunk (1.5.0)
4251
nap (>= 0.8, < 2.0)
4352
netrc (~> 0.11)
44-
cocoapods-try (1.1.0)
53+
cocoapods-try (1.2.0)
4554
colored2 (3.1.2)
46-
concurrent-ruby (1.1.5)
55+
concurrent-ruby (1.1.7)
4756
escape (0.0.4)
57+
ethon (0.12.0)
58+
ffi (>= 1.3.0)
59+
ffi (1.13.1)
4860
fourflusher (2.3.1)
4961
fuzzy_match (2.0.4)
5062
gh_inspector (1.1.3)
51-
i18n (0.9.5)
63+
httpclient (2.8.3)
64+
i18n (1.8.5)
5265
concurrent-ruby (~> 1.0)
53-
minitest (5.11.3)
66+
json (2.3.1)
67+
minitest (5.14.2)
5468
molinillo (0.6.6)
55-
nanaimo (0.2.6)
69+
nanaimo (0.3.0)
5670
nap (1.1.0)
5771
netrc (0.11.0)
72+
public_suffix (4.0.6)
5873
ruby-macho (1.4.0)
5974
thread_safe (0.3.6)
60-
tzinfo (1.2.5)
75+
typhoeus (1.4.0)
76+
ethon (>= 0.9.0)
77+
tzinfo (1.2.8)
6178
thread_safe (~> 0.1)
62-
xcodeproj (1.12.0)
79+
xcodeproj (1.19.0)
6380
CFPropertyList (>= 2.3.3, < 4.0)
6481
atomos (~> 0.1.3)
6582
claide (>= 1.0.2, < 2.0)
6683
colored2 (~> 3.1)
67-
nanaimo (~> 0.2.6)
84+
nanaimo (~> 0.3.0)
6885

6986
PLATFORMS
7087
ruby

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.3
22
import PackageDescription
33

44
let package = Package(
55
name: "Zephyr",
6-
platforms: [.iOS(.v9), .tvOS(.v9)],
6+
platforms: [.iOS(.v11), .tvOS(.v11)],
77
products: [.library(name: "Zephyr", targets: ["Zephyr"])],
88
targets: [.target(name: "Zephyr", path: "Sources")],
99
swiftLanguageVersions: [.v5]

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
### Effortlessly sync UserDefaults over iCloud
44

5-
![Swift Support](https://img.shields.io/badge/Swift-5.3-orange.svg) [![Platform](https://img.shields.io/badge/Platforms-iOS%20%7c%20tvOS-lightgray.svg?style=flat)](http://cocoadocs.org/docsets/Zephyr) ![Documentation](https://github.com/ArtSabintsev/Zephyr/blob/master/docs/badge.svg)
5+
![Swift Support](https://img.shields.io/badge/Swift-5.3-orange.svg) [![Platform](https://img.shields.io/badge/Platforms-iOS%20%7c%20tvOS-lightgray.svg?style=flat)](http://cocoadocs.org/docsets/Zephyr)
66

7-
[![CocoaPods](https://img.shields.io/cocoapods/v/Zephyr.svg)]() [![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)]() [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
7+
[![CocoaPods](https://img.shields.io/cocoapods/v/Zephyr.svg)]() [![SwiftPM Compatible](https://img.shields.io/badge/SwiftPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/)
88

99
---
1010
### About
@@ -16,7 +16,7 @@ Zephyr has built in monitoring, allowing it to sync specific keys in the backgro
1616
For the latest updates, refer to the [Releases](https://github.com/ArtSabintsev/Zephyr/releases) tab.
1717

1818
### Features
19-
- [x] CocoaPods, Carthage, and SwiftPM Support
19+
- [x] CocoaPods and SwiftPM Support
2020
- [x] Syncs specific `UserDefaults` keys or all of your `UserDefaults`.
2121
- [x] Background monitoring and synchronization between `UserDefaults` and `NSUbiquitousKeyValueStore`
2222
- [x] Detailed Logging
@@ -43,16 +43,6 @@ pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => '
4343
pod 'Zephyr', :git => 'https://github.com/ArtSabintsev/Zephyr.git', :branch => 'swift3.1' # Swift 3.1
4444
```
4545

46-
### Carthage
47-
``` swift
48-
github "ArtSabintsev/Zephyr" // Swift 5.1+
49-
github "ArtSabintsev/Zephyr" "swift5.0" // Swift 5.0
50-
github "ArtSabintsev/Zephyr" "swift4.2" // Swift 4.2
51-
github "ArtSabintsev/Zephyr" "swift4.1" // Swift 4.1
52-
github "ArtSabintsev/Zephyr" "swift3.2" // Swift 3.2
53-
github "ArtSabintsev/Zephyr" "swift3.1" // Swift 3.1
54-
```
55-
5646
### Swift Package Manager
5747
``` swift
5848
.Package(url: "https://github.com/ArtSabintsev/Zephyr.git", majorVersion: 3)

Zephyr.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
# Version
3-
s.version = "3.6.0"
4-
s.swift_version = "5.2"
3+
s.version = "3.6.1"
4+
s.swift_version = "5.3"
55

66
# Meta
77
s.name = "Zephyr"
@@ -14,8 +14,8 @@ Pod::Spec.new do |s|
1414
DESC
1515

1616
# Deployment
17-
s.ios.deployment_target = '9.0'
18-
s.tvos.deployment_target = '9.0'
17+
s.ios.deployment_target = '11.0'
18+
s.tvos.deployment_target = '11.0'
1919

2020
# Sources
2121
s.source = { :git => "https://github.com/ArtSabintsev/Zephyr.git", :tag => s.version.to_s }

ZephyrExample/Zephyr/Info.plist

Lines changed: 0 additions & 24 deletions
This file was deleted.

ZephyrExample/Zephyr/Zephyr.h

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)