Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions Example.playground/contents.xcplayground

This file was deleted.

200 changes: 193 additions & 7 deletions FunctionalTableData.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
objects = {

/* Begin PBXBuildFile section */
17E57FE9208A404700BFCC3D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17E57FE8208A404700BFCC3D /* AppDelegate.swift */; };
17E57FEB208A404700BFCC3D /* TableExampleController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17E57FEA208A404700BFCC3D /* TableExampleController.swift */; };
17E57FED208A404700BFCC3D /* CollectionExampleController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17E57FEC208A404700BFCC3D /* CollectionExampleController.swift */; };
17E57FF0208A404700BFCC3D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17E57FEE208A404700BFCC3D /* Main.storyboard */; };
17E57FF2208A404800BFCC3D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 17E57FF1208A404800BFCC3D /* Assets.xcassets */; };
17E57FF5208A404800BFCC3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 17E57FF3208A404800BFCC3D /* LaunchScreen.storyboard */; };
17E57FFA208A415900BFCC3D /* FunctionalTableData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4C7A26FC1F2FA0F800360E9B /* FunctionalTableData.framework */; };
17E57FFB208A415900BFCC3D /* FunctionalTableData.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4C7A26FC1F2FA0F800360E9B /* FunctionalTableData.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17E58000208A425F00BFCC3D /* LabelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17E57FFF208A425F00BFCC3D /* LabelCell.swift */; };
4C63250B1F8AA89B00B2B74B /* TableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCCE8441F8AA7CD00C73258 /* TableCell.swift */; };
4C63250C1F8AA89D00B2B74B /* TableItemConfigType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCCE8451F8AA7CD00C73258 /* TableItemConfigType.swift */; };
4C63250D1F8AA8A000B2B74B /* UITableView+Reusable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCCE8461F8AA7CD00C73258 /* UITableView+Reusable.swift */; };
Expand Down Expand Up @@ -37,6 +46,13 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
17E57FFC208A415900BFCC3D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4C7A26F31F2FA0F800360E9B /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4C7A26FB1F2FA0F800360E9B;
remoteInfo = FunctionalTableData;
};
4C7A27071F2FA0F800360E9B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4C7A26F31F2FA0F800360E9B /* Project object */;
Expand All @@ -46,8 +62,30 @@
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
17E57FFE208A415900BFCC3D /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
17E57FFB208A415900BFCC3D /* FunctionalTableData.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
4C30E4071FA029FE00337415 /* Example.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = Example.playground; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
17E57FE6208A404700BFCC3D /* FunctionalTableDataDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FunctionalTableDataDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
17E57FE8208A404700BFCC3D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
17E57FEA208A404700BFCC3D /* TableExampleController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableExampleController.swift; sourceTree = "<group>"; };
17E57FEC208A404700BFCC3D /* CollectionExampleController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CollectionExampleController.swift; sourceTree = "<group>"; };
17E57FEF208A404700BFCC3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
17E57FF1208A404800BFCC3D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
17E57FF4208A404800BFCC3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
17E57FF6208A404800BFCC3D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
17E57FFF208A425F00BFCC3D /* LabelCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LabelCell.swift; sourceTree = "<group>"; };
4C7A26FC1F2FA0F800360E9B /* FunctionalTableData.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FunctionalTableData.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4C7A26FF1F2FA0F800360E9B /* FunctionalTableData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FunctionalTableData.h; sourceTree = "<group>"; };
4C7A27001F2FA0F800360E9B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -81,6 +119,14 @@
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
17E57FE3208A404700BFCC3D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
17E57FFA208A415900BFCC3D /* FunctionalTableData.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4C7A26F81F2FA0F800360E9B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -99,12 +145,27 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
17E57FE7208A404700BFCC3D /* FunctionalTableDataDemo */ = {
isa = PBXGroup;
children = (
17E57FFF208A425F00BFCC3D /* LabelCell.swift */,
17E57FE8208A404700BFCC3D /* AppDelegate.swift */,
17E57FEA208A404700BFCC3D /* TableExampleController.swift */,
17E57FEC208A404700BFCC3D /* CollectionExampleController.swift */,
17E57FEE208A404700BFCC3D /* Main.storyboard */,
17E57FF1208A404800BFCC3D /* Assets.xcassets */,
17E57FF3208A404800BFCC3D /* LaunchScreen.storyboard */,
17E57FF6208A404800BFCC3D /* Info.plist */,
);
path = FunctionalTableDataDemo;
sourceTree = "<group>";
};
4C7A26F21F2FA0F800360E9B = {
isa = PBXGroup;
children = (
4C30E4071FA029FE00337415 /* Example.playground */,
4C7A26FE1F2FA0F800360E9B /* FunctionalTableData */,
4C7A27091F2FA0F800360E9B /* FunctionalTableDataTests */,
17E57FE7208A404700BFCC3D /* FunctionalTableDataDemo */,
4C7A26FD1F2FA0F800360E9B /* Products */,
);
sourceTree = "<group>";
Expand All @@ -114,6 +175,7 @@
children = (
4C7A26FC1F2FA0F800360E9B /* FunctionalTableData.framework */,
4C7A27051F2FA0F800360E9B /* FunctionalTableDataTests.xctest */,
17E57FE6208A404700BFCC3D /* FunctionalTableDataDemo.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -206,6 +268,25 @@
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
17E57FE5208A404700BFCC3D /* FunctionalTableDataDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 17E57FF9208A404800BFCC3D /* Build configuration list for PBXNativeTarget "FunctionalTableDataDemo" */;
buildPhases = (
17E57FE2208A404700BFCC3D /* Sources */,
17E57FE3208A404700BFCC3D /* Frameworks */,
17E57FE4208A404700BFCC3D /* Resources */,
17E57FFE208A415900BFCC3D /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
17E57FFD208A415900BFCC3D /* PBXTargetDependency */,
);
name = FunctionalTableDataDemo;
productName = FunctionalTableDataDemo;
productReference = 17E57FE6208A404700BFCC3D /* FunctionalTableDataDemo.app */;
productType = "com.apple.product-type.application";
};
4C7A26FB1F2FA0F800360E9B /* FunctionalTableData */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4C7A27101F2FA0F800360E9B /* Build configuration list for PBXNativeTarget "FunctionalTableData" */;
Expand Down Expand Up @@ -248,12 +329,18 @@
4C7A26F31F2FA0F800360E9B /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = Shopify;
TargetAttributes = {
17E57FE5208A404700BFCC3D = {
CreatedOnToolsVersion = 9.3;
DevelopmentTeam = UD42KN75C7;
ProvisioningStyle = Automatic;
};
4C7A26FB1F2FA0F800360E9B = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = UD42KN75C7;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
Expand All @@ -279,11 +366,22 @@
targets = (
4C7A26FB1F2FA0F800360E9B /* FunctionalTableData */,
4C7A27041F2FA0F800360E9B /* FunctionalTableDataTests */,
17E57FE5208A404700BFCC3D /* FunctionalTableDataDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
17E57FE4208A404700BFCC3D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
17E57FF5208A404800BFCC3D /* LaunchScreen.storyboard in Resources */,
17E57FF2208A404800BFCC3D /* Assets.xcassets in Resources */,
17E57FF0208A404700BFCC3D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4C7A26FA1F2FA0F800360E9B /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -301,6 +399,17 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
17E57FE2208A404700BFCC3D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
17E57FED208A404700BFCC3D /* CollectionExampleController.swift in Sources */,
17E57FE9208A404700BFCC3D /* AppDelegate.swift in Sources */,
17E58000208A425F00BFCC3D /* LabelCell.swift in Sources */,
17E57FEB208A404700BFCC3D /* TableExampleController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
4C7A26F71F2FA0F800360E9B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -343,14 +452,82 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
17E57FFD208A415900BFCC3D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4C7A26FB1F2FA0F800360E9B /* FunctionalTableData */;
targetProxy = 17E57FFC208A415900BFCC3D /* PBXContainerItemProxy */;
};
4C7A27081F2FA0F800360E9B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4C7A26FB1F2FA0F800360E9B /* FunctionalTableData */;
targetProxy = 4C7A27071F2FA0F800360E9B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
17E57FEE208A404700BFCC3D /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
17E57FEF208A404700BFCC3D /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
17E57FF3208A404800BFCC3D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
17E57FF4208A404800BFCC3D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
17E57FF7208A404800BFCC3D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = UD42KN75C7;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = FunctionalTableDataDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jadedpixel.FunctionalTableDataDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
17E57FF8208A404800BFCC3D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = UD42KN75C7;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = FunctionalTableDataDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jadedpixel.FunctionalTableDataDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
4C7A270E1F2FA0F800360E9B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand Down Expand Up @@ -473,9 +650,9 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = UD42KN75C7;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand All @@ -495,9 +672,9 @@
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_IDENTITY = "iPhone Developer";
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = "";
DEVELOPMENT_TEAM = UD42KN75C7;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
Expand Down Expand Up @@ -540,6 +717,15 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
17E57FF9208A404800BFCC3D /* Build configuration list for PBXNativeTarget "FunctionalTableDataDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
17E57FF7208A404800BFCC3D /* Debug */,
17E57FF8208A404800BFCC3D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4C7A26F61F2FA0F800360E9B /* Build configuration list for PBXProject "FunctionalTableData" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
20 changes: 20 additions & 0 deletions FunctionalTableDataDemo/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// AppDelegate.swift
// FunctionalTableDataDemo
//
// Created by Kevin Barnes on 2018-04-20.
// Copyright Β© 2018 Shopify. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
return true
}

}
Loading