diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d0ff764..0000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: swift -script: ./bin/test -osx_image: xcode8 diff --git a/README.md b/README.md index 5e78077..cf9ac8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![Logo](https://github.com/kaishin/Gifu/raw/master/header.gif) -[![GitHub release](https://img.shields.io/github/release/kaishin/Gifu.svg?maxAge=2592000)](https://github.com/kaishin/Gifu/releases/latest) [![Travis](https://travis-ci.org/kaishin/Gifu.svg?branch=master)](https://travis-ci.org/kaishin/Gifu) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Join the chat at https://gitter.im/kaishin/gifu](https://badges.gitter.im/kaishin/gifu.svg)](https://gitter.im/kaishin/gifu) ![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg) ![platforms](https://img.shields.io/badge/platforms-iOS-lightgrey.svg) +[![GitHub release](https://img.shields.io/github/release/kaishin/Gifu.svg?maxAge=2592000)](https://github.com/kaishin/Gifu/releases/latest) ![Bitrise](https://www.bitrise.io/app/a0eae2c9b6aa754c.svg?token=dDlRyPi2aOlZnvbl4kL8Kw&branch=master) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Join the chat at https://gitter.im/kaishin/gifu](https://badges.gitter.im/kaishin/gifu.svg)](https://gitter.im/kaishin/gifu) ![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg) ![platforms](https://img.shields.io/badge/platforms-iOS-lightgrey.svg) Gifu adds protocol-based, performance-aware animated GIF support to UIKit. (It's also a [prefecture in Japan](https://goo.gl/maps/CCeAc)). diff --git a/Source/Classes/Animator.swift b/Source/Classes/Animator.swift index 0646adf..9aad274 100644 --- a/Source/Classes/Animator.swift +++ b/Source/Classes/Animator.swift @@ -8,7 +8,7 @@ public class Animator { var shouldResizeFrames = false /// Responsible for loading individual frames and resizing them if necessary. - private var frameStore: FrameStore? + var frameStore: FrameStore? /// Tracks whether the display link is initialized. private var displayLinkInitialized: Bool = false diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index 158b348..7141c16 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 119 + 121 NSPrincipalClass diff --git a/bin/test b/bin/test index 9f3dd07..3a4f91f 100755 --- a/bin/test +++ b/bin/test @@ -2,4 +2,4 @@ set -o pipefail -xcodebuild test -project Gifu.xcodeproj -scheme Gifu -destination "platform=iOS Simulator,name=iPhone 6,OS=10.0" BUILD_ACTIVE_ARCH=NO | xcpretty -t -c +xcodebuild test -project Gifu.xcodeproj -scheme Gifu -destination "platform=iOS Simulator,name=iPhone 6" BUILD_ACTIVE_ARCH=NO | xcpretty -t -c