Skip to content

Commit 3f339b6

Browse files
authored
Merge pull request #107 from RoverPlatform/housekeeping
Housekeeping
2 parents c5c8686 + ba8e88d commit 3f339b6

File tree

141 files changed

+773
-4937
lines changed

Some content is hidden

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

141 files changed

+773
-4937
lines changed

.gitignore

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# OS X
1+
# MacOS
2+
23
.DS_Store
34

45
# Xcode
6+
7+
## Build generated
58
build/
9+
DerivedData/
10+
11+
## Various settings
612
*.pbxuser
713
!default.pbxuser
814
*.mode1v3
@@ -11,23 +17,18 @@ build/
1117
!default.mode2v3
1218
*.perspectivev3
1319
!default.perspectivev3
14-
xcuserdata
15-
*.xccheckout
16-
profile
20+
xcuserdata/
21+
22+
## Other
1723
*.moved-aside
18-
DerivedData
24+
*.xcuserstate
25+
26+
## Obj-C/Swift specific
1927
*.hmap
2028
*.ipa
29+
*.dSYM.zip
30+
*.dSYM
2131

22-
# Bundler
23-
.bundle
24-
25-
Carthage
26-
# We recommend against adding the Pods directory to your .gitignore. However
27-
# you should judge for yourself, the pros and cons are mentioned at:
28-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
29-
#
30-
# Note: if you ignore the Pods directory, make sure to uncomment
31-
# `pod install` in .travis.yml
32-
#
33-
# Pods/
32+
## Playgrounds
33+
timeline.xctimeline
34+
playground.xcworkspace

.travis.yml

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

Example/MyPlayground.playground/Contents.swift

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

Example/MyPlayground.playground/contents.xcplayground

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

Example/Podfile

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

Example/Podfile.lock

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

Example/Pods/Local Podspecs/Rover.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/Pods-Rover_Example/Info.plist

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

0 commit comments

Comments
 (0)