Skip to content

Commit

Permalink
Updates for latest Xcode and version changes (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored Oct 19, 2022
1 parent dd23836 commit 8411f2b
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 32 deletions.
12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to TokenRow will be documented in this file.

### [1.6.0](https://github.com/EurekaCommunity/TokenRow/releases/tag/1.6.0)
<!-- Released on 2022-10-19. -->

* Updates for Xcode 14.
* Minimum iOS version pushed to 11.0.
* Fix disabled setting (#27)

### [1.5.0](https://github.com/EurekaCommunity/TokenRow/releases/tag/1.5.0)
<!-- Released on 2019-04-23. -->

Expand Down
6 changes: 3 additions & 3 deletions TokenRow.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "TokenRow"
s.version = "1.5.0"
s.version = "1.6.0"
s.summary = "An Eureka row that allows the user to select options into a token view."
s.homepage = "https://github.com/EurekaCommunity/TokenRow"
s.license = { type: 'MIT', file: 'LICENSE' }
s.author = { "Xmartlabs SRL" => "[email protected]" }
s.source = { git: "https://github.com/EurekaCommunity/TokenRow.git", tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/EurekaCommunity'
s.ios.deployment_target = '9.3'
s.ios.deployment_target = '11.0'
s.requires_arc = true
s.ios.source_files = 'TokenRow/Sources/**/*.{swift}'
s.ios.frameworks = 'UIKit', 'Foundation'
s.dependency 'Eureka', '~> 5.3'
s.dependency 'Eureka', '~> 5.4'
s.dependency 'CLTokenInputView', '~> 2.3'
s.swift_version = "5.0"
end
10 changes: 6 additions & 4 deletions TokenRow/Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -550,7 +550,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand All @@ -566,6 +566,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -580,6 +581,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -624,7 +626,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ANALYZER_NONNULL = YES;
INFOPLIST_FILE = TokenRowTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.TokenRowTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -641,7 +643,7 @@
BUNDLE_LOADER = "$(TEST_HOST)";
CLANG_ANALYZER_NONNULL = YES;
INFOPLIST_FILE = TokenRowTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.TokenRowTests;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion TokenRow/Example/Podfile
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.3'
platform :ios, '11.0'

inhibit_all_warnings!
use_frameworks!
Expand Down
24 changes: 12 additions & 12 deletions TokenRow/Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PODS:
- Alamofire (4.8.1)
- AlamofireImage (3.5.0):
- Alamofire (~> 4.8)
- Alamofire (4.9.1)
- AlamofireImage (3.6.0):
- Alamofire (~> 4.9)
- CLTokenInputView (2.3.0)
- Eureka (5.3.4)
- TokenRow (1.5.0):
- Eureka (5.4.0)
- TokenRow (1.6.0):
- CLTokenInputView (~> 2.3)
- Eureka (~> 5.3)
- Eureka (~> 5.4)

DEPENDENCIES:
- Alamofire (~> 4.0)
Expand All @@ -26,12 +26,12 @@ EXTERNAL SOURCES:
:path: "../../"

SPEC CHECKSUMS:
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
AlamofireImage: 1aea346f4dda2f6c67622fa5a89fcbb80d79cc16
Alamofire: 85e8a02c69d6020a0d734f6054870d7ecb75cf18
AlamofireImage: be9963c6582d68b39e89191f64c82a7d7bf40fdd
CLTokenInputView: 9dc1ffb7c9d2d81787e69a63c75bd97b0b2d1e76
Eureka: 60cf058f86a8fb3ed26165ba5292b9850361b0a6
TokenRow: 235d04a24aab9c0ad5c43f667acc2b6afe8b4bdd
Eureka: fadaa9fa3d6e402d3c60f78f24edf3d7bafc9c29
TokenRow: e4cb4747f65949bc8443d2af05a556567a2b3c37

PODFILE CHECKSUM: b33b4413c1b9b90c273b5339a9380d7063d0e826
PODFILE CHECKSUM: 931c2335c8e2c07a39e69588e3df33524eb0bb35

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3

0 comments on commit 8411f2b

Please sign in to comment.