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

Build for Swift 6 & Xcode 16 #26

Open
wants to merge 9 commits 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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_PATH: "vender/bundle"
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ xcuserdata
*.xcworkspace/contents.xcworkspacedata
/*.gcno
**/xcshareddata/WorkspaceSettings.xcsettings
vender/bundle
*.xcworkspace
Pods/
build/
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "https://rubygems.org"

gem "cocoapods"

130 changes: 130 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.2.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
base64 (0.2.0)
bigdecimal (3.1.8)
claide (1.1.0)
cocoapods (1.15.2)
addressable (~> 2.8)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.15.2)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 2.1, < 3.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.6.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (>= 2.3.0, < 3.0)
gh_inspector (~> 1.0)
molinillo (~> 0.8.0)
nap (~> 1.0)
ruby-macho (>= 2.3.0, < 3.0)
xcodeproj (>= 1.23.0, < 2.0)
cocoapods-core (1.15.2)
activesupport (>= 5.0, < 8)
addressable (~> 2.8)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix (~> 4.0)
typhoeus (~> 1.0)
cocoapods-deintegrate (1.0.5)
cocoapods-downloader (2.1)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.1)
cocoapods-trunk (1.6.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.1)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux-musl)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
httpclient (2.8.3)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.4)
logger (1.6.1)
minitest (5.25.1)
molinillo (0.8.0)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
public_suffix (4.0.7)
rexml (3.3.9)
ruby-macho (2.5.1)
securerandom (0.3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.25.1)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (>= 3.3.6, < 4.0)

PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl

DEPENDENCIES
cocoapods

BUNDLED WITH
2.5.18
21 changes: 7 additions & 14 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
platform :ios, '12.0'
use_frameworks!

target 'RxMarbles' do

pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'Device'
pod 'Fabric'
pod 'Crashlytics'
pod 'RazzleDazzle', :git => 'https://github.com/carlosypunto/RazzleDazzle.git', :tag => '0.2.0'

pod 'RxSwift'
pod 'RxCocoa'
pod 'Device'
pod 'RazzleDazzle', :git => 'https://github.com/wangzhizhou/RazzleDazzle.git', :branch => 'master'
end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |configuration|
configuration.build_settings['SWIFT_VERSION'] = "4.0"
target.build_configurations.each do |config|g
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
end
56 changes: 24 additions & 32 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,43 @@
PODS:
- Crashlytics (3.12.0):
- Fabric (~> 1.9.0)
- Device (3.1.2)
- Fabric (1.9.0)
- RazzleDazzle (0.2.0)
- RxAtomic (4.4.1)
- RxCocoa (4.4.1):
- RxSwift (~> 4.0)
- RxSwift (4.4.1):
- RxAtomic (~> 4.4)
- Device (3.7.0)
- RazzleDazzle (0.3.0)
- RxCocoa (6.8.0):
- RxRelay (= 6.8.0)
- RxSwift (= 6.8.0)
- RxRelay (6.8.0):
- RxSwift (= 6.8.0)
- RxSwift (6.8.0)

DEPENDENCIES:
- Crashlytics
- Device
- Fabric
- RazzleDazzle (from `https://github.com/carlosypunto/RazzleDazzle.git`, tag `0.2.0`)
- RxCocoa (~> 4.0)
- RxSwift (~> 4.0)
- RazzleDazzle (from `https://github.com/wangzhizhou/RazzleDazzle.git`, branch `master`)
- RxCocoa
- RxSwift

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Crashlytics
trunk:
- Device
- Fabric
- RxAtomic
- RxCocoa
- RxRelay
- RxSwift

EXTERNAL SOURCES:
RazzleDazzle:
:git: https://github.com/carlosypunto/RazzleDazzle.git
:tag: 0.2.0
:branch: master
:git: https://github.com/wangzhizhou/RazzleDazzle.git

CHECKOUT OPTIONS:
RazzleDazzle:
:git: https://github.com/carlosypunto/RazzleDazzle.git
:tag: 0.2.0
:commit: 6d11b9cb4b821887dafac005f31f9c93637618b2
:git: https://github.com/wangzhizhou/RazzleDazzle.git

SPEC CHECKSUMS:
Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
Device: 62242076214c30fb5760174b3601cefafa70a481
Fabric: f988e33c97f08930a413e08123064d2e5f68d655
RazzleDazzle: 6ab76b0790cafc13e3acee9ef7c863bd63f472a4
RxAtomic: f8d6adc1ccb87a767811269e4875887bc74dbf19
RxCocoa: 2f35a76bf8887872e28a1914112395b11b8e0e64
RxSwift: 92fcf68dfef21f3e2ab1965363d9e7b3d787597e
Device: acf18785fd7359aca095040e9c4745caf33b9cf1
RazzleDazzle: 62dfe268473c14a9b38138f5b2003a2c8e729180
RxCocoa: 2d33c1e1e5d66492052ad46b11024ae287572880
RxRelay: 335c78b926a2aea8d863a6d25f1ed3b5ad8e8705
RxSwift: 4e28be97cbcfeee614af26d83415febbf2bf6f45

PODFILE CHECKSUM: 176a9ad81388cfc1a7ed586168641a851a009841
PODFILE CHECKSUM: ea4eb0730defa73730b23a750c2748fe5448a881

COCOAPODS: 1.6.0
COCOAPODS: 1.15.2
1 change: 0 additions & 1 deletion Pods/Crashlytics/Crashlytics.framework/README

This file was deleted.

6 changes: 0 additions & 6 deletions Pods/Crashlytics/Crashlytics.framework/submit

This file was deleted.

39 changes: 0 additions & 39 deletions Pods/Crashlytics/README.md

This file was deleted.

Binary file not shown.

This file was deleted.

Loading