Skip to content

Commit

Permalink
Merge pull request #13 from yhkaplan/test-on-older-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
yhkaplan authored Aug 4, 2020
2 parents cc85ca0 + b9baa34 commit 6f91e04
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 400 deletions.
1 change: 1 addition & 0 deletions Example/Example.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
// they are frequently downloaded and don't have a development team set.
SAMPLE_CODE_DISAMBIGUATOR = ${DEVELOPMENT_TEAM}
PRODUCT_BUNDLE_IDENTIFIER = com.yhkaplan.example.credit-card-scanner
IPHONEOS_DEPLOYMENT_TARGET = 13.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PackageDescription

let package = Package(
name: "CreditCardScanner",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v11)],
products: [
.library(
name: "CreditCardScanner",
Expand Down
Loading

0 comments on commit 6f91e04

Please sign in to comment.