Skip to content

Commit

Permalink
Merge pull request #1 from enricmacias/pod_creation
Browse files Browse the repository at this point in the history
Pod creation
  • Loading branch information
enricmacias authored Jul 7, 2016
2 parents ecd4aad + cf12fda commit 42e36c5
Show file tree
Hide file tree
Showing 71 changed files with 2,517 additions and 1,751 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# references:
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode7.3
language: objective-c
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -workspace Example/ExpandableTableViewController.xcworkspace -scheme ExpandableTableViewController-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
480 changes: 0 additions & 480 deletions DemoExpandableTableViewController.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

612 changes: 612 additions & 0 deletions Example/ExpandableTableViewController.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.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0640"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -14,10 +14,10 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD821B8C385D003205FB"
BuildableName = "DemoExpandableTableViewController.app"
BlueprintName = "DemoExpandableTableViewController"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Example.app"
BlueprintName = "ExpandableTableViewController_Example"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
Expand All @@ -28,77 +28,80 @@
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD971B8C385D003205FB"
BuildableName = "DemoExpandableTableViewControllerTests.xctest"
BlueprintName = "DemoExpandableTableViewControllerTests"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Tests.xctest"
BlueprintName = "ExpandableTableViewController_Tests"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD971B8C385D003205FB"
BuildableName = "DemoExpandableTableViewControllerTests.xctest"
BlueprintName = "DemoExpandableTableViewControllerTests"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACE41AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Tests.xctest"
BlueprintName = "ExpandableTableViewController_Tests"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD821B8C385D003205FB"
BuildableName = "DemoExpandableTableViewController.app"
BlueprintName = "DemoExpandableTableViewController"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Example.app"
BlueprintName = "ExpandableTableViewController_Example"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD821B8C385D003205FB"
BuildableName = "DemoExpandableTableViewController.app"
BlueprintName = "DemoExpandableTableViewController"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Example.app"
BlueprintName = "ExpandableTableViewController_Example"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "3FE1BD821B8C385D003205FB"
BuildableName = "DemoExpandableTableViewController.app"
BlueprintName = "DemoExpandableTableViewController"
ReferencedContainer = "container:DemoExpandableTableViewController.xcodeproj">
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
BuildableName = "ExpandableTableViewController_Example.app"
BlueprintName = "ExpandableTableViewController_Example"
ReferencedContainer = "container:ExpandableTableViewController.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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>SuppressBuildableAutocreation</key>
<dict>
<key>607FACCF1AFB9204008FA782</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>607FACE41AFB9204008FA782</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>

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

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "0"
version = "2.0">
</Bucket>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//
// AppDelegate.swift
// DemoExpandableTableViewController
// ExpandableTableViewController
//
// Created by Enric Macias Lopez on 8/25/15.
// Copyright (c) 2015 Enric Macias Lopez. All rights reserved.
// Created by Enric Macias Lopez on 07/06/2016.
// Copyright (c) 2016 Enric Macias Lopez. All rights reserved.
//

import UIKit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 Enric Macias Lopez. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
<rect key="frame" x="20" y="439" width="441" height="21"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="DemoExpandableTableViewController" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ExpandableTableViewController" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
<rect key="frame" x="20" y="140" width="441" height="43"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
Expand Down
Loading

0 comments on commit 42e36c5

Please sign in to comment.