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

Implement wrapper of CleverTap SDK #518

Merged
merged 32 commits into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d9c0e7d
init migration
nzagorchev Aug 1, 2022
df6a1ea
update to migrate state
nzagorchev Aug 15, 2022
990c198
Add pods dependency
nzagorchev Aug 25, 2022
fdbf6d6
add files to project
nzagorchev Aug 30, 2022
f4525a0
Configure CleverTap dependency through CocoaPods
nzagorchev Sep 18, 2022
f15ab69
Update SPM
nzagorchev Sep 18, 2022
928f73d
use static for spm
nzagorchev Sep 18, 2022
6cc4d38
use static framework for spm
nzagorchev Sep 18, 2022
d83ae97
Fix Xcode14 bundle signing
nzagorchev Oct 2, 2022
7b633c9
Refactoring into separate classes, rewrite identity
nzagorchev Oct 4, 2022
80ae218
rename property wrappers
nzagorchev Oct 4, 2022
9c38c70
Update projects to use explicit dependencies
nzagorchev Oct 4, 2022
4fbd465
Rename swift names to not clash with module
nzagorchev Oct 5, 2022
035f25b
Implement tracking, improve identity, refactoring
nzagorchev Oct 5, 2022
8f74412
Refactoring
nzagorchev Oct 5, 2022
1df02f3
Implement instance callback
nzagorchev Oct 6, 2022
bf4ac06
Add setTrafficSourceInfo
nzagorchev Oct 6, 2022
a51e22f
Add IdentityManager
nzagorchev Oct 6, 2022
a44d793
Refactoring
nzagorchev Oct 6, 2022
00fd4e6
Moving to separate files and extensions
nzagorchev Oct 6, 2022
6079620
Fix and Add Tests
nzagorchev Oct 7, 2022
b674857
Add IdentityManager tests
nzagorchev Oct 7, 2022
22fee92
Refactor logs
nzagorchev Oct 7, 2022
3a4dd86
Script runs on all incremental
nzagorchev Oct 7, 2022
2003034
Merge branch 'master' of github.com:Leanplum/Leanplum-iOS-SDK into ct…
nzagorchev Oct 7, 2022
b5effae
Fix Leanplum setDeviceId
nzagorchev Oct 7, 2022
61a66f8
Set static log level and on instance one
nzagorchev Oct 7, 2022
69bd4b6
Fix save hash before getMigrateState
nzagorchev Oct 7, 2022
6b32513
Fix project structure
nzagorchev Oct 7, 2022
1c37685
Xcode 13 compatibility
nzagorchev Oct 7, 2022
23dd8f5
Enable running app and tests on device
nzagorchev Oct 7, 2022
fe10540
project fix
nzagorchev Oct 7, 2022
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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ deploy:
file:
- Leanplum.framework.zip
- LeanplumLocation.framework.zip
- Release/dynamic/Leanplum.xcframework.zip
- Release/static/Leanplum.xcframework.zip
draft: true
on:
tags: true
Expand Down
1 change: 1 addition & 0 deletions Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Pod::Spec.new do |s|
s.resource_bundle = {
'Leanplum-iOS-SDK' => 'LeanplumSDK/LeanplumSDKBundle/Resources/**/*'
}
s.dependency 'CleverTap-iOS-SDK', '~> 4.1'
s.swift_version = '5.0'
end

233 changes: 230 additions & 3 deletions LeanplumSDK/LeanplumSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Loading