From ca764fbf2402a980de6788875a8b70b84d4b2176 Mon Sep 17 00:00:00 2001 From: Pavan Kataria Date: Mon, 25 Feb 2019 22:26:41 +0000 Subject: [PATCH] fix: deleting more pods --- Example/Podfile | 14 - Example/Podfile.lock | 16 - .../SwiftDataTables.podspec.json | 26 - Example/Pods/Manifest.lock | 16 - Example/Pods/Pods.xcodeproj/project.pbxproj | 975 ------------------ .../contents.xcworkspacedata | 4 - .../Pods-SwiftDataTables_Example/Info.plist | 26 - ...taTables_Example-acknowledgements.markdown | 26 - ...tDataTables_Example-acknowledgements.plist | 58 -- .../Pods-SwiftDataTables_Example-dummy.m | 5 - ...Pods-SwiftDataTables_Example-frameworks.sh | 153 --- .../Pods-SwiftDataTables_Example-resources.sh | 118 --- .../Pods-SwiftDataTables_Example-umbrella.h | 16 - ...ods-SwiftDataTables_Example.debug.xcconfig | 11 - .../Pods-SwiftDataTables_Example.modulemap | 6 - ...s-SwiftDataTables_Example.release.xcconfig | 11 - .../Pods-SwiftDataTables_Tests/Info.plist | 26 - ...DataTables_Tests-acknowledgements.markdown | 3 - ...iftDataTables_Tests-acknowledgements.plist | 29 - .../Pods-SwiftDataTables_Tests-dummy.m | 5 - .../Pods-SwiftDataTables_Tests-frameworks.sh | 146 --- .../Pods-SwiftDataTables_Tests-resources.sh | 118 --- .../Pods-SwiftDataTables_Tests-umbrella.h | 16 - .../Pods-SwiftDataTables_Tests.debug.xcconfig | 8 - .../Pods-SwiftDataTables_Tests.modulemap | 6 - ...ods-SwiftDataTables_Tests.release.xcconfig | 8 - .../SwiftDataTables/Info.plist | 26 - .../SwiftDataTables/SwiftDataTables-dummy.m | 5 - .../SwiftDataTables-prefix.pch | 12 - .../SwiftDataTables-umbrella.h | 16 - .../SwiftDataTables/SwiftDataTables.modulemap | 6 - .../SwiftDataTables/SwiftDataTables.xcconfig | 10 - .../SwiftDataTables.xcodeproj/project.pbxproj | 28 - _Pods.xcodeproj | 1 - 34 files changed, 1950 deletions(-) delete mode 100755 Example/Podfile delete mode 100755 Example/Podfile.lock delete mode 100755 Example/Pods/Local Podspecs/SwiftDataTables.podspec.json delete mode 100755 Example/Pods/Manifest.lock delete mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj delete mode 100755 Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Info.plist delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.markdown delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.plist delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-dummy.m delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-frameworks.sh delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-resources.sh delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.debug.xcconfig delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.release.xcconfig delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Info.plist delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.markdown delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.plist delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-dummy.m delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-frameworks.sh delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-resources.sh delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.debug.xcconfig delete mode 100755 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.release.xcconfig delete mode 100644 Example/Pods/Target Support Files/SwiftDataTables/Info.plist delete mode 100755 Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-dummy.m delete mode 100755 Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch delete mode 100755 Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-umbrella.h delete mode 100755 Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.modulemap delete mode 100644 Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.xcconfig delete mode 120000 _Pods.xcodeproj diff --git a/Example/Podfile b/Example/Podfile deleted file mode 100755 index f854407..0000000 --- a/Example/Podfile +++ /dev/null @@ -1,14 +0,0 @@ -use_frameworks! - -target 'SwiftDataTables_Example' do - pod 'SwiftDataTables', :path => '../' - - target 'SwiftDataTables_Tests' do - inherit! :search_paths - -# pod 'Quick', '~> 1.0.0' -# pod 'Nimble', '~> 5.1.1' -# pod 'FBSnapshotTestCase' -# pod 'Nimble-Snapshots' - end -end diff --git a/Example/Podfile.lock b/Example/Podfile.lock deleted file mode 100755 index 6e2bdbe..0000000 --- a/Example/Podfile.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - SwiftDataTables (0.6.31) - -DEPENDENCIES: - - SwiftDataTables (from `../`) - -EXTERNAL SOURCES: - SwiftDataTables: - :path: "../" - -SPEC CHECKSUMS: - SwiftDataTables: bb53425fb44df8ab69f798d9b80648ee8641c36e - -PODFILE CHECKSUM: 117ac710a88fe801ecac2a925baa29b1107fef2e - -COCOAPODS: 1.5.3 diff --git a/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json b/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json deleted file mode 100755 index fa033e3..0000000 --- a/Example/Pods/Local Podspecs/SwiftDataTables.podspec.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "SwiftDataTables", - "version": "0.6.31", - "summary": "A Swift Data Table package that allows ordering, searching, and paging with extensible options.", - "description": "SwiftDataTables allows you to display grid-like data sets in a nicely formatted table for iOS. The main goal for the end-user are to be able to obtain useful information from the table as quickly as possible with the following features: ordering, searching, and paging; where as for the developer is to allow for easy implementation with extensible options. This package was inspired by Javascript's DataTables package.", - "homepage": "https://github.com/pavankataria/SwiftDataTables", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "pavankataria": "info@pavankataria.com" - }, - "source": { - "git": "https://github.com/pavankataria/SwiftDataTables.git", - "tag": "0.6.31" - }, - "platforms": { - "ios": "8.0" - }, - "pod_target_xcconfig": { - "SWIFT_VERSION": "4.1" - }, - "source_files": "SwiftDataTables/**/*", - "resources": "SwiftDataTables/SwiftDataTables.bundle" -} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock deleted file mode 100755 index 6e2bdbe..0000000 --- a/Example/Pods/Manifest.lock +++ /dev/null @@ -1,16 +0,0 @@ -PODS: - - SwiftDataTables (0.6.31) - -DEPENDENCIES: - - SwiftDataTables (from `../`) - -EXTERNAL SOURCES: - SwiftDataTables: - :path: "../" - -SPEC CHECKSUMS: - SwiftDataTables: bb53425fb44df8ab69f798d9b80648ee8641c36e - -PODFILE CHECKSUM: 117ac710a88fe801ecac2a925baa29b1107fef2e - -COCOAPODS: 1.5.3 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj deleted file mode 100644 index 7703d9d..0000000 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ /dev/null @@ -1,975 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 02E9EC04D7E920847C8FCA31CC750CDF /* column-sort-unspecified.png in Sources */ = {isa = PBXBuildFile; fileRef = 01BFF23CBAAE9C98AFC18054BFACF879 /* column-sort-unspecified.png */; }; - 07CE5BBBE3FE12C8FD1BF5322517E451 /* SwiftDataTableDataSourceAndDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FC0154FCC9259CEFD34B7DC38A6311B /* SwiftDataTableDataSourceAndDelegate.swift */; }; - 0B5D8C67E5B23E6AE8F630C52A10A8AE /* PaginationHeaderViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A65D9243597774B1BCA715B44E8740AB /* PaginationHeaderViewModel.swift */; }; - 0BA79985768693CE0C1B5945A6578862 /* SwiftDataTables-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE8176B86431756F2F92E00922401BB /* SwiftDataTables-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1FDDDFD0EFD66D2119217DFD2E551B62 /* SwiftDataTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B09A012637D251F561B6AD34069C1B0 /* SwiftDataTable.swift */; }; - 22033E6E2384ECA387F2109FF3E037DC /* DataCellViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FDAF7D302D9856389F7BAD3FE380D392 /* DataCellViewModel.swift */; }; - 2303D860F23EE6672CB41B9EC39AAB73 /* DataCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F882EEF451F0CE7B34C6C43D9D2C7734 /* DataCell.swift */; }; - 24FF4C1992030F1D5D17C8CF10275BDE /* column-sort-ascending.png in Sources */ = {isa = PBXBuildFile; fileRef = 47B90F53BE0DB04D3E3E9255BE3B40DF /* column-sort-ascending.png */; }; - 33C5143F457306F37C82C77D15A3E3F2 /* SwiftDataTableLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = C16124F7133D1F131A6933F5D40EB306 /* SwiftDataTableLayout.swift */; }; - 43658E980C2EA6F4B320D60E39BE16FD /* DataTableSearchTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD4EF5B8C472A97CF3C3FDCD2D4ABE84 /* DataTableSearchTextField.swift */; }; - 44DA37BC7C6502C1DC5AF69F4159124D /* SwiftDataTables.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D374366BFB4EC6A67EC6C42782657CF2 /* SwiftDataTables.bundle */; }; - 46DB918F6BA841786C44F8E68102CC1D /* Pods-SwiftDataTables_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0891CE13983D816CD5BC854D9BF86988 /* Pods-SwiftDataTables_Tests-dummy.m */; }; - 4F754BFC33D97376BC55FE2B3B1604A5 /* DataStructureModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F62E49DB1F62BC8AB6DBD4D34A98466 /* DataStructureModel.swift */; }; - 5BA0C66323B84766FAA3ED0EF9B67F42 /* DataTableValueType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31B4C393529D235D1DE32BF895A5EE4E /* DataTableValueType.swift */; }; - 5CBAE25CD4CF89A70C8DC7E67ABDC75D /* DataTableConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96DB716811F2DC5F284D675C46BEB8F8 /* DataTableConfiguration.swift */; }; - 696B5F6DF548B688D0F476AC47BF23AD /* DataHeaderFooter.xib in Sources */ = {isa = PBXBuildFile; fileRef = 112941F53790082D6360D9CA313ACF40 /* DataHeaderFooter.xib */; }; - 7FF0DBC49F278881E698D9F9344C1951 /* DataCell.xib in Sources */ = {isa = PBXBuildFile; fileRef = F05C6A5FA00E59E730B68124098BD561 /* DataCell.xib */; }; - 8A3AB8D957669A7AAA0051EF6261F288 /* Pods-SwiftDataTables_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0274511AB6D48D4832C759198CF2F0F /* Pods-SwiftDataTables_Example-dummy.m */; }; - 93112078DBED3DC03A881529306E99D6 /* MenuLengthHeaderViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B8180B135C5B4ECAC66AE1158F4A722 /* MenuLengthHeaderViewModel.swift */; }; - 952CC4B8E78C0BBCFC789F577676C569 /* SwiftDataTables-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E5086C44CCD37CD57336EB951642ADB /* SwiftDataTables-dummy.m */; }; - 9CF4E1E5331F2469F8C8EB82C288EFE5 /* DataTableSortType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0AA815F9A4CD0C0BCA5F4BDF6CDEB0B /* DataTableSortType.swift */; }; - A3BAD54FB34155FD15567A61E59EBF42 /* CollectionViewCellRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C9120948FC2E97BEA2AD50294F08819 /* CollectionViewCellRepresentable.swift */; }; - B40A97B13D58F4B9AB2035DC0A09D19B /* MenuLengthHeader.xib in Sources */ = {isa = PBXBuildFile; fileRef = EB7B5CBC0E6EDF29992B8302E0541A2A /* MenuLengthHeader.xib */; }; - B5D0505C7214918F6A1FF226348CEF70 /* DataHeaderFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87CC302379708FAF26BE5503A6551F7F /* DataHeaderFooter.swift */; }; - BC28550D8D5CF0A97340B24038CD231E /* DataHeaderFooterViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 536019A7C766F3E2F614E6D5A7FD6AC3 /* DataHeaderFooterViewModel.swift */; }; - BD08CFB6F4E951FF51C2AD6DA470B56A /* column-sort-descending.png in Sources */ = {isa = PBXBuildFile; fileRef = 17B176CC63B21E9114BAD3ED05BF3D6D /* column-sort-descending.png */; }; - BF1FB7BC77E2E1E3AD466CC5886D6884 /* Pods-SwiftDataTables_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B1D4A2233302B0910BECEA617ED76814 /* Pods-SwiftDataTables_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C1C9F206F62E558AD29376013F4EAD4F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; - D05D4093EBE5F0A459CCBB89011C4E81 /* DataCellRowRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4007A049498A05CA4068541AAF95091D /* DataCellRowRepresentable.swift */; }; - D189CBCB50D9D14848BEAA9ECEBF920D /* Pods-SwiftDataTables_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A92B59177E1DF2B6130012BE6A7C6D5 /* Pods-SwiftDataTables_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D5FF065B6AAA70796ECEBD51BE9F4126 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; - D63F64DE9646BE6AC6C4984819A27655 /* PaginationHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = E319FF0ADD47AF6ADEF6DD9D507481FF /* PaginationHeader.swift */; }; - DE32BAA489C3AAC1106934AFA260A85D /* MenuLengthHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4846DA9B2E397A03DB24CE7E4CEB41B9 /* MenuLengthHeader.swift */; }; - E2D2CE194D79B42F7854738E88D9960F /* PaginationHeader.xib in Sources */ = {isa = PBXBuildFile; fileRef = 7107FC4ADFD5CFED511B972CDEC52F4B /* PaginationHeader.xib */; }; - E91C43D078722FE440019839BBC8D33B /* VirtualPositionTrackable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3EF37D2D25A7EE5AEBC7FF32A47DE5 /* VirtualPositionTrackable.swift */; }; - EEDC78B6DD4232842662118398BA56EE /* DataStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22DD00214AAB6306F274A00FC3EB16A0 /* DataStore.swift */; }; - F07864411382AA4493CCDE6724BF0E7E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */; }; - F14F37DD9E24640B1B52A9D28E804254 /* DataTableSortable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A06F064768EB862F6D90AED1A6D9E02 /* DataTableSortable.swift */; }; - F3987B6730AA48E35BFBD3D19BC977F4 /* CollectionViewSupplementaryElementRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950B17288D8F022D6426DC5129DBFE85 /* CollectionViewSupplementaryElementRepresentable.swift */; }; - F74FA22C6E61B4C48E221FB0C088654F /* SwiftDataTable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C616619E6F1DEF134A4F3BBA44313CFB /* SwiftDataTable+Extensions.swift */; }; - FA1B6B1C431F441B59B7D4A829EB7357 /* DataCellLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15D687796CE586155BA0EBE149427C32 /* DataCellLayoutAttributes.swift */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 2AB95A23DD15DF7D6C9591EA867FBCF3 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = DB9135E647F6E0AF23C75A6AF46504CF; - remoteInfo = SwiftDataTables; - }; - 2BA7884FA616A9A00034D9F7F05D922A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 71E1D770C87C33036825B4E629DC1B2E; - remoteInfo = "Pods-SwiftDataTables_Example"; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 01BFF23CBAAE9C98AFC18054BFACF879 /* column-sort-unspecified.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; path = "column-sort-unspecified.png"; sourceTree = ""; }; - 0891CE13983D816CD5BC854D9BF86988 /* Pods-SwiftDataTables_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SwiftDataTables_Tests-dummy.m"; sourceTree = ""; }; - 0AE77659040935EAF35BB34D71479276 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - 0B8180B135C5B4ECAC66AE1158F4A722 /* MenuLengthHeaderViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MenuLengthHeaderViewModel.swift; sourceTree = ""; }; - 0F62E49DB1F62BC8AB6DBD4D34A98466 /* DataStructureModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataStructureModel.swift; sourceTree = ""; }; - 112941F53790082D6360D9CA313ACF40 /* DataHeaderFooter.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; path = DataHeaderFooter.xib; sourceTree = ""; }; - 15D687796CE586155BA0EBE149427C32 /* DataCellLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataCellLayoutAttributes.swift; sourceTree = ""; }; - 17B176CC63B21E9114BAD3ED05BF3D6D /* column-sort-descending.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; path = "column-sort-descending.png"; sourceTree = ""; }; - 1C9120948FC2E97BEA2AD50294F08819 /* CollectionViewCellRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CollectionViewCellRepresentable.swift; sourceTree = ""; }; - 22DD00214AAB6306F274A00FC3EB16A0 /* DataStore.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataStore.swift; sourceTree = ""; }; - 232DB47C4C799B33385928770246F74F /* Pods-SwiftDataTables_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwiftDataTables_Example-resources.sh"; sourceTree = ""; }; - 2737DC505F0D2640FFB9E91C202008BC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 29158CC156C493EA08E37581587B3E11 /* Pods-SwiftDataTables_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SwiftDataTables_Example-acknowledgements.plist"; sourceTree = ""; }; - 2A92B59177E1DF2B6130012BE6A7C6D5 /* Pods-SwiftDataTables_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SwiftDataTables_Example-umbrella.h"; sourceTree = ""; }; - 31B4C393529D235D1DE32BF895A5EE4E /* DataTableValueType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataTableValueType.swift; sourceTree = ""; }; - 32E19965C4FAD65C6F1B482D2E776843 /* Pods-SwiftDataTables_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwiftDataTables_Tests.release.xcconfig"; sourceTree = ""; }; - 336FF79E91B509B884DCB7CEEFDFC22E /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 38D25DFE1A7BA3EBEF02E167819CE42E /* Pods-SwiftDataTables_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwiftDataTables_Tests-frameworks.sh"; sourceTree = ""; }; - 4007A049498A05CA4068541AAF95091D /* DataCellRowRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataCellRowRepresentable.swift; sourceTree = ""; }; - 444A8A28D1BF8EB31CB48CA9C9972C8C /* SwiftDataTables.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftDataTables.modulemap; sourceTree = ""; }; - 4613CA48502FA10A6F55024FE252C680 /* Pods-SwiftDataTables_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwiftDataTables_Example-frameworks.sh"; sourceTree = ""; }; - 47B90F53BE0DB04D3E3E9255BE3B40DF /* column-sort-ascending.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; path = "column-sort-ascending.png"; sourceTree = ""; }; - 4846DA9B2E397A03DB24CE7E4CEB41B9 /* MenuLengthHeader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MenuLengthHeader.swift; sourceTree = ""; }; - 536019A7C766F3E2F614E6D5A7FD6AC3 /* DataHeaderFooterViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataHeaderFooterViewModel.swift; sourceTree = ""; }; - 5D3EF37D2D25A7EE5AEBC7FF32A47DE5 /* VirtualPositionTrackable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VirtualPositionTrackable.swift; sourceTree = ""; }; - 5D88A80CFFEF8CC67148487273BEF025 /* Pods-SwiftDataTables_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-SwiftDataTables_Tests-resources.sh"; sourceTree = ""; }; - 6A06F064768EB862F6D90AED1A6D9E02 /* DataTableSortable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataTableSortable.swift; sourceTree = ""; }; - 6B09A012637D251F561B6AD34069C1B0 /* SwiftDataTable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SwiftDataTable.swift; sourceTree = ""; }; - 7107FC4ADFD5CFED511B972CDEC52F4B /* PaginationHeader.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; path = PaginationHeader.xib; sourceTree = ""; }; - 76B4761F826568E1DA9EC320C3C7221D /* Pods-SwiftDataTables_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SwiftDataTables_Example-acknowledgements.markdown"; sourceTree = ""; }; - 7F341DF575DE3BCC4B68D4FC373A4ECA /* Pods-SwiftDataTables_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-SwiftDataTables_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 7FC0154FCC9259CEFD34B7DC38A6311B /* SwiftDataTableDataSourceAndDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SwiftDataTableDataSourceAndDelegate.swift; sourceTree = ""; }; - 867EFB0DEFEA7CA0EDEFAF4BB9FD8C85 /* Pods-SwiftDataTables_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SwiftDataTables_Example.modulemap"; sourceTree = ""; }; - 87CC302379708FAF26BE5503A6551F7F /* DataHeaderFooter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataHeaderFooter.swift; sourceTree = ""; }; - 8DE8176B86431756F2F92E00922401BB /* SwiftDataTables-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftDataTables-umbrella.h"; sourceTree = ""; }; - 9378CD1DC93CFEF29C395F60D1FD0A89 /* SwiftDataTables.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = SwiftDataTables.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 950B17288D8F022D6426DC5129DBFE85 /* CollectionViewSupplementaryElementRepresentable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CollectionViewSupplementaryElementRepresentable.swift; sourceTree = ""; }; - 96DB716811F2DC5F284D675C46BEB8F8 /* DataTableConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataTableConfiguration.swift; sourceTree = ""; }; - 9C520E0139094370E530D4155DD50D34 /* SwiftDataTables.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftDataTables.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9E5086C44CCD37CD57336EB951642ADB /* SwiftDataTables-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftDataTables-dummy.m"; sourceTree = ""; }; - A0AE506E920DEC2C5B90D390E00D7269 /* Pods-SwiftDataTables_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-SwiftDataTables_Tests.modulemap"; sourceTree = ""; }; - A0CEC78016A1359EA9B49D78402B650B /* Pods-SwiftDataTables_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-SwiftDataTables_Tests-acknowledgements.plist"; sourceTree = ""; }; - A65D9243597774B1BCA715B44E8740AB /* PaginationHeaderViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PaginationHeaderViewModel.swift; sourceTree = ""; }; - B1D4A2233302B0910BECEA617ED76814 /* Pods-SwiftDataTables_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-SwiftDataTables_Tests-umbrella.h"; sourceTree = ""; }; - C16124F7133D1F131A6933F5D40EB306 /* SwiftDataTableLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SwiftDataTableLayout.swift; sourceTree = ""; }; - C616619E6F1DEF134A4F3BBA44313CFB /* SwiftDataTable+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "SwiftDataTable+Extensions.swift"; sourceTree = ""; }; - C8AD02494BBD049377BA7380E8F39840 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - CCF0D8774286C8F8EF8B70546EB85B2D /* Pods-SwiftDataTables_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwiftDataTables_Example.release.xcconfig"; sourceTree = ""; }; - D0274511AB6D48D4832C759198CF2F0F /* Pods-SwiftDataTables_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-SwiftDataTables_Example-dummy.m"; sourceTree = ""; }; - D0AA815F9A4CD0C0BCA5F4BDF6CDEB0B /* DataTableSortType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataTableSortType.swift; sourceTree = ""; }; - D374366BFB4EC6A67EC6C42782657CF2 /* SwiftDataTables.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = SwiftDataTables.bundle; path = SwiftDataTables/SwiftDataTables.bundle; sourceTree = ""; }; - D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - D90526C0FB8FDD1F09DBC621177B7E9C /* Pods-SwiftDataTables_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwiftDataTables_Tests.debug.xcconfig"; sourceTree = ""; }; - DCBF60FEE1923C7B985EC53F708F36EE /* SwiftDataTables-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftDataTables-prefix.pch"; sourceTree = ""; }; - DD4EF5B8C472A97CF3C3FDCD2D4ABE84 /* DataTableSearchTextField.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataTableSearchTextField.swift; sourceTree = ""; }; - E21C461B530AD67F25FEECFC0649FF2E /* Pods-SwiftDataTables_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-SwiftDataTables_Example.debug.xcconfig"; sourceTree = ""; }; - E24BE19B14B640645B963B4771B90C1D /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E319FF0ADD47AF6ADEF6DD9D507481FF /* PaginationHeader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PaginationHeader.swift; sourceTree = ""; }; - EB7B5CBC0E6EDF29992B8302E0541A2A /* MenuLengthHeader.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; path = MenuLengthHeader.xib; sourceTree = ""; }; - F05C6A5FA00E59E730B68124098BD561 /* DataCell.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; path = DataCell.xib; sourceTree = ""; }; - F1E6302D8BD00564C7DA9C39CC93E7D0 /* SwiftDataTables.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftDataTables.xcconfig; sourceTree = ""; }; - F882EEF451F0CE7B34C6C43D9D2C7734 /* DataCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataCell.swift; sourceTree = ""; }; - FDAF7D302D9856389F7BAD3FE380D392 /* DataCellViewModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DataCellViewModel.swift; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 48191EBC043842CE6FCBC3E6F3DD6C0D /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - F07864411382AA4493CCDE6724BF0E7E /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 722F99B1B23ECBEC1F3F8B870BD994DE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D5FF065B6AAA70796ECEBD51BE9F4126 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BC634DEB7EAA85804BA44E88ED6E1C02 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - C1C9F206F62E558AD29376013F4EAD4F /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 051270AE601A98A6E1BB7B7D885B0A3C /* Resources */ = { - isa = PBXGroup; - children = ( - D374366BFB4EC6A67EC6C42782657CF2 /* SwiftDataTables.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 0A1478352DD098E059A563836FA80B2C /* Pods-SwiftDataTables_Tests */ = { - isa = PBXGroup; - children = ( - C8AD02494BBD049377BA7380E8F39840 /* Info.plist */, - A0AE506E920DEC2C5B90D390E00D7269 /* Pods-SwiftDataTables_Tests.modulemap */, - 7F341DF575DE3BCC4B68D4FC373A4ECA /* Pods-SwiftDataTables_Tests-acknowledgements.markdown */, - A0CEC78016A1359EA9B49D78402B650B /* Pods-SwiftDataTables_Tests-acknowledgements.plist */, - 0891CE13983D816CD5BC854D9BF86988 /* Pods-SwiftDataTables_Tests-dummy.m */, - 38D25DFE1A7BA3EBEF02E167819CE42E /* Pods-SwiftDataTables_Tests-frameworks.sh */, - 5D88A80CFFEF8CC67148487273BEF025 /* Pods-SwiftDataTables_Tests-resources.sh */, - B1D4A2233302B0910BECEA617ED76814 /* Pods-SwiftDataTables_Tests-umbrella.h */, - D90526C0FB8FDD1F09DBC621177B7E9C /* Pods-SwiftDataTables_Tests.debug.xcconfig */, - 32E19965C4FAD65C6F1B482D2E776843 /* Pods-SwiftDataTables_Tests.release.xcconfig */, - ); - name = "Pods-SwiftDataTables_Tests"; - path = "Target Support Files/Pods-SwiftDataTables_Tests"; - sourceTree = ""; - }; - 17D08274F89DDC8D8C16DCD68B336407 /* MenuLengthHeader */ = { - isa = PBXGroup; - children = ( - 4846DA9B2E397A03DB24CE7E4CEB41B9 /* MenuLengthHeader.swift */, - EB7B5CBC0E6EDF29992B8302E0541A2A /* MenuLengthHeader.xib */, - 0B8180B135C5B4ECAC66AE1158F4A722 /* MenuLengthHeaderViewModel.swift */, - ); - path = MenuLengthHeader; - sourceTree = ""; - }; - 20D38DB210CBECB25CC8CBDAFE4A352E /* PaginationHeader */ = { - isa = PBXGroup; - children = ( - E319FF0ADD47AF6ADEF6DD9D507481FF /* PaginationHeader.swift */, - 7107FC4ADFD5CFED511B972CDEC52F4B /* PaginationHeader.xib */, - A65D9243597774B1BCA715B44E8740AB /* PaginationHeaderViewModel.swift */, - ); - path = PaginationHeader; - sourceTree = ""; - }; - 3EA30FD8BA0E84FA7D17F0B678314CD7 /* Support Files */ = { - isa = PBXGroup; - children = ( - E24BE19B14B640645B963B4771B90C1D /* Info.plist */, - 444A8A28D1BF8EB31CB48CA9C9972C8C /* SwiftDataTables.modulemap */, - F1E6302D8BD00564C7DA9C39CC93E7D0 /* SwiftDataTables.xcconfig */, - 9E5086C44CCD37CD57336EB951642ADB /* SwiftDataTables-dummy.m */, - DCBF60FEE1923C7B985EC53F708F36EE /* SwiftDataTables-prefix.pch */, - 8DE8176B86431756F2F92E00922401BB /* SwiftDataTables-umbrella.h */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/SwiftDataTables"; - sourceTree = ""; - }; - 44D5347904CF754D6785B84253F2574A /* iOS */ = { - isa = PBXGroup; - children = ( - D6DFF15000AFE2A371BF499E7AFDA808 /* Foundation.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 4720CD4E4DC5889C299C9B612E93669A /* Development Pods */ = { - isa = PBXGroup; - children = ( - CBBC95C9DA71EE82D6F4373538B4371E /* SwiftDataTables */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 50C7E5BD9217D85A68BA52B73CC018EF /* DataCell */ = { - isa = PBXGroup; - children = ( - F882EEF451F0CE7B34C6C43D9D2C7734 /* DataCell.swift */, - F05C6A5FA00E59E730B68124098BD561 /* DataCell.xib */, - 15D687796CE586155BA0EBE149427C32 /* DataCellLayoutAttributes.swift */, - FDAF7D302D9856389F7BAD3FE380D392 /* DataCellViewModel.swift */, - ); - path = DataCell; - sourceTree = ""; - }; - 63D284A1C533672E8AA638DC3CA9EA3F /* HeaderFooter */ = { - isa = PBXGroup; - children = ( - 87CC302379708FAF26BE5503A6551F7F /* DataHeaderFooter.swift */, - 112941F53790082D6360D9CA313ACF40 /* DataHeaderFooter.xib */, - 536019A7C766F3E2F614E6D5A7FD6AC3 /* DataHeaderFooterViewModel.swift */, - ); - path = HeaderFooter; - sourceTree = ""; - }; - 79ADE866C6F23C51307C615836A88098 /* Extensions */ = { - isa = PBXGroup; - children = ( - C616619E6F1DEF134A4F3BBA44313CFB /* SwiftDataTable+Extensions.swift */, - ); - path = Extensions; - sourceTree = ""; - }; - 7DB346D0F39D3F0E887471402A8071AB = { - isa = PBXGroup; - children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 4720CD4E4DC5889C299C9B612E93669A /* Development Pods */, - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */, - BF3D0A2E35A9A4F129C10A8EC3A9C0C7 /* Products */, - 8558C28D56B0F1833537529A4873189A /* Targets Support Files */, - ); - sourceTree = ""; - }; - 8558C28D56B0F1833537529A4873189A /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - F354F30F13430D9EF412A64849F2DFF2 /* Pods-SwiftDataTables_Example */, - 0A1478352DD098E059A563836FA80B2C /* Pods-SwiftDataTables_Tests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 8C9F3642BCD3221F996D236664A305A4 /* Classes */ = { - isa = PBXGroup; - children = ( - 22DD00214AAB6306F274A00FC3EB16A0 /* DataStore.swift */, - 0F62E49DB1F62BC8AB6DBD4D34A98466 /* DataStructureModel.swift */, - 96DB716811F2DC5F284D675C46BEB8F8 /* DataTableConfiguration.swift */, - DD4EF5B8C472A97CF3C3FDCD2D4ABE84 /* DataTableSearchTextField.swift */, - 6A06F064768EB862F6D90AED1A6D9E02 /* DataTableSortable.swift */, - D0AA815F9A4CD0C0BCA5F4BDF6CDEB0B /* DataTableSortType.swift */, - 31B4C393529D235D1DE32BF895A5EE4E /* DataTableValueType.swift */, - 6B09A012637D251F561B6AD34069C1B0 /* SwiftDataTable.swift */, - C16124F7133D1F131A6933F5D40EB306 /* SwiftDataTableLayout.swift */, - 50C7E5BD9217D85A68BA52B73CC018EF /* DataCell */, - 79ADE866C6F23C51307C615836A88098 /* Extensions */, - 63D284A1C533672E8AA638DC3CA9EA3F /* HeaderFooter */, - 17D08274F89DDC8D8C16DCD68B336407 /* MenuLengthHeader */, - 20D38DB210CBECB25CC8CBDAFE4A352E /* PaginationHeader */, - A802F1D63A38EC52B47A7056C49DA0D5 /* Protocols */, - ); - name = Classes; - path = SwiftDataTables/Classes; - sourceTree = ""; - }; - A802F1D63A38EC52B47A7056C49DA0D5 /* Protocols */ = { - isa = PBXGroup; - children = ( - 1C9120948FC2E97BEA2AD50294F08819 /* CollectionViewCellRepresentable.swift */, - 950B17288D8F022D6426DC5129DBFE85 /* CollectionViewSupplementaryElementRepresentable.swift */, - 4007A049498A05CA4068541AAF95091D /* DataCellRowRepresentable.swift */, - 7FC0154FCC9259CEFD34B7DC38A6311B /* SwiftDataTableDataSourceAndDelegate.swift */, - 5D3EF37D2D25A7EE5AEBC7FF32A47DE5 /* VirtualPositionTrackable.swift */, - ); - path = Protocols; - sourceTree = ""; - }; - AFF6D2C2D4A91D6274943CF85CEDF814 /* SwiftDataTables.bundle */ = { - isa = PBXGroup; - children = ( - 47B90F53BE0DB04D3E3E9255BE3B40DF /* column-sort-ascending.png */, - 17B176CC63B21E9114BAD3ED05BF3D6D /* column-sort-descending.png */, - 01BFF23CBAAE9C98AFC18054BFACF879 /* column-sort-unspecified.png */, - ); - name = SwiftDataTables.bundle; - path = SwiftDataTables/SwiftDataTables.bundle; - sourceTree = ""; - }; - BC3CA7F9E30CC8F7E2DD044DD34432FC /* Frameworks */ = { - isa = PBXGroup; - children = ( - 44D5347904CF754D6785B84253F2574A /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - BF3D0A2E35A9A4F129C10A8EC3A9C0C7 /* Products */ = { - isa = PBXGroup; - children = ( - 9C520E0139094370E530D4155DD50D34 /* SwiftDataTables.framework */, - ); - name = Products; - sourceTree = ""; - }; - CBBC95C9DA71EE82D6F4373538B4371E /* SwiftDataTables */ = { - isa = PBXGroup; - children = ( - 8C9F3642BCD3221F996D236664A305A4 /* Classes */, - FECA8DF146D93669F05229F894D1A622 /* Pod */, - 051270AE601A98A6E1BB7B7D885B0A3C /* Resources */, - 3EA30FD8BA0E84FA7D17F0B678314CD7 /* Support Files */, - AFF6D2C2D4A91D6274943CF85CEDF814 /* SwiftDataTables.bundle */, - ); - name = SwiftDataTables; - path = ../..; - sourceTree = ""; - }; - F354F30F13430D9EF412A64849F2DFF2 /* Pods-SwiftDataTables_Example */ = { - isa = PBXGroup; - children = ( - 2737DC505F0D2640FFB9E91C202008BC /* Info.plist */, - 867EFB0DEFEA7CA0EDEFAF4BB9FD8C85 /* Pods-SwiftDataTables_Example.modulemap */, - 76B4761F826568E1DA9EC320C3C7221D /* Pods-SwiftDataTables_Example-acknowledgements.markdown */, - 29158CC156C493EA08E37581587B3E11 /* Pods-SwiftDataTables_Example-acknowledgements.plist */, - D0274511AB6D48D4832C759198CF2F0F /* Pods-SwiftDataTables_Example-dummy.m */, - 4613CA48502FA10A6F55024FE252C680 /* Pods-SwiftDataTables_Example-frameworks.sh */, - 232DB47C4C799B33385928770246F74F /* Pods-SwiftDataTables_Example-resources.sh */, - 2A92B59177E1DF2B6130012BE6A7C6D5 /* Pods-SwiftDataTables_Example-umbrella.h */, - E21C461B530AD67F25FEECFC0649FF2E /* Pods-SwiftDataTables_Example.debug.xcconfig */, - CCF0D8774286C8F8EF8B70546EB85B2D /* Pods-SwiftDataTables_Example.release.xcconfig */, - ); - name = "Pods-SwiftDataTables_Example"; - path = "Target Support Files/Pods-SwiftDataTables_Example"; - sourceTree = ""; - }; - FECA8DF146D93669F05229F894D1A622 /* Pod */ = { - isa = PBXGroup; - children = ( - 0AE77659040935EAF35BB34D71479276 /* LICENSE */, - 336FF79E91B509B884DCB7CEEFDFC22E /* README.md */, - 9378CD1DC93CFEF29C395F60D1FD0A89 /* SwiftDataTables.podspec */, - ); - name = Pod; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 88D98ECC0755C2A2B24CB1928100AA35 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D189CBCB50D9D14848BEAA9ECEBF920D /* Pods-SwiftDataTables_Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A3D56B92C14B0197ADE789566B9FACCF /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - BF1FB7BC77E2E1E3AD466CC5886D6884 /* Pods-SwiftDataTables_Tests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - A773D1415BD9C4ED1DDAC78C678CF5F4 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 0BA79985768693CE0C1B5945A6578862 /* SwiftDataTables-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 31C6394DCC739AFC22CAFFF0C97E019F /* Pods-SwiftDataTables_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 840B6395939EBA22E30E2C6A86DF5F93 /* Build configuration list for PBXNativeTarget "Pods-SwiftDataTables_Tests" */; - buildPhases = ( - A3D56B92C14B0197ADE789566B9FACCF /* Headers */, - F9C00AD771FEBFAC69B71D91B53CC9E6 /* Sources */, - BC634DEB7EAA85804BA44E88ED6E1C02 /* Frameworks */, - 2D3EC64C4D91E71C91BCBA0391CA7D2D /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 016577A8FB3C95433AF0722009FB6494 /* PBXTargetDependency */, - ); - name = "Pods-SwiftDataTables_Tests"; - productName = "Pods-SwiftDataTables_Tests"; - productType = "com.apple.product-type.framework"; - }; - 71E1D770C87C33036825B4E629DC1B2E /* Pods-SwiftDataTables_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = F1B3A1D3FEB108B9B87E913DE8DD3C66 /* Build configuration list for PBXNativeTarget "Pods-SwiftDataTables_Example" */; - buildPhases = ( - 88D98ECC0755C2A2B24CB1928100AA35 /* Headers */, - D0D0A899C8ADF33C21D60B61BA24BFEC /* Sources */, - 722F99B1B23ECBEC1F3F8B870BD994DE /* Frameworks */, - ECBD3F4E4897B4598BEA331AA90A6655 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - BC7CFCD2BDAD23572E614418A778D887 /* PBXTargetDependency */, - ); - name = "Pods-SwiftDataTables_Example"; - productName = "Pods-SwiftDataTables_Example"; - productType = "com.apple.product-type.framework"; - }; - DB9135E647F6E0AF23C75A6AF46504CF /* SwiftDataTables */ = { - isa = PBXNativeTarget; - buildConfigurationList = 176ED9A90399BC5A65035D1C2826344C /* Build configuration list for PBXNativeTarget "SwiftDataTables" */; - buildPhases = ( - A773D1415BD9C4ED1DDAC78C678CF5F4 /* Headers */, - 4E0844200431F688A7D37A7B3A68CCF3 /* Sources */, - 48191EBC043842CE6FCBC3E6F3DD6C0D /* Frameworks */, - 1A1133007F028164CF3E8BECBA6E5F27 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftDataTables; - productName = SwiftDataTables; - productReference = 9C520E0139094370E530D4155DD50D34 /* SwiftDataTables.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0930; - LastUpgradeCheck = 0930; - TargetAttributes = { - DB9135E647F6E0AF23C75A6AF46504CF = { - LastSwiftMigration = 1010; - }; - }; - }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "_Pods" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = BF3D0A2E35A9A4F129C10A8EC3A9C0C7 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 71E1D770C87C33036825B4E629DC1B2E /* Pods-SwiftDataTables_Example */, - 31C6394DCC739AFC22CAFFF0C97E019F /* Pods-SwiftDataTables_Tests */, - DB9135E647F6E0AF23C75A6AF46504CF /* SwiftDataTables */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 1A1133007F028164CF3E8BECBA6E5F27 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 44DA37BC7C6502C1DC5AF69F4159124D /* SwiftDataTables.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2D3EC64C4D91E71C91BCBA0391CA7D2D /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - ECBD3F4E4897B4598BEA331AA90A6655 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4E0844200431F688A7D37A7B3A68CCF3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - A3BAD54FB34155FD15567A61E59EBF42 /* CollectionViewCellRepresentable.swift in Sources */, - F3987B6730AA48E35BFBD3D19BC977F4 /* CollectionViewSupplementaryElementRepresentable.swift in Sources */, - 24FF4C1992030F1D5D17C8CF10275BDE /* column-sort-ascending.png in Sources */, - BD08CFB6F4E951FF51C2AD6DA470B56A /* column-sort-descending.png in Sources */, - 02E9EC04D7E920847C8FCA31CC750CDF /* column-sort-unspecified.png in Sources */, - 2303D860F23EE6672CB41B9EC39AAB73 /* DataCell.swift in Sources */, - 7FF0DBC49F278881E698D9F9344C1951 /* DataCell.xib in Sources */, - FA1B6B1C431F441B59B7D4A829EB7357 /* DataCellLayoutAttributes.swift in Sources */, - D05D4093EBE5F0A459CCBB89011C4E81 /* DataCellRowRepresentable.swift in Sources */, - 22033E6E2384ECA387F2109FF3E037DC /* DataCellViewModel.swift in Sources */, - B5D0505C7214918F6A1FF226348CEF70 /* DataHeaderFooter.swift in Sources */, - 696B5F6DF548B688D0F476AC47BF23AD /* DataHeaderFooter.xib in Sources */, - BC28550D8D5CF0A97340B24038CD231E /* DataHeaderFooterViewModel.swift in Sources */, - EEDC78B6DD4232842662118398BA56EE /* DataStore.swift in Sources */, - 4F754BFC33D97376BC55FE2B3B1604A5 /* DataStructureModel.swift in Sources */, - 5CBAE25CD4CF89A70C8DC7E67ABDC75D /* DataTableConfiguration.swift in Sources */, - 43658E980C2EA6F4B320D60E39BE16FD /* DataTableSearchTextField.swift in Sources */, - F14F37DD9E24640B1B52A9D28E804254 /* DataTableSortable.swift in Sources */, - 9CF4E1E5331F2469F8C8EB82C288EFE5 /* DataTableSortType.swift in Sources */, - 5BA0C66323B84766FAA3ED0EF9B67F42 /* DataTableValueType.swift in Sources */, - DE32BAA489C3AAC1106934AFA260A85D /* MenuLengthHeader.swift in Sources */, - B40A97B13D58F4B9AB2035DC0A09D19B /* MenuLengthHeader.xib in Sources */, - 93112078DBED3DC03A881529306E99D6 /* MenuLengthHeaderViewModel.swift in Sources */, - D63F64DE9646BE6AC6C4984819A27655 /* PaginationHeader.swift in Sources */, - E2D2CE194D79B42F7854738E88D9960F /* PaginationHeader.xib in Sources */, - 0B5D8C67E5B23E6AE8F630C52A10A8AE /* PaginationHeaderViewModel.swift in Sources */, - F74FA22C6E61B4C48E221FB0C088654F /* SwiftDataTable+Extensions.swift in Sources */, - 1FDDDFD0EFD66D2119217DFD2E551B62 /* SwiftDataTable.swift in Sources */, - 07CE5BBBE3FE12C8FD1BF5322517E451 /* SwiftDataTableDataSourceAndDelegate.swift in Sources */, - 33C5143F457306F37C82C77D15A3E3F2 /* SwiftDataTableLayout.swift in Sources */, - 952CC4B8E78C0BBCFC789F577676C569 /* SwiftDataTables-dummy.m in Sources */, - E91C43D078722FE440019839BBC8D33B /* VirtualPositionTrackable.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0D0A899C8ADF33C21D60B61BA24BFEC /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8A3AB8D957669A7AAA0051EF6261F288 /* Pods-SwiftDataTables_Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F9C00AD771FEBFAC69B71D91B53CC9E6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 46DB918F6BA841786C44F8E68102CC1D /* Pods-SwiftDataTables_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 016577A8FB3C95433AF0722009FB6494 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Pods-SwiftDataTables_Example"; - target = 71E1D770C87C33036825B4E629DC1B2E /* Pods-SwiftDataTables_Example */; - targetProxy = 2BA7884FA616A9A00034D9F7F05D922A /* PBXContainerItemProxy */; - }; - BC7CFCD2BDAD23572E614418A778D887 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftDataTables; - target = DB9135E647F6E0AF23C75A6AF46504CF /* SwiftDataTables */; - targetProxy = 2AB95A23DD15DF7D6C9591EA867FBCF3 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 2AA35BFAEE9D3ED4646CFD01332031F8 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D90526C0FB8FDD1F09DBC621177B7E9C /* Pods-SwiftDataTables_Tests.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-SwiftDataTables_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 636F0C75159F637FE2B513E492690F09 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E21C461B530AD67F25FEECFC0649FF2E /* Pods-SwiftDataTables_Example.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-SwiftDataTables_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 7505837AD403B59EB5164F5E0B41065E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 32E19965C4FAD65C6F1B482D2E776843 /* Pods-SwiftDataTables_Tests.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-SwiftDataTables_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 85B95B1234E227C814CCC2C7902D0916 /* 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_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - 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_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=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 = 8.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.2; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Release; - }; - A71AF2355D75668D701229970F11C151 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1E6302D8BD00564C7DA9C39CC93E7D0 /* SwiftDataTables.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftDataTables/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftDataTables/SwiftDataTables.modulemap"; - PRODUCT_MODULE_NAME = SwiftDataTables; - PRODUCT_NAME = SwiftDataTables; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - A73625DEBD810B78234FA1958C191C8C /* 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_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - 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 = ( - "POD_CONFIGURATION_DEBUG=1", - "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 = 8.0; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - F03A9F3B2A632CB0D80C43B331E758F2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CCF0D8774286C8F8EF8B70546EB85B2D /* Pods-SwiftDataTables_Example.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-SwiftDataTables_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - F0B88BBAF2954E1987DDFCAB73B12C58 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F1E6302D8BD00564C7DA9C39CC93E7D0 /* SwiftDataTables.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftDataTables/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/SwiftDataTables/SwiftDataTables.modulemap"; - PRODUCT_MODULE_NAME = SwiftDataTables; - PRODUCT_NAME = SwiftDataTables; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 176ED9A90399BC5A65035D1C2826344C /* Build configuration list for PBXNativeTarget "SwiftDataTables" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F0B88BBAF2954E1987DDFCAB73B12C58 /* Debug */, - A71AF2355D75668D701229970F11C151 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "_Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - A73625DEBD810B78234FA1958C191C8C /* Debug */, - 85B95B1234E227C814CCC2C7902D0916 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 840B6395939EBA22E30E2C6A86DF5F93 /* Build configuration list for PBXNativeTarget "Pods-SwiftDataTables_Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2AA35BFAEE9D3ED4646CFD01332031F8 /* Debug */, - 7505837AD403B59EB5164F5E0B41065E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - F1B3A1D3FEB108B9B87E913DE8DD3C66 /* Build configuration list for PBXNativeTarget "Pods-SwiftDataTables_Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 636F0C75159F637FE2B513E492690F09 /* Debug */, - F03A9F3B2A632CB0D80C43B331E758F2 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; -} diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100755 index 94b2795..0000000 --- a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Info.plist b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Info.plist deleted file mode 100755 index 2243fe6..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.markdown deleted file mode 100755 index f9cd66c..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.markdown +++ /dev/null @@ -1,26 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: - -## SwiftDataTables - -Copyright (c) 2017 pavankataria - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - -Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.plist deleted file mode 100755 index 124310e..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-acknowledgements.plist +++ /dev/null @@ -1,58 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Copyright (c) 2017 pavankataria <kataria.pavan@gmail.com> - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. - - License - MIT - Title - SwiftDataTables - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-dummy.m b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-dummy.m deleted file mode 100755 index 8bf43d9..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_SwiftDataTables_Example : NSObject -@end -@implementation PodsDummy_Pods_SwiftDataTables_Example -@end diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-frameworks.sh deleted file mode 100755 index 4caf93d..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-frameworks.sh +++ /dev/null @@ -1,153 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored framework -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - if [ -r "$source" ]; then - # Copy the dSYM into a the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .framework.dSYM "$source")" - binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then - strip_invalid_archs "$binary" - fi - - if [[ $STRIP_BINARY_RETVAL == 1 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" - fi - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - STRIP_BINARY_RETVAL=0 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=1 -} - - -if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/SwiftDataTables/SwiftDataTables.framework" -fi -if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "${BUILT_PRODUCTS_DIR}/SwiftDataTables/SwiftDataTables.framework" -fi -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-resources.sh b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-resources.sh deleted file mode 100755 index 345301f..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-resources.sh +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then - # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy - # resources to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -case "${TARGETED_DEVICE_FAMILY:-}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" || true - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - else - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" - fi -fi diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-umbrella.h deleted file mode 100755 index 90244a9..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_SwiftDataTables_ExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_SwiftDataTables_ExampleVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.debug.xcconfig deleted file mode 100644 index 054a507..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.debug.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables/SwiftDataTables.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftDataTables" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap deleted file mode 100755 index 4811a98..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_SwiftDataTables_Example { - umbrella header "Pods-SwiftDataTables_Example-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.release.xcconfig deleted file mode 100644 index 054a507..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.release.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables/SwiftDataTables.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "SwiftDataTables" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Info.plist deleted file mode 100755 index 2243fe6..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 1.0.0 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.markdown deleted file mode 100755 index 102af75..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.markdown +++ /dev/null @@ -1,3 +0,0 @@ -# Acknowledgements -This application makes use of the following third party libraries: -Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.plist deleted file mode 100755 index 7acbad1..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-acknowledgements.plist +++ /dev/null @@ -1,29 +0,0 @@ - - - - - PreferenceSpecifiers - - - FooterText - This application makes use of the following third party libraries: - Title - Acknowledgements - Type - PSGroupSpecifier - - - FooterText - Generated by CocoaPods - https://cocoapods.org - Title - - Type - PSGroupSpecifier - - - StringsTable - Acknowledgements - Title - Acknowledgements - - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-dummy.m deleted file mode 100755 index 95f8e75..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_SwiftDataTables_Tests : NSObject -@end -@implementation PodsDummy_Pods_SwiftDataTables_Tests -@end diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-frameworks.sh deleted file mode 100755 index 08e3eaa..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-frameworks.sh +++ /dev/null @@ -1,146 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored framework -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # Use filter instead of exclude so missing patterns don't throw errors. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - if [ -r "$source" ]; then - # Copy the dSYM into a the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .framework.dSYM "$source")" - binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then - strip_invalid_archs "$binary" - fi - - if [[ $STRIP_BINARY_RETVAL == 1 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" - fi - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - STRIP_BINARY_RETVAL=0 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=1 -} - -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-resources.sh deleted file mode 100755 index 345301f..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-resources.sh +++ /dev/null @@ -1,118 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then - # If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy - # resources to, so exit 0 (signalling the script phase was successful). - exit 0 -fi - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -case "${TARGETED_DEVICE_FAMILY:-}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - 4) - TARGET_DEVICE_ARGS="--target-device watch" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" || true - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "${XCASSET_FILES:-}" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - if [ -z ${ASSETCATALOG_COMPILER_APPICON_NAME+x} ]; then - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - else - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" --app-icon "${ASSETCATALOG_COMPILER_APPICON_NAME}" --output-partial-info-plist "${TARGET_TEMP_DIR}/assetcatalog_generated_info_cocoapods.plist" - fi -fi diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-umbrella.h deleted file mode 100755 index 3dbbe28..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double Pods_SwiftDataTables_TestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_SwiftDataTables_TestsVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.debug.xcconfig deleted file mode 100644 index af88056..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.debug.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables/SwiftDataTables.framework/Headers" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap deleted file mode 100755 index 995e82b..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_SwiftDataTables_Tests { - umbrella header "Pods-SwiftDataTables_Tests-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.release.xcconfig deleted file mode 100644 index af88056..0000000 --- a/Example/Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.release.xcconfig +++ /dev/null @@ -1,8 +0,0 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables/SwiftDataTables.framework/Headers" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_PODFILE_DIR_PATH = ${SRCROOT}/. -PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/SwiftDataTables/Info.plist b/Example/Pods/Target Support Files/SwiftDataTables/Info.plist deleted file mode 100644 index 68e0b5d..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.6.31 - CFBundleSignature - ???? - CFBundleVersion - ${CURRENT_PROJECT_VERSION} - NSPrincipalClass - - - diff --git a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-dummy.m b/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-dummy.m deleted file mode 100755 index 42a6db6..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_SwiftDataTables : NSObject -@end -@implementation PodsDummy_SwiftDataTables -@end diff --git a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch b/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch deleted file mode 100755 index beb2a24..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-prefix.pch +++ /dev/null @@ -1,12 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - diff --git a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-umbrella.h b/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-umbrella.h deleted file mode 100755 index 2336c72..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables-umbrella.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifdef __OBJC__ -#import -#else -#ifndef FOUNDATION_EXPORT -#if defined(__cplusplus) -#define FOUNDATION_EXPORT extern "C" -#else -#define FOUNDATION_EXPORT extern -#endif -#endif -#endif - - -FOUNDATION_EXPORT double SwiftDataTablesVersionNumber; -FOUNDATION_EXPORT const unsigned char SwiftDataTablesVersionString[]; - diff --git a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.modulemap b/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.modulemap deleted file mode 100755 index a4ad965..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module SwiftDataTables { - umbrella header "SwiftDataTables-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.xcconfig b/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.xcconfig deleted file mode 100644 index d12d3ce..0000000 --- a/Example/Pods/Target Support Files/SwiftDataTables/SwiftDataTables.xcconfig +++ /dev/null @@ -1,10 +0,0 @@ -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SwiftDataTables -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -SWIFT_VERSION = 4.1 diff --git a/Example/SwiftDataTables.xcodeproj/project.pbxproj b/Example/SwiftDataTables.xcodeproj/project.pbxproj index 54b1c76..24a816d 100644 --- a/Example/SwiftDataTables.xcodeproj/project.pbxproj +++ b/Example/SwiftDataTables.xcodeproj/project.pbxproj @@ -89,10 +89,6 @@ 607FACE51AFB9204008FA782 /* SwiftDataTables_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftDataTables_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 757EF188D22DBACA6CE9D49C /* Pods-SwiftDataTables_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftDataTables_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.debug.xcconfig"; sourceTree = ""; }; - 776C66EDD196D1AFE38BB82F /* Pods-SwiftDataTables_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftDataTables_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.release.xcconfig"; sourceTree = ""; }; - 9F256AB137A0214B765522F8 /* Pods-SwiftDataTables_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftDataTables_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftDataTables_Example/Pods-SwiftDataTables_Example.debug.xcconfig"; sourceTree = ""; }; - E1E2C421370D3CFB2097E599 /* Pods-SwiftDataTables_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftDataTables_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-SwiftDataTables_Tests/Pods-SwiftDataTables_Tests.release.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -113,17 +109,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E0C5D4736C4A75792415F5 /* Pods */ = { - isa = PBXGroup; - children = ( - 9F256AB137A0214B765522F8 /* Pods-SwiftDataTables_Example.debug.xcconfig */, - 776C66EDD196D1AFE38BB82F /* Pods-SwiftDataTables_Example.release.xcconfig */, - 757EF188D22DBACA6CE9D49C /* Pods-SwiftDataTables_Tests.debug.xcconfig */, - E1E2C421370D3CFB2097E599 /* Pods-SwiftDataTables_Tests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; 0583155D2224644B004B4478 /* SwiftDataTables */ = { isa = PBXGroup; children = ( @@ -223,8 +208,6 @@ 607FACD21AFB9204008FA782 /* DemoSwiftDataTables */, 607FACE81AFB9204008FA782 /* Tests */, 607FACD11AFB9204008FA782 /* Products */, - 00E0C5D4736C4A75792415F5 /* Pods */, - 7F711228D1243DED726EA769 /* Frameworks */, ); sourceTree = ""; }; @@ -279,13 +262,6 @@ name = "Supporting Files"; sourceTree = ""; }; - 7F711228D1243DED726EA769 /* Frameworks */ = { - isa = PBXGroup; - children = ( - ); - name = Frameworks; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -555,7 +531,6 @@ }; 607FACF01AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9F256AB137A0214B765522F8 /* Pods-SwiftDataTables_Example.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -582,7 +557,6 @@ }; 607FACF11AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 776C66EDD196D1AFE38BB82F /* Pods-SwiftDataTables_Example.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -608,7 +582,6 @@ }; 607FACF31AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 757EF188D22DBACA6CE9D49C /* Pods-SwiftDataTables_Tests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; DEVELOPMENT_TEAM = R85C7FUGTC; @@ -627,7 +600,6 @@ }; 607FACF41AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E1E2C421370D3CFB2097E599 /* Pods-SwiftDataTables_Tests.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; DEVELOPMENT_TEAM = R85C7FUGTC; diff --git a/_Pods.xcodeproj b/_Pods.xcodeproj deleted file mode 120000 index 3c5a8e7..0000000 --- a/_Pods.xcodeproj +++ /dev/null @@ -1 +0,0 @@ -Example/Pods/Pods.xcodeproj \ No newline at end of file