Skip to content

Commit ed8b520

Browse files
Updating project structure and build (#443)
* updating project structure * travis fixes * updating travis * updating travis * fixing failing tests * removing unused files, improvements * aligning to master * fixing cocoapods build issues * Update deployment target version Co-authored-by: Nikola Zagorchev <[email protected]>
1 parent bfb791f commit ed8b520

File tree

424 files changed

+3849
-6539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+3849
-6539
lines changed

.build/manifest.db

-24 KB
Binary file not shown.

.build/manifest.db-journal

-16.5 KB
Binary file not shown.

.doxygen

Lines changed: 0 additions & 2457 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Icon
2525
Network Trash Folder
2626
Temporary Items
2727
.apdisk
28+
.build
2829

2930
## Windows
3031
# Windows thumbnail cache files

.slather.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: objective-c
2-
osx_image: xcode12.2
2+
osx_image: xcode12.5
33

4-
xcode_workspace: Example/Leanplum-SDK.xcworkspace
5-
xcode_scheme: Leanplum-SDK-Example
6-
xcode_destination: platform=iOS Simulator,OS=13.3,name=iPhone 11
4+
xcode_workspace: Leanplum.xcworkspace
5+
xcode_scheme: LeanplumSDKApp
6+
xcode_destination: platform=iOS Simulator,OS=14.5,name=iPhone 12
77

88
cache: cocoapods
9-
podfile: Example/Podfile
9+
podfile: Podfile
1010
before_install:
1111
- gem install cocoapods # Since Travis is not always on latest version
12-
- pod install --project-directory=Example
12+
- pod install
1313

1414
before_script:
1515
>-
@@ -41,7 +41,7 @@ deploy:
4141
- provider: releases
4242
skip_cleanup: true
4343
api_key: $GITHUB_TOKEN
44-
file: Leanplum.framework.zip
44+
file: Release/Leanplum.framework.zip
4545
draft: true
4646
on:
4747
tags: true

Example/Leanplum-SDK.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1176 deletions
This file was deleted.

Example/Leanplum-SDK.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

Whitespace-only changes.

Example/Leanplum-SDK.xcodeproj/xcshareddata/xcschemes/Leanplum-SDK-Example.xcscheme

Lines changed: 0 additions & 110 deletions
This file was deleted.

Example/Leanplum-SDK/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)