Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating to latest #1

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
367670b
Update version to 7.15.4
mparticle-automation Feb 19, 2020
43db029
Update version to 7.15.5
mparticle-automation Feb 26, 2020
34a479f
Update version to 7.15.6
mparticle-automation Mar 5, 2020
8d7d58f
Update version to 7.15.7
mparticle-automation Apr 1, 2020
8744f9b
Update version to 7.15.9
mparticle-automation Apr 16, 2020
67156d6
Iterable SDK integration (#2)
vbabenkoru Apr 29, 2020
e9681a6
Update version to 7.15.10
mparticle-automation Apr 29, 2020
e54ba69
Update version to 7.15.11
mparticle-automation May 6, 2020
e3e7a11
Update version to 7.16.0
mparticle-automation May 26, 2020
301b46e
Update version to 7.16.1
mparticle-automation Jun 22, 2020
cff9ff5
Update version to 7.16.2
mparticle-automation Jul 1, 2020
98b45f0
Updates for version 8.0.0
peterjenkins Aug 19, 2020
16372ca
Update version to 8.0.1
mparticle-automation Sep 16, 2020
e1d85cf
Guard against nil urls in continue user activity
peterjenkins Oct 6, 2020
9674b03
Update version to 8.0.2
peterjenkins Oct 6, 2020
8a586e1
Update README.md
jakeaustin May 11, 2021
ef87124
Merge pull request #4 from jakeaustin/iterable-update-version
May 11, 2021
07cc02d
fix deprecated api
alla-uday Oct 7, 2021
e3d41c6
Update version to 8.1.0
willpassidomo Oct 12, 2021
d5f682b
Update for iOS 14 (#3)
BrandonStalnaker Oct 20, 2021
dd610fd
Update README
willpassidomo Nov 4, 2021
e9619d5
fix: attribution not being collected (#6)
peterjenkins May 18, 2022
9deaaf9
Update version to 8.1.1
peterjenkins May 18, 2022
06dce0b
fix: Issues importing kit as a Carthage dependency (#7)
einsteinx2 Jun 17, 2022
441b879
Update version to 8.1.2
einsteinx2 Jun 17, 2022
cdd43d6
Update Action.yml for branch rename
BrandonStalnaker Jun 22, 2022
42057fd
Update Xcode version in Github Actions
peterjenkins Jun 27, 2022
039e7a0
ci: Add reusable workflows
peterjenkins Jul 20, 2022
bc21d37
fix: Handle Nil URL (#8)
BrandonStalnaker Nov 29, 2022
2b828a0
Update version to 8.1.3
BrandonStalnaker Nov 30, 2022
8232001
fix: Infinite recursion when custom config is used (#9)
einsteinx2 Jan 10, 2023
3e8f500
Update version to 8.1.4
einsteinx2 Jan 10, 2023
a4ff2f4
feat: Adds option for userId primary identity (#11)
einsteinx2 Feb 23, 2023
307950f
Update version to 8.2.0
einsteinx2 Feb 23, 2023
d665006
docs: Update README
einsteinx2 Apr 10, 2023
29e14f1
feat: Updated deployment target from 8.0 to 11.0 (#12)
mjbenefiel-iterable Apr 25, 2023
63084ce
Update version to 8.3.0
einsteinx2 Apr 25, 2023
f6f5ad2
ci:Add iOS Kit Release Workflow (#13)
BrandonStalnaker Jul 26, 2023
b3e83a5
ci: Prepare podspec for semantic release
einsteinx2 Jan 19, 2024
d2537de
feat: Add SPM support (#16)
einsteinx2 Jan 19, 2024
0ce5327
chore(release): 8.4.0 [skip ci]
mparticle-automation Jan 19, 2024
5dffdeb
fix: Header imports for mParticle SDK (#17)
einsteinx2 Jan 26, 2024
ef53167
feat: Add Privacy Manifest (#18)
einsteinx2 Apr 2, 2024
3dbea88
chore(release): 8.5.0 [skip ci]
mparticle-automation Apr 2, 2024
e6235c3
feat: Improve Privacy Manifest support for iOS 17 (#19)
einsteinx2 Apr 29, 2024
bdbc68a
chore(release): 8.6.0 [skip ci]
mparticle-automation Apr 29, 2024
7daaacd
chore: Remove outdated instruction from README
einsteinx2 May 2, 2024
06ced67
chore: Minor podspec nitpick
einsteinx2 May 2, 2024
3de6230
fix: Update Carthage dependency to use binary
einsteinx2 May 14, 2024
6a7bd3b
chore(release): 8.6.1 [skip ci]
mparticle-automation May 14, 2024
7595f51
ci: Update semantic release token
BrandonStalnaker Nov 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update version to 7.16.2
  • Loading branch information
mparticle-automation committed Jul 1, 2020
commit cff9ff5725d7f143f987354299a00b0f2b2f901d
2 changes: 1 addition & 1 deletion mParticle-Iterable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Iterable"
s.version = "7.16.1"
s.version = "7.16.2"
s.summary = "Iterable integration for mParticle"

s.description = "This is the Iterable integration for mParticle."
Expand Down