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

Commit

Permalink
Add SwiftGif framework target
Browse files Browse the repository at this point in the history
- Rename SwiftGif -> SwiftGifDemo
  • Loading branch information
bahlo committed Aug 22, 2016
1 parent 4740403 commit 5aeb2de
Show file tree
Hide file tree
Showing 12 changed files with 492 additions and 95 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: objective-c
osx_image: xcode7
osx_image: xcode8

script:
- xctool
-project SwiftGif.xcodeproj -scheme SwiftGif
-sdk iphonesimulator build test
-sdk iphonesimulator
-destination "platform=iOS Simulator,name=iPhone 6" build test
CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY=""
335 changes: 311 additions & 24 deletions SwiftGif.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 10 additions & 31 deletions SwiftGif.xcodeproj/xcshareddata/xcschemes/SwiftGif.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintIdentifier = "14FF87D01D6B7BAA00FB208A"
BuildableName = "SwiftGif.framework"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
Expand All @@ -28,26 +28,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76444194EFBB800A74B1F"
BuildableName = "SwiftGifTests.xctest"
BlueprintName = "SwiftGifTests"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
Expand All @@ -61,16 +42,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintIdentifier = "14FF87D01D6B7BAA00FB208A"
BuildableName = "SwiftGif.framework"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -80,16 +60,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGif.app"
BlueprintIdentifier = "14FF87D01D6B7BAA00FB208A"
BuildableName = "SwiftGif.framework"
BlueprintName = "SwiftGif"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
111 changes: 111 additions & 0 deletions SwiftGif.xcodeproj/xcshareddata/xcschemes/SwiftGifDemo.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0800"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGifDemo.app"
BlueprintName = "SwiftGifDemo"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76444194EFBB800A74B1F"
BuildableName = "SwiftGifTests.xctest"
BlueprintName = "SwiftGifTests"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14FF87D81D6B7BAA00FB208A"
BuildableName = "SwiftGifTests.xctest"
BlueprintName = "SwiftGifTests"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGifDemo.app"
BlueprintName = "SwiftGifDemo"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGifDemo.app"
BlueprintName = "SwiftGifDemo"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "14A76437194EFBB800A74B1F"
BuildableName = "SwiftGifDemo.app"
BlueprintName = "SwiftGifDemo"
ReferencedContainer = "container:SwiftGif.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

This file was deleted.

This file was deleted.

24 changes: 24 additions & 0 deletions SwiftGif/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>$(PRODUCT_BUNDLE_IDENTIFIER)</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>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions SwiftGif/SwiftGif.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// SwiftGif.h
// SwiftGif
//
// Created by Arne Bahlo on 22.08.16.
// Copyright © 2016 Arne Bahlo. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for SwiftGif.
FOUNDATION_EXPORT double SwiftGifVersionNumber;

//! Project version string for SwiftGif.
FOUNDATION_EXPORT const unsigned char SwiftGifVersionString[];

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


10 changes: 10 additions & 0 deletions SwiftGifDemo/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down
2 changes: 1 addition & 1 deletion 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.5.3</string>
<string>1.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 2 additions & 4 deletions SwiftGifTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,17 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 5aeb2de

Please sign in to comment.