Skip to content

Commit eba5cdb

Browse files
✨ Update sample project to match SDK v6 new features.
1 parent 72a7e97 commit eba5cdb

File tree

80 files changed

+3274
-1486
lines changed

Some content is hidden

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

80 files changed

+3274
-1486
lines changed

.gitignore

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,36 @@
1-
# Project Specifics
2-
3-
# HFS FileSystem
1+
# OS X Finder
42
.DS_Store
5-
._*
6-
.idea
7-
.svn
83

9-
# Xcode
10-
xcuserdata
11-
*.pbxuser
12-
!default.pbxuser
4+
# AXT License file
5+
*.axt
6+
7+
# Xcode per-user config
8+
*.mode1
139
*.mode1v3
14-
!default.mode1v3
1510
*.mode2v3
16-
!default.mode2v3
11+
*.perspective
1712
*.perspectivev3
18-
!default.perspectivev3
19-
*.moved-aside
20-
*.xcuserstate
13+
*.pbxuser
14+
xcuserdata
2115
*.xccheckout
22-
*.xcscmblueprint
23-
*scannerwork
2416

25-
# Build-Generated
26-
DerivedData
27-
*/build/*
28-
build
29-
test-reports
17+
# Build products
18+
build/
19+
*.o
20+
*.LinkFileList
3021
*.hmap
31-
*.gcda
32-
*.gcno
3322

34-
# Fastlane
35-
report.xml
36-
Reports
23+
# Automatic backup files
24+
*~.nib/
25+
*.swp
26+
*~
27+
*.dat
28+
*.dep
3729

3830
# Cocoapods
39-
**/Pods/**
4031
Pods
41-
Podfile.lock
32+
Carthage
33+
34+
# AppCode specific files
35+
.idea/
36+
*.iml

IDCheckioSDK_Sample/.gitattributes

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

IDCheckioSDK_Sample/.gitignore

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

IDCheckioSDK_Sample/.travis.yml

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

0 commit comments

Comments
 (0)