Skip to content

Commit

Permalink
Merge pull request #10 from jeantimex/update-pod-project-structure
Browse files Browse the repository at this point in the history
Update pod project structure.
  • Loading branch information
jeantimex authored Jul 22, 2017
2 parents bb5e0d9 + eaa7496 commit 3bdf15a
Show file tree
Hide file tree
Showing 17 changed files with 700 additions and 56 deletions.
8 changes: 4 additions & 4 deletions CollapsibleTableSectionViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "CollapsibleTableSectionViewController"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "Swift 3.0 library to support collapsible sections in a table view."

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -92,10 +92,10 @@ Pod::Spec.new do |s|
# Not including the public_header_files will make all headers public.
#

s.source_files = "Classes/**/*.swift"
s.exclude_files = "Classes/Exclude"
s.source_files = "CollapsibleTableSectionViewController/*.{swift}"
s.exclude_files = "CollapsibleTableSectionViewController/Exclude"

# s.public_header_files = "Classes/**/*.h"
# s.public_header_files = "CollapsibleTableSectionViewController/**/*.h"


# ――― Resources ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down
437 changes: 437 additions & 0 deletions CollapsibleTableSectionViewController.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
@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0A8BD66B1F231B2C003D6155"
BuildableName = "CollapsibleTableSectionViewController.framework"
BlueprintName = "CollapsibleTableSectionViewController"
ReferencedContainer = "container:CollapsibleTableSectionViewController.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 = "0A8BD6741F231B2C003D6155"
BuildableName = "CollapsibleTableSectionViewControllerTests.xctest"
BlueprintName = "CollapsibleTableSectionViewControllerTests"
ReferencedContainer = "container:CollapsibleTableSectionViewController.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0A8BD66B1F231B2C003D6155"
BuildableName = "CollapsibleTableSectionViewController.framework"
BlueprintName = "CollapsibleTableSectionViewController"
ReferencedContainer = "container:CollapsibleTableSectionViewController.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">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0A8BD66B1F231B2C003D6155"
BuildableName = "CollapsibleTableSectionViewController.framework"
BlueprintName = "CollapsibleTableSectionViewController"
ReferencedContainer = "container:CollapsibleTableSectionViewController.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0A8BD66B1F231B2C003D6155"
BuildableName = "CollapsibleTableSectionViewController.framework"
BlueprintName = "CollapsibleTableSectionViewController"
ReferencedContainer = "container:CollapsibleTableSectionViewController.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// CollapsibleTableSectionViewController.h
// CollapsibleTableSectionViewController
//
// Created by Yong Su on 7/21/17.
// Copyright © 2017 jeantimex. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for CollapsibleTableSectionViewController.
FOUNDATION_EXPORT double CollapsibleTableSectionViewControllerVersionNumber;

//! Project version string for CollapsibleTableSectionViewController.
FOUNDATION_EXPORT const unsigned char CollapsibleTableSectionViewControllerVersionString[];

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


File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 24 additions & 0 deletions CollapsibleTableSectionViewController/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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
//
// CollapsibleTableSectionViewControllerTests.swift
// CollapsibleTableSectionViewControllerTests
//
// Created by Yong Su on 7/21/17.
// Copyright © 2017 jeantimex. All rights reserved.
//

import XCTest
@testable import CollapsibleTableSectionViewController

class CollapsibleTableSectionViewControllerTests: XCTestCase {

override func setUp() {
super.setUp()
// Put setup code here. This method is called before the invocation of each test method in the class.
}

override func tearDown() {
// Put teardown code here. This method is called after the invocation of each test method in the class.
super.tearDown()
}

func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}

func testPerformanceExample() {
// This is an example of a performance test case.
self.measure {
// Put the code you want to measure the time of here.
}
}

}
22 changes: 22 additions & 0 deletions CollapsibleTableSectionViewControllerTests/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?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>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Examples/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- CollapsibleTableSectionViewController (0.0.5)
- CollapsibleTableSectionViewController (0.0.7)

DEPENDENCIES:
- CollapsibleTableSectionViewController (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
CollapsibleTableSectionViewController: a9da9daef5cdea2b0c5830493f5c66509457edb8
CollapsibleTableSectionViewController: b56d6bd81f75dc1fd17ca3fb64b40b465f95586d

PODFILE CHECKSUM: b149b5d80e25f3d625e94e3d09cdfbe5a437add7

Expand Down

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

4 changes: 2 additions & 2 deletions Examples/Pods/Manifest.lock

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

Loading

0 comments on commit 3bdf15a

Please sign in to comment.