Skip to content

Commit

Permalink
Add PPSwiftGifs framework & shared scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Prokop committed May 10, 2015
1 parent a993e12 commit 7376e20
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 0 deletions.
1 change: 1 addition & 0 deletions PPSwiftGifs/PPSwiftGifs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import Foundation
import UIKit
import CoreFoundation
import ImageIO

class PPSwiftGifs
{
Expand Down
26 changes: 26 additions & 0 deletions PPSwiftGifsExample/PPSwiftGifs/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>Prokop.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
5 changes: 5 additions & 0 deletions PPSwiftGifsExample/PPSwiftGifs/PPSwiftGifs-Bridging-Header.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//

#import <ImageIO/ImageIO.h>
19 changes: 19 additions & 0 deletions PPSwiftGifsExample/PPSwiftGifs/PPSwiftGifs.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// PPSwiftGifs.h
// PPSwiftGifs
//
// Created by Peter Prokop on 10/05/15.
// Copyright (c) 2015 Peter Prokop. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for PPSwiftGifs.
FOUNDATION_EXPORT double PPSwiftGifsVersionNumber;

//! Project version string for PPSwiftGifs.
FOUNDATION_EXPORT const unsigned char PPSwiftGifsVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <PPSwiftGifs/PublicHeader.h>


Loading

0 comments on commit 7376e20

Please sign in to comment.