Skip to content

Commit

Permalink
all: bump min ios version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-roland committed Sep 13, 2024
1 parent bbc267c commit 492f2c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BatchPianoDispatcher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { 'Batch.com' => '[email protected]' }
s.source = { :git => 'https://github.com/BatchLabs/Batch-iOS-piano-dispatcher.git', :tag => s.version.to_s }

s.ios.deployment_target = '11.0'
s.ios.deployment_target = '12.0'
s.platforms = {
"ios" => "11.0"
}
Expand Down
6 changes: 3 additions & 3 deletions BatchPianoDispatcher.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -244,7 +244,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = BatchPianoDispatcher.xcodeproj/BatchPianoDispatcher_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
Expand Down Expand Up @@ -287,7 +287,7 @@
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = BatchPianoDispatcher.xcodeproj/BatchPianoDispatcher_Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"$(TOOLCHAIN_DIR)/usr/lib/swift/macosx",
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CHANGELOG
=========

1.1.0
2.0.0
-----

* Batch Piano Dispatcher requires now iOS 12.0 or higher
* Added Batch SDK v2 support.

1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can find a guide explaining how to use the reported events [here](https://he

# Requirements
- Xcode 14
- iOS 11+
- iOS 12+
- Batch 1.19+
- Piano 3.0+

Expand Down

0 comments on commit 492f2c6

Please sign in to comment.