diff --git a/BWSwipeRevealCell.xcodeproj/project.pbxproj b/BWSwipeRevealCell.xcodeproj/project.pbxproj index 585f467..7c44f4a 100644 --- a/BWSwipeRevealCell.xcodeproj/project.pbxproj +++ b/BWSwipeRevealCell.xcodeproj/project.pbxproj @@ -18,8 +18,34 @@ 752EDC871BF65880007ED36D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 752EDC851BF65880007ED36D /* LaunchScreen.storyboard */; }; 752EDC8D1BF659C7007ED36D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 752EDC8C1BF659C7007ED36D /* Assets.xcassets */; }; 752EDC8F1BF65C68007ED36D /* example.gif in Resources */ = {isa = PBXBuildFile; fileRef = 752EDC8E1BF65C68007ED36D /* example.gif */; }; + 75ABE4201C0F88AD00F42894 /* BWSwipeRevealCell.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 752EDC601BF64B5B007ED36D /* BWSwipeRevealCell.framework */; }; + 75ABE4221C0F8AF300F42894 /* BWSwipeRevealCell.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 752EDC601BF64B5B007ED36D /* BWSwipeRevealCell.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 75ABE4231C0F8AF300F42894 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 752EDC571BF64B5B007ED36D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 752EDC5F1BF64B5B007ED36D; + remoteInfo = BWSwipeRevealCell; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 75ABE4251C0F8AF300F42894 /* Embed Frameworks */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 75ABE4221C0F8AF300F42894 /* BWSwipeRevealCell.framework in Embed Frameworks */, + ); + name = "Embed Frameworks"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 752EDC601BF64B5B007ED36D /* BWSwipeRevealCell.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BWSwipeRevealCell.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 752EDC631BF64B5B007ED36D /* BWSwipeRevealCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BWSwipeRevealCell.h; sourceTree = ""; }; @@ -50,6 +76,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 75ABE4201C0F88AD00F42894 /* BWSwipeRevealCell.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -140,10 +167,12 @@ 752EDC711BF65880007ED36D /* Sources */, 752EDC721BF65880007ED36D /* Frameworks */, 752EDC731BF65880007ED36D /* Resources */, + 75ABE4251C0F8AF300F42894 /* Embed Frameworks */, ); buildRules = ( ); dependencies = ( + 75ABE4241C0F8AF300F42894 /* PBXTargetDependency */, ); name = BWSwipeRevealCellExample; productName = BWSwipeRevealCellExample; @@ -231,6 +260,14 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 75ABE4241C0F8AF300F42894 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 752EDC5F1BF64B5B007ED36D /* BWSwipeRevealCell */; + targetProxy = 75ABE4231C0F8AF300F42894 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin PBXVariantGroup section */ 752EDC801BF65880007ED36D /* Main.storyboard */ = { isa = PBXVariantGroup; @@ -376,6 +413,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; INFOPLIST_FILE = BWSwipeRevealCellExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = ca.bitwit.BWSwipeRevealCellExample; @@ -387,6 +425,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; INFOPLIST_FILE = BWSwipeRevealCellExample/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = ca.bitwit.BWSwipeRevealCellExample; @@ -422,6 +461,7 @@ 752EDC8A1BF65880007ED36D /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ diff --git a/BWSwipeRevealCell.xcodeproj/project.xcworkspace/xcuserdata/kylenewsome.xcuserdatad/UserInterfaceState.xcuserstate b/BWSwipeRevealCell.xcodeproj/project.xcworkspace/xcuserdata/kylenewsome.xcuserdatad/UserInterfaceState.xcuserstate index 00b5bab..8562e3c 100644 Binary files a/BWSwipeRevealCell.xcodeproj/project.xcworkspace/xcuserdata/kylenewsome.xcuserdatad/UserInterfaceState.xcuserstate and b/BWSwipeRevealCell.xcodeproj/project.xcworkspace/xcuserdata/kylenewsome.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/Contents.json b/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/Contents.json index af65e4e..90170e0 100644 --- a/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/Contents.json +++ b/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/Contents.json @@ -2,6 +2,7 @@ "images" : [ { "idiom" : "universal", + "filename" : "delete-md.png", "scale" : "1x" }, { diff --git a/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/delete-md.png b/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/delete-md.png new file mode 100644 index 0000000..3a5180b Binary files /dev/null and b/BWSwipeRevealCellExample/Assets.xcassets/Delete.imageset/delete-md.png differ diff --git a/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/Contents.json b/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/Contents.json index d81369d..e3b1cbc 100644 --- a/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/Contents.json +++ b/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/Contents.json @@ -2,6 +2,7 @@ "images" : [ { "idiom" : "universal", + "filename" : "check-md.png", "scale" : "1x" }, { diff --git a/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/check-md.png b/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/check-md.png new file mode 100644 index 0000000..937b32f Binary files /dev/null and b/BWSwipeRevealCellExample/Assets.xcassets/Done.imageset/check-md.png differ