505 lines
24 KiB
Plaintext
505 lines
24 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 50;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
32388F8821BF92CB0071B0B1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388F8721BF92CB0071B0B1 /* AppDelegate.swift */; };
|
|
32388F8A21BF92CB0071B0B1 /* AutoLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388F8921BF92CB0071B0B1 /* AutoLayoutViewController.swift */; };
|
|
32388F8F21BF92CE0071B0B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32388F8E21BF92CE0071B0B1 /* Assets.xcassets */; };
|
|
32388F9221BF92CE0071B0B1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32388F9021BF92CE0071B0B1 /* LaunchScreen.storyboard */; };
|
|
32388F9E21BFBA3C0071B0B1 /* ExpandableAutolayoutCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388F9D21BFBA3C0071B0B1 /* ExpandableAutolayoutCell.swift */; };
|
|
32388FA021BFBA750071B0B1 /* ExpandableManualLayoutCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388F9F21BFBA750071B0B1 /* ExpandableManualLayoutCell.swift */; };
|
|
32388FA221BFBB480071B0B1 /* ManualLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388FA121BFBB480071B0B1 /* ManualLayoutViewController.swift */; };
|
|
32388FA421BFCCF90071B0B1 /* ExpandablePinLayoutCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388FA321BFCCF90071B0B1 /* ExpandablePinLayoutCell.swift */; };
|
|
32388FA621BFCD210071B0B1 /* PinLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32388FA521BFCD210071B0B1 /* PinLayoutViewController.swift */; };
|
|
32BDFE8A21C148C800D0BBB4 /* String+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE8921C148C800D0BBB4 /* String+Extensions.swift */; };
|
|
32BDFE8F21C14C5000D0BBB4 /* BaseExpandableCellViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE8E21C14C5000D0BBB4 /* BaseExpandableCellViewModel.swift */; };
|
|
32BDFE9121C1577700D0BBB4 /* UIApplication+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9021C1577700D0BBB4 /* UIApplication+Extensions.swift */; };
|
|
32BDFE9521C157F700D0BBB4 /* BaseTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9421C157F700D0BBB4 /* BaseTableViewCell.swift */; };
|
|
32BDFE9721C15D2B00D0BBB4 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9621C15D2B00D0BBB4 /* MainViewController.swift */; };
|
|
32BDFE9921C164EF00D0BBB4 /* TableSection+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9821C164EF00D0BBB4 /* TableSection+Extensions.swift */; };
|
|
32BDFE9B21C1650500D0BBB4 /* TableDirector+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9A21C1650500D0BBB4 /* TableDirector+Extensions.swift */; };
|
|
32BDFE9D21C1651F00D0BBB4 /* UIColor+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32BDFE9C21C1651F00D0BBB4 /* UIColor+Extensions.swift */; };
|
|
32E23C0321C2839C00A823AA /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32E23C0221C2839C00A823AA /* BaseViewController.swift */; };
|
|
F782020FD486EE6905083287 /* Pods_ExpandableCellDemo_ios.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F74BB18C5164DACD530722E /* Pods_ExpandableCellDemo_ios.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
32388F8421BF92CB0071B0B1 /* ExpandableCellDemo-ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ExpandableCellDemo-ios.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
32388F8721BF92CB0071B0B1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
|
32388F8921BF92CB0071B0B1 /* AutoLayoutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoLayoutViewController.swift; sourceTree = "<group>"; };
|
|
32388F8E21BF92CE0071B0B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
32388F9121BF92CE0071B0B1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
32388F9321BF92CE0071B0B1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
32388F9D21BFBA3C0071B0B1 /* ExpandableAutolayoutCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExpandableAutolayoutCell.swift; sourceTree = "<group>"; };
|
|
32388F9F21BFBA750071B0B1 /* ExpandableManualLayoutCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpandableManualLayoutCell.swift; sourceTree = "<group>"; };
|
|
32388FA121BFBB480071B0B1 /* ManualLayoutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ManualLayoutViewController.swift; sourceTree = "<group>"; };
|
|
32388FA321BFCCF90071B0B1 /* ExpandablePinLayoutCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExpandablePinLayoutCell.swift; sourceTree = "<group>"; };
|
|
32388FA521BFCD210071B0B1 /* PinLayoutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PinLayoutViewController.swift; sourceTree = "<group>"; };
|
|
32BDFE8921C148C800D0BBB4 /* String+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+Extensions.swift"; sourceTree = "<group>"; };
|
|
32BDFE8E21C14C5000D0BBB4 /* BaseExpandableCellViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseExpandableCellViewModel.swift; sourceTree = "<group>"; };
|
|
32BDFE9021C1577700D0BBB4 /* UIApplication+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIApplication+Extensions.swift"; sourceTree = "<group>"; };
|
|
32BDFE9421C157F700D0BBB4 /* BaseTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseTableViewCell.swift; sourceTree = "<group>"; };
|
|
32BDFE9621C15D2B00D0BBB4 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
|
|
32BDFE9821C164EF00D0BBB4 /* TableSection+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableSection+Extensions.swift"; sourceTree = "<group>"; };
|
|
32BDFE9A21C1650500D0BBB4 /* TableDirector+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableDirector+Extensions.swift"; sourceTree = "<group>"; };
|
|
32BDFE9C21C1651F00D0BBB4 /* UIColor+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extensions.swift"; sourceTree = "<group>"; };
|
|
32E23C0221C2839C00A823AA /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
|
|
7F74BB18C5164DACD530722E /* Pods_ExpandableCellDemo_ios.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ExpandableCellDemo_ios.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DD35513960B974E811CFE5C4 /* Pods-ExpandableCellDemo-ios.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExpandableCellDemo-ios.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ExpandableCellDemo-ios/Pods-ExpandableCellDemo-ios.debug.xcconfig"; sourceTree = "<group>"; };
|
|
E0AC067BDAA17DAF73F9EBEA /* Pods-ExpandableCellDemo-ios.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExpandableCellDemo-ios.release.xcconfig"; path = "Pods/Target Support Files/Pods-ExpandableCellDemo-ios/Pods-ExpandableCellDemo-ios.release.xcconfig"; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
32388F8121BF92CB0071B0B1 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
F782020FD486EE6905083287 /* Pods_ExpandableCellDemo_ios.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
32388F7B21BF92CB0071B0B1 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32388F8621BF92CB0071B0B1 /* ExpandableCellDemo-ios */,
|
|
32388F8521BF92CB0071B0B1 /* Products */,
|
|
3347BC9F36D94DBE14363564 /* Pods */,
|
|
C20330FC79BE8ED33023EB48 /* Frameworks */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
32388F8521BF92CB0071B0B1 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32388F8421BF92CB0071B0B1 /* ExpandableCellDemo-ios.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
32388F8621BF92CB0071B0B1 /* ExpandableCellDemo-ios */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32388F9321BF92CE0071B0B1 /* Info.plist */,
|
|
32388F8721BF92CB0071B0B1 /* AppDelegate.swift */,
|
|
32388F8E21BF92CE0071B0B1 /* Assets.xcassets */,
|
|
32388F9921BF94560071B0B1 /* Cells */,
|
|
32388F9A21BF945B0071B0B1 /* Controllers */,
|
|
32BDFE8821C148B200D0BBB4 /* Extensions */,
|
|
32388F9021BF92CE0071B0B1 /* LaunchScreen.storyboard */,
|
|
);
|
|
path = "ExpandableCellDemo-ios";
|
|
sourceTree = "<group>";
|
|
};
|
|
32388F9921BF94560071B0B1 /* Cells */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32BDFE8B21C14BFE00D0BBB4 /* Base */,
|
|
32388F9D21BFBA3C0071B0B1 /* ExpandableAutolayoutCell.swift */,
|
|
32388F9F21BFBA750071B0B1 /* ExpandableManualLayoutCell.swift */,
|
|
32388FA321BFCCF90071B0B1 /* ExpandablePinLayoutCell.swift */,
|
|
);
|
|
path = Cells;
|
|
sourceTree = "<group>";
|
|
};
|
|
32388F9A21BF945B0071B0B1 /* Controllers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32E23C0121C2839200A823AA /* Base */,
|
|
32388F8921BF92CB0071B0B1 /* AutoLayoutViewController.swift */,
|
|
32388FA121BFBB480071B0B1 /* ManualLayoutViewController.swift */,
|
|
32388FA521BFCD210071B0B1 /* PinLayoutViewController.swift */,
|
|
32BDFE9621C15D2B00D0BBB4 /* MainViewController.swift */,
|
|
);
|
|
path = Controllers;
|
|
sourceTree = "<group>";
|
|
};
|
|
32BDFE8821C148B200D0BBB4 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32BDFE8921C148C800D0BBB4 /* String+Extensions.swift */,
|
|
32BDFE9021C1577700D0BBB4 /* UIApplication+Extensions.swift */,
|
|
32BDFE9821C164EF00D0BBB4 /* TableSection+Extensions.swift */,
|
|
32BDFE9A21C1650500D0BBB4 /* TableDirector+Extensions.swift */,
|
|
32BDFE9C21C1651F00D0BBB4 /* UIColor+Extensions.swift */,
|
|
);
|
|
path = Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
32BDFE8B21C14BFE00D0BBB4 /* Base */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32BDFE9421C157F700D0BBB4 /* BaseTableViewCell.swift */,
|
|
32BDFE8E21C14C5000D0BBB4 /* BaseExpandableCellViewModel.swift */,
|
|
);
|
|
path = Base;
|
|
sourceTree = "<group>";
|
|
};
|
|
32E23C0121C2839200A823AA /* Base */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
32E23C0221C2839C00A823AA /* BaseViewController.swift */,
|
|
);
|
|
path = Base;
|
|
sourceTree = "<group>";
|
|
};
|
|
3347BC9F36D94DBE14363564 /* Pods */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DD35513960B974E811CFE5C4 /* Pods-ExpandableCellDemo-ios.debug.xcconfig */,
|
|
E0AC067BDAA17DAF73F9EBEA /* Pods-ExpandableCellDemo-ios.release.xcconfig */,
|
|
);
|
|
name = Pods;
|
|
sourceTree = "<group>";
|
|
};
|
|
C20330FC79BE8ED33023EB48 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
7F74BB18C5164DACD530722E /* Pods_ExpandableCellDemo_ios.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
32388F8321BF92CB0071B0B1 /* ExpandableCellDemo-ios */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 32388F9621BF92CE0071B0B1 /* Build configuration list for PBXNativeTarget "ExpandableCellDemo-ios" */;
|
|
buildPhases = (
|
|
36AC0E77C2C64A59F7DBBDF0 /* [CP] Check Pods Manifest.lock */,
|
|
32388F8021BF92CB0071B0B1 /* Sources */,
|
|
32388F8121BF92CB0071B0B1 /* Frameworks */,
|
|
32388F8221BF92CB0071B0B1 /* Resources */,
|
|
D23A460189719CF36F51046D /* [CP] Embed Pods Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = "ExpandableCellDemo-ios";
|
|
productName = "ExpandableCellDemo-ios";
|
|
productReference = 32388F8421BF92CB0071B0B1 /* ExpandableCellDemo-ios.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
32388F7C21BF92CB0071B0B1 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastSwiftUpdateCheck = 1010;
|
|
LastUpgradeCheck = 1010;
|
|
ORGANIZATIONNAME = "Touch Instinct";
|
|
TargetAttributes = {
|
|
32388F8321BF92CB0071B0B1 = {
|
|
CreatedOnToolsVersion = 10.1;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 32388F7F21BF92CB0071B0B1 /* Build configuration list for PBXProject "ExpandableCellDemo-ios" */;
|
|
compatibilityVersion = "Xcode 9.3";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 32388F7B21BF92CB0071B0B1;
|
|
productRefGroup = 32388F8521BF92CB0071B0B1 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
32388F8321BF92CB0071B0B1 /* ExpandableCellDemo-ios */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
32388F8221BF92CB0071B0B1 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
32388F9221BF92CE0071B0B1 /* LaunchScreen.storyboard in Resources */,
|
|
32388F8F21BF92CE0071B0B1 /* Assets.xcassets in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
36AC0E77C2C64A59F7DBBDF0 /* [CP] Check Pods Manifest.lock */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
|
"${PODS_ROOT}/Manifest.lock",
|
|
);
|
|
name = "[CP] Check Pods Manifest.lock";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"$(DERIVED_FILE_DIR)/Pods-ExpandableCellDemo-ios-checkManifestLockResult.txt",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
D23A460189719CF36F51046D /* [CP] Embed Pods Frameworks */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputFileListPaths = (
|
|
);
|
|
inputPaths = (
|
|
"${PODS_ROOT}/Target Support Files/Pods-ExpandableCellDemo-ios/Pods-ExpandableCellDemo-ios-frameworks.sh",
|
|
"${BUILT_PRODUCTS_DIR}/PinLayout/PinLayout.framework",
|
|
"${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
|
|
"${BUILT_PRODUCTS_DIR}/TableKit/TableKit.framework",
|
|
);
|
|
name = "[CP] Embed Pods Frameworks";
|
|
outputFileListPaths = (
|
|
);
|
|
outputPaths = (
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PinLayout.framework",
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
|
|
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TableKit.framework",
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = /bin/sh;
|
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ExpandableCellDemo-ios/Pods-ExpandableCellDemo-ios-frameworks.sh\"\n";
|
|
showEnvVarsInLog = 0;
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
32388F8021BF92CB0071B0B1 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
32BDFE9121C1577700D0BBB4 /* UIApplication+Extensions.swift in Sources */,
|
|
32388F8A21BF92CB0071B0B1 /* AutoLayoutViewController.swift in Sources */,
|
|
32388FA621BFCD210071B0B1 /* PinLayoutViewController.swift in Sources */,
|
|
32BDFE9721C15D2B00D0BBB4 /* MainViewController.swift in Sources */,
|
|
32388FA421BFCCF90071B0B1 /* ExpandablePinLayoutCell.swift in Sources */,
|
|
32BDFE8F21C14C5000D0BBB4 /* BaseExpandableCellViewModel.swift in Sources */,
|
|
32BDFE9B21C1650500D0BBB4 /* TableDirector+Extensions.swift in Sources */,
|
|
32388F8821BF92CB0071B0B1 /* AppDelegate.swift in Sources */,
|
|
32BDFE8A21C148C800D0BBB4 /* String+Extensions.swift in Sources */,
|
|
32388FA021BFBA750071B0B1 /* ExpandableManualLayoutCell.swift in Sources */,
|
|
32BDFE9D21C1651F00D0BBB4 /* UIColor+Extensions.swift in Sources */,
|
|
32BDFE9521C157F700D0BBB4 /* BaseTableViewCell.swift in Sources */,
|
|
32BDFE9921C164EF00D0BBB4 /* TableSection+Extensions.swift in Sources */,
|
|
32E23C0321C2839C00A823AA /* BaseViewController.swift in Sources */,
|
|
32388F9E21BFBA3C0071B0B1 /* ExpandableAutolayoutCell.swift in Sources */,
|
|
32388FA221BFBB480071B0B1 /* ManualLayoutViewController.swift in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
32388F9021BF92CE0071B0B1 /* LaunchScreen.storyboard */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
32388F9121BF92CE0071B0B1 /* Base */,
|
|
);
|
|
name = LaunchScreen.storyboard;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
32388F9421BF92CE0071B0B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
MTL_FAST_MATH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
|
};
|
|
name = Debug;
|
|
};
|
|
32388F9521BF92CE0071B0B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_ANALYZER_NONNULL = YES;
|
|
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_ENABLE_OBJC_WEAK = YES;
|
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_COMMA = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu11;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
MTL_FAST_MATH = YES;
|
|
SDKROOT = iphoneos;
|
|
SWIFT_COMPILATION_MODE = wholemodule;
|
|
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
32388F9721BF92CE0071B0B1 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = DD35513960B974E811CFE5C4 /* Pods-ExpandableCellDemo-ios.debug.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = D4HA43V467;
|
|
INFOPLIST_FILE = "ExpandableCellDemo-ios/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.touchin.ExpandableCellDemo-ios";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.2;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Debug;
|
|
};
|
|
32388F9821BF92CE0071B0B1 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
baseConfigurationReference = E0AC067BDAA17DAF73F9EBEA /* Pods-ExpandableCellDemo-ios.release.xcconfig */;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
DEVELOPMENT_TEAM = D4HA43V467;
|
|
INFOPLIST_FILE = "ExpandableCellDemo-ios/Info.plist";
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"@executable_path/Frameworks",
|
|
);
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.touchin.ExpandableCellDemo-ios";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SWIFT_VERSION = 4.2;
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
32388F7F21BF92CB0071B0B1 /* Build configuration list for PBXProject "ExpandableCellDemo-ios" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
32388F9421BF92CE0071B0B1 /* Debug */,
|
|
32388F9521BF92CE0071B0B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
32388F9621BF92CE0071B0B1 /* Build configuration list for PBXNativeTarget "ExpandableCellDemo-ios" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
32388F9721BF92CE0071B0B1 /* Debug */,
|
|
32388F9821BF92CE0071B0B1 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 32388F7C21BF92CB0071B0B1 /* Project object */;
|
|
}
|