Update Min supported version to iOS 11, tvOS 11 and Xcode 14.1 + Extension version Bump to 4.0.0#344
Update Min supported version to iOS 11, tvOS 11 and Xcode 14.1 + Extension version Bump to 4.0.0#344
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #344 +/- ##
=======================================
Coverage 96.68% 96.68%
=======================================
Files 27 27
Lines 1626 1626
=======================================
Hits 1572 1572
Misses 54 54 |
kevinlind
left a comment
There was a problem hiding this comment.
You'll also need to update the CircleCI configuration config.yml to use xcode version 14.1.0 (from "13.4.0") plus update the simulators to specify version "16.1".
prestart_ios_simulator:
steps:
- macos/preboot-simulator:
platform: "iOS"
version: "16.1"
device: "iPhone 14"
prestart_tvos_simulator:
steps:
- macos/preboot-simulator:
platform: "tvOS"
version: "16.1"
device: "Apple TV"
|
Need to update for test-SPM.sh version |
kevinlind
left a comment
There was a problem hiding this comment.
Can you also update the versions in the SPM instructions in the getting-started guide?
https://github.com/adobe/aepsdk-edge-ios/blob/dev/Documentation/getting-started.md#download-the-edge-extension
|
Under Readme file |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: