Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Merge branch '1.2-development'
Browse files Browse the repository at this point in the history
* 1.2-development:
  Move everything to specific folders
  Rename Gif to UIImage+Gif
  Bump version
  Add CONTRIBUTING.md, unset source in tests
  Bump version
  • Loading branch information
bahlo committed Jun 16, 2014
2 parents 057a25d + ff74a55 commit 2fbb73f
Show file tree
Hide file tree
Showing 14 changed files with 139 additions and 125 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing
You want to contribute? Thank you :smila:

1. Clone the repositoy: `git clone git@github.com:bahlo/SwiftGif.git`
2. Create a new branch with the schema `my-feature`.
3. Implement your feature
4. Open a pull request

:heart:

232 changes: 115 additions & 117 deletions SwiftGif.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "1"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1448EB6A19491D2000D54654"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
Expand All @@ -32,7 +32,7 @@
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1448EB7719491D2100D54654"
BlueprintIdentifier = "14A76444194EFBB800A74B1F"
BuildableName = "SwiftGifTests.xctest"
BlueprintName = "SwiftGifTests"
ReferencedContainer = "container:SwiftGif.xcodeproj">
Expand All @@ -42,7 +42,7 @@
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1448EB6A19491D2000D54654"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
Expand All @@ -61,7 +61,7 @@
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1448EB6A19491D2000D54654"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
Expand All @@ -79,7 +79,7 @@
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1448EB6A19491D2000D54654"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>1448EB6A19491D2000D54654</key>
<key>14A76437194EFBB800A74B1F</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>1448EB7719491D2100D54654</key>
<key>14A76444194EFBB800A74B1F</key>
<dict>
<key>primary</key>
<true/>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SwiftGif/Info.plist → SwiftGifDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions SwiftGifTests/GifTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class GifTests: XCTestCase {

override func tearDown() {
imageData = nil
source = nil

super.tearDown()
}
Expand Down

0 comments on commit 2fbb73f

Please sign in to comment.