Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from bignerdranch/travis-ci
Browse files Browse the repository at this point in the history
Use travis-ci
  • Loading branch information
jgallagher committed Feb 5, 2014
2 parents 98cc57f + b6daa49 commit be6f1c0
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: objective-c
rvm: 1.9.3
before_install:
- brew update
- brew uninstall xctool && brew install xctool --HEAD
- cd Tests && pod install && cd $TRAVIS_BUILD_DIR
script:
- xctool -workspace BNRDynamicTypeManager.xcworkspace -scheme 'BNRDynamicTypeManager Example' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xctool test -workspace BNRDynamicTypeManager.xcworkspace -scheme 'BNRDynamicTypeManager Tests' -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "526F36CE188644B8002CC3DA"
BuildableName = "BNRDynamicTypeManager Example.app"
BlueprintName = "BNRDynamicTypeManager Example"
ReferencedContainer = "container:BNRDynamicTypeManager Example.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "526F36CE188644B8002CC3DA"
BuildableName = "BNRDynamicTypeManager Example.app"
BlueprintName = "BNRDynamicTypeManager Example"
ReferencedContainer = "container:BNRDynamicTypeManager Example.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "526F36CE188644B8002CC3DA"
BuildableName = "BNRDynamicTypeManager Example.app"
BlueprintName = "BNRDynamicTypeManager Example"
ReferencedContainer = "container:BNRDynamicTypeManager Example.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "526F36CE188644B8002CC3DA"
BuildableName = "BNRDynamicTypeManager Example.app"
BlueprintName = "BNRDynamicTypeManager Example"
ReferencedContainer = "container:BNRDynamicTypeManager Example.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -2,6 +2,7 @@

[![Version](http://cocoapod-badges.herokuapp.com/v/BNRDynamicTypeManager/badge.png)](http://cocoadocs.org/docsets/BNRDynamicTypeManager)
[![Platform](http://cocoapod-badges.herokuapp.com/p/BNRDynamicTypeManager/badge.png)](http://cocoadocs.org/docsets/BNRDynamicTypeManager)
[![Build Status](https://travis-ci.org/bignerdranch/BNRDynamicTypeManager.png)](https://travis-ci.org/bignerdranch/BNRDynamicTypeManager)

BNRDynamicTypeManager is a collection of helper classes that make it easier to use Dynamic Type in iOS 7 applications. Most importantly, it handles listening for `UIContentSizeCategoryDidChangeNotification` and updating the fonts of all "watched" views automatically.

Expand Down
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0500"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "526F369818862DE0002CC3DA"
BuildableName = "BNRDynamicTypeManager Tests.xctest"
BlueprintName = "BNRDynamicTypeManager Tests"
ReferencedContainer = "container:BNRDynamicTypeManager Tests.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit be6f1c0

Please sign in to comment.