Skip to content

Commit

Permalink
Release version 23.16.0 (stripe#2938)
Browse files Browse the repository at this point in the history
- [x] Verify CHANGELOG is updated with any new features or breaking
changes (be thorough when reviewing commit history)
  - [x] Verify MIGRATING is updated (if necessary).
- [x] Verify the following files are updated to use the new version
string:
    - [x] Version.xcconfig
    - [x] All *.podspec files
    - [x] StripeAPIConfiguration+Version.swift
- [x] If new directories were added, verify they have been added to the
appropriate `*.podspec` "files" section.
  • Loading branch information
porter-stripe authored Sep 18, 2023
1 parent 04cd715 commit 26a5197
Show file tree
Hide file tree
Showing 90 changed files with 26,248 additions and 18 deletions.
2 changes: 1 addition & 1 deletion BuildConfigurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
//

CURRENT_PROJECT_VERSION=23.15.0
CURRENT_PROJECT_VERSION=23.16.0
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## X.Y.Z 2023-XX-YY
## 23.16.0 2023-09-18
### Payments
* [Added] Properties of STPConnectAccountParams are now mutable.
* [Changed] Fixed STPConnectAccountCompanyParams.address being force unwrapped. It's now optional.
* [Fixed] Fixed STPConnectAccountCompanyParams.address being force unwrapped. It's now optional.
* [Added] Support for RevolutPay bindings

### PaymentSheet
Expand All @@ -13,7 +13,7 @@
* [Added] Support for PromptPay with PaymentIntents.
* [Added] Support for Boleto with PaymentIntents and SetupIntets.
* [Added] Support for External Payment Method as an invite-only private beta.
* [Added] Support for RevolutPay with SetupIntents and PaymentIntents with setup_future_usage (private beta). Note: PaymentSheet doesn't display saved this as a saved payment methods yet.
* [Added] Support for RevolutPay with SetupIntents and PaymentIntents with setup_future_usage (private beta). Note: PaymentSheet doesn't display this as a saved payment method yet.
* [Added] Support for Alma (Private Beta) with PaymentIntents.

## 23.15.0 2023-08-28
Expand Down
797 changes: 797 additions & 0 deletions Example/AppClipExample/AppClipExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5172E870AD36F11AEEE0C2B2"
BuildableName = "AppClipExample.app"
BlueprintName = "AppClipExample"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F2EAC263F068AD2E112F7309"
BuildableName = "AppClipExampleTestsiOS.xctest"
BlueprintName = "AppClipExampleTests iOS"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F2EAC263F068AD2E112F7309"
BuildableName = "AppClipExampleTestsiOS.xctest"
BlueprintName = "AppClipExampleTests iOS"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
disablePerformanceAntipatternChecker = "YES"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5172E870AD36F11AEEE0C2B2"
BuildableName = "AppClipExample.app"
BlueprintName = "AppClipExample"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "5172E870AD36F11AEEE0C2B2"
BuildableName = "AppClipExample.app"
BlueprintName = "AppClipExample"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA48939682BA660D1EF1D35D"
BuildableName = "AppClipExampleClip.app"
BlueprintName = "AppClipExampleClip"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD8DCEDEBC31D1D4301EC40D"
BuildableName = "AppClipExampleClipTests.xctest"
BlueprintName = "AppClipExampleClipTests"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CBC19CEADF0880F5CA6B9A7F"
BuildableName = "AppClipExampleClipUITests.xctest"
BlueprintName = "AppClipExampleClipUITests"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "BD8DCEDEBC31D1D4301EC40D"
BuildableName = "AppClipExampleClipTests.xctest"
BlueprintName = "AppClipExampleClipTests"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "CBC19CEADF0880F5CA6B9A7F"
BuildableName = "AppClipExampleClipUITests.xctest"
BlueprintName = "AppClipExampleClipUITests"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
disablePerformanceAntipatternChecker = "YES"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA48939682BA660D1EF1D35D"
BuildableName = "AppClipExampleClip.app"
BlueprintName = "AppClipExampleClip"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "EA48939682BA660D1EF1D35D"
BuildableName = "AppClipExampleClip.app"
BlueprintName = "AppClipExampleClip"
ReferencedContainer = "container:AppClipExample.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit 26a5197

Please sign in to comment.