Skip to content

Commit 40b19b4

Browse files
author
Joey Lorich
committed
Update pods and merge with iOS7
2 parents c8120a5 + 9b9d9c8 commit 40b19b4

1,966 files changed

Lines changed: 126786 additions & 55221 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ DerivedData
1919
*.DS_Store
2020

2121
# CocoaPods
22-
Pods
22+
Pods
23+
24+
#Appledoc
25+
Documentation

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
language: objective-c
3+
before_install:
4+
- brew update
5+
- brew upgrade xctool
6+
- gem install cocoapods -v '0.32.1'
7+
- pod repo add cloudspace https://github.com/cloudspace/Cloudspace-iOS-PodSpecs.git
8+
script:
9+
- xctool -workspace EasyReader.xcworkspace -scheme Development -sdk iphonesimulator7.1 ONLY_ACTIVE_ARCH=NO
10+
- xctool test -workspace EasyReader.xcworkspace -scheme Development -sdk iphonesimulator7.1 ONLY_ACTIVE_ARCH=NO
11+
-5.68 KB
Binary file not shown.
-28.9 MB
Binary file not shown.

App Icon Template [2.1]/readme.rtf

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

Default-568h@2x.png

-146 KB
Binary file not shown.

Default-Landscape@2x~ipad.png

-281 KB
Binary file not shown.

Default-Landscape~ipad.png

-155 KB
Binary file not shown.

Default-Portrait@2x~ipad.png

-287 KB
Binary file not shown.

Default-Portrait~ipad.png

-158 KB
Binary file not shown.

0 commit comments

Comments
 (0)