Skip to content

Commit 5a4da6d

Browse files
all: bump version to 4.0.0 & iOS 15 set as minimal platform requirement
1 parent 7f2daed commit 5a4da6d

File tree

10 files changed

+60
-42
lines changed

10 files changed

+60
-42
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: macOS-latest
7+
runs-on: macos-15
88
steps:
99
- uses: actions/checkout@v2
1010
- name: Run CI

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ Carthage
3333
Example/Pods/
3434
.scannerwork/
3535
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
36+
37+
.build/

BatchFirebaseDispatcher.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BatchFirebaseDispatcher'
3-
s.version = '3.2.0'
3+
s.version = '4.0.0'
44
s.summary = 'Batch.com Events Dispatcher Firebase implementation.'
55

66
s.description = <<-DESC
@@ -12,9 +12,9 @@ Pod::Spec.new do |s|
1212
s.author = { 'Batch.com' => '[email protected]' }
1313
s.source = { :git => 'https://github.com/BatchLabs/Batch-iOS-firebase-dispatcher.git', :tag => s.version.to_s }
1414

15-
s.ios.deployment_target = '10.0'
15+
s.ios.deployment_target = '15.0'
1616
s.platforms = {
17-
"ios" => "10.0"
17+
"ios" => "15.0"
1818
}
1919

2020
s.requires_arc = true

BatchFirebaseDispatcher.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
340340
GCC_WARN_UNUSED_FUNCTION = YES;
341341
GCC_WARN_UNUSED_VARIABLE = YES;
342-
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
342+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
343343
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
344344
MTL_FAST_MATH = YES;
345345
ONLY_ACTIVE_ARCH = YES;
@@ -394,7 +394,7 @@
394394
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
395395
GCC_WARN_UNUSED_FUNCTION = YES;
396396
GCC_WARN_UNUSED_VARIABLE = YES;
397-
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
397+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
398398
MTL_ENABLE_DEBUG_INFO = NO;
399399
MTL_FAST_MATH = YES;
400400
SDKROOT = iphoneos;
@@ -409,7 +409,7 @@
409409
buildSettings = {
410410
CODE_SIGN_IDENTITY = "Apple Development";
411411
CODE_SIGN_STYLE = Automatic;
412-
CURRENT_PROJECT_VERSION = 5;
412+
CURRENT_PROJECT_VERSION = 6;
413413
DEFINES_MODULE = YES;
414414
DEVELOPMENT_TEAM = U5K2ETC2Y6;
415415
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -421,14 +421,14 @@
421421
);
422422
INFOPLIST_FILE = "$(SRCROOT)/BatchFirebaseDispatcher/Module/Info.plist";
423423
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
424-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
424+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
425425
LD_RUNPATH_SEARCH_PATHS = (
426426
"$(inherited)",
427427
"@executable_path/Frameworks",
428428
"@loader_path/Frameworks",
429429
);
430430
MACH_O_TYPE = staticlib;
431-
MARKETING_VERSION = 3.2.0;
431+
MARKETING_VERSION = 4.0.0;
432432
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
433433
PRODUCT_NAME = BatchFirebaseDispatcher;
434434
SKIP_INSTALL = YES;
@@ -441,7 +441,7 @@
441441
buildSettings = {
442442
CODE_SIGN_IDENTITY = "Apple Development";
443443
CODE_SIGN_STYLE = Automatic;
444-
CURRENT_PROJECT_VERSION = 5;
444+
CURRENT_PROJECT_VERSION = 6;
445445
DEFINES_MODULE = YES;
446446
DEVELOPMENT_TEAM = U5K2ETC2Y6;
447447
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -453,14 +453,14 @@
453453
);
454454
INFOPLIST_FILE = "$(SRCROOT)/BatchFirebaseDispatcher/Module/Info.plist";
455455
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
456-
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
456+
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
457457
LD_RUNPATH_SEARCH_PATHS = (
458458
"$(inherited)",
459459
"@executable_path/Frameworks",
460460
"@loader_path/Frameworks",
461461
);
462462
MACH_O_TYPE = staticlib;
463-
MARKETING_VERSION = 3.2.0;
463+
MARKETING_VERSION = 4.0.0;
464464
PRODUCT_BUNDLE_IDENTIFIER = com.batch.ios.BatchFirebaseDispatcher;
465465
PRODUCT_NAME = BatchFirebaseDispatcher;
466466
SKIP_INSTALL = YES;

BatchFirebaseDispatcher.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 31 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 4.0.0
4+
5+
* Batch Firebase Dispatcher requires now iOS 15.0 or higher
6+
37
## 3.2.0
48

59
* Added Batch SDK v2 support.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: framework
22

33
PROJECT=BatchFirebaseDispatcher.xcodeproj
4-
SIMULATOR='platform=iOS Simulator,name=iPhone 15'
4+
SIMULATOR='platform=iOS Simulator,name=iPhone 16'
55
DERIVED_DATA=$(CURDIR)/DerivedData
66
SONAR_HOME=$(CURDIR)/.sonar
77
SONAR_WORKDIR=$(CURDIR)/.scannerwork/

Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55
let package = Package(
66
name: "BatchFirebaseDispatcher",
77
defaultLocalization: "en",
8+
platforms: [
9+
.iOS(.v15)
10+
],
811
products: [
912
// Products define the executables and libraries a package produces, and make them visible to other packages.
1013
.library(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can find a guide explaining how to use the reported events [here](https://he
1717

1818
# Requirements
1919
- Xcode 13
20-
- iOS 10+
20+
- iOS 15+
2121
- Batch 1.19+
2222
- Firebase 8.10+
2323

0 commit comments

Comments
 (0)