diff --git a/Example/Podfile b/Example/Podfile index 0b9fb5c..7956d45 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -3,5 +3,5 @@ platform :ios, '11.0' target 'Example' do use_frameworks! - pod 'FigmaExport', :path => "../" + pod 'FigmaExport' end diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 0bcf869..6ca52c0 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -2,15 +2,15 @@ PODS: - FigmaExport (0.10.5) DEPENDENCIES: - - FigmaExport (from `../`) + - FigmaExport -EXTERNAL SOURCES: - FigmaExport: - :path: "../" +SPEC REPOS: + trunk: + - FigmaExport SPEC CHECKSUMS: FigmaExport: 8b3c40b57cac6383e6537d296366c47d92446da9 -PODFILE CHECKSUM: 8fcd44c62d4f35c9b620482391b3dc4424f9796e +PODFILE CHECKSUM: 5f4def1cc7339d6f13a38b29b1a86d1548750fad COCOAPODS: 1.9.3 diff --git a/Example/Pods/FigmaExport/Release/figma-export b/Example/Pods/FigmaExport/Release/figma-export index a47682e..7536f40 100755 Binary files a/Example/Pods/FigmaExport/Release/figma-export and b/Example/Pods/FigmaExport/Release/figma-export differ diff --git a/Example/Pods/Local Podspecs/FigmaExport.podspec.json b/Example/Pods/Local Podspecs/FigmaExport.podspec.json deleted file mode 100644 index 7a9cf90..0000000 --- a/Example/Pods/Local Podspecs/FigmaExport.podspec.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "FigmaExport", - "version": "0.10.5", - "summary": "Command line utility to export colors, icons and images from Figma to Xcode / Android Studio project.", - "homepage": "https://github.com/RedMadRobot/figma-export", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "Daniil Subbotin": "mail@subdan.ru" - }, - "source": { - "http": "https://github.com/RedMadRobot/figma-export/releases/download/0.10.5/figma-export.zip" - }, - "preserve_paths": "*", - "platforms": { - "osx": null, - "ios": null, - "tvos": null, - "watchos": null - } -} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 0bcf869..6ca52c0 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -2,15 +2,15 @@ PODS: - FigmaExport (0.10.5) DEPENDENCIES: - - FigmaExport (from `../`) + - FigmaExport -EXTERNAL SOURCES: - FigmaExport: - :path: "../" +SPEC REPOS: + trunk: + - FigmaExport SPEC CHECKSUMS: FigmaExport: 8b3c40b57cac6383e6537d296366c47d92446da9 -PODFILE CHECKSUM: 8fcd44c62d4f35c9b620482391b3dc4424f9796e +PODFILE CHECKSUM: 5f4def1cc7339d6f13a38b29b1a86d1548750fad COCOAPODS: 1.9.3 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index c87f0e3..6a158e0 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -25,7 +25,7 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 5FE79209A30B90F1CE7218953A4CEE76 /* PBXContainerItemProxy */ = { + 7066A356498C7CE9393339299F83CA9E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -39,17 +39,14 @@ 1F667CC0E19EAF34E5A4119E2121F585 /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Example.framework; path = "Pods-Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 3212113385A8FBBDB272BD23C409FF61 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 37E86C8334F06C336630A870A0B2E62F /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.debug.xcconfig"; sourceTree = ""; }; - 3DDD09A2AF1A2AEBED8DB64A7CD7F6AD /* FigmaExport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FigmaExport.debug.xcconfig; sourceTree = ""; }; + 48231A2BCA8EB88D3FBDCB82421A98C1 /* FigmaExport.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FigmaExport.debug.xcconfig; sourceTree = ""; }; 6A5BCFDC8A0BFCCF78D79352ECBE4D05 /* Pods-Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Example-acknowledgements.markdown"; sourceTree = ""; }; - 6BFA5D315D974A34E99C77E18115BF8D /* FigmaExport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FigmaExport.release.xcconfig; sourceTree = ""; }; - 7732583749AA892A233BBB045190AFFF /* FigmaExport.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = FigmaExport.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A26EC3A56CC4AB6876A51526A56D550E /* Pods-Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Example-umbrella.h"; sourceTree = ""; }; A38A5498DFA72D80A29954DFC52440DA /* Pods-Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Example-Info.plist"; sourceTree = ""; }; - E06BF3FA17ED935D7F6EEB113C72F551 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - ED748EA759ECFEA9D38334454D8E1546 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; F136FFE8A9F77E570AF1D4CFBD7CF333 /* Pods-Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Example-dummy.m"; sourceTree = ""; }; F6DFA99DC01ECBD1B15702F1B1072C87 /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Example.release.xcconfig"; sourceTree = ""; }; + F764013C114128F718694E7480CEEB6E /* FigmaExport.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FigmaExport.release.xcconfig; sourceTree = ""; }; FBD7B424DDE770E7C3C54A67A1E95C3C /* Pods-Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Example.modulemap"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -65,24 +62,22 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 09B60E43E8F21F3465507EEE85E03F4D /* Support Files */ = { + 145AB7CB8FF951AF592C72D91BBF604F /* Pods */ = { isa = PBXGroup; children = ( - 3DDD09A2AF1A2AEBED8DB64A7CD7F6AD /* FigmaExport.debug.xcconfig */, - 6BFA5D315D974A34E99C77E18115BF8D /* FigmaExport.release.xcconfig */, + BDB03DE7647B02ACFD45C4A159E693C4 /* FigmaExport */, ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/FigmaExport"; + name = Pods; sourceTree = ""; }; - 0F8CEAA228E8AB7FDFAE9F6859C30A21 /* FigmaExport */ = { + 3C25F3C60B912EF129963450D0840B12 /* Support Files */ = { isa = PBXGroup; children = ( - 56FE84E2CB78A8CDCDFFAF67C6F73616 /* Pod */, - 09B60E43E8F21F3465507EEE85E03F4D /* Support Files */, + 48231A2BCA8EB88D3FBDCB82421A98C1 /* FigmaExport.debug.xcconfig */, + F764013C114128F718694E7480CEEB6E /* FigmaExport.release.xcconfig */, ); - name = FigmaExport; - path = ../..; + name = "Support Files"; + path = "../Target Support Files/FigmaExport"; sourceTree = ""; }; 49D89C83FB6D80909E7AB878478AEF24 /* Pods-Example */ = { @@ -101,16 +96,6 @@ path = "Target Support Files/Pods-Example"; sourceTree = ""; }; - 56FE84E2CB78A8CDCDFFAF67C6F73616 /* Pod */ = { - isa = PBXGroup; - children = ( - 7732583749AA892A233BBB045190AFFF /* FigmaExport.podspec */, - ED748EA759ECFEA9D38334454D8E1546 /* LICENSE */, - E06BF3FA17ED935D7F6EEB113C72F551 /* README.md */, - ); - name = Pod; - sourceTree = ""; - }; 6175F76A709D89A745234C5440684C67 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -119,12 +104,13 @@ name = "Targets Support Files"; sourceTree = ""; }; - 637F5BA3DFB060427993068B84220F2F /* Development Pods */ = { + BDB03DE7647B02ACFD45C4A159E693C4 /* FigmaExport */ = { isa = PBXGroup; children = ( - 0F8CEAA228E8AB7FDFAE9F6859C30A21 /* FigmaExport */, + 3C25F3C60B912EF129963450D0840B12 /* Support Files */, ); - name = "Development Pods"; + name = FigmaExport; + path = FigmaExport; sourceTree = ""; }; C0834CEBB1379A84116EF29F93051C60 /* iOS */ = { @@ -139,8 +125,8 @@ isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 637F5BA3DFB060427993068B84220F2F /* Development Pods */, D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, + 145AB7CB8FF951AF592C72D91BBF604F /* Pods */, F3FF89D6E7299BC19CC5D532AB71AAAA /* Products */, 6175F76A709D89A745234C5440684C67 /* Targets Support Files */, ); @@ -188,7 +174,7 @@ buildRules = ( ); dependencies = ( - 8A045C989BB5B250D3256E2EF9EDE759 /* PBXTargetDependency */, + B8B0F8B7FF709EEA32DBC0E773A0CA58 /* PBXTargetDependency */, ); name = "Pods-Example"; productName = "Pods-Example"; @@ -245,11 +231,11 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 8A045C989BB5B250D3256E2EF9EDE759 /* PBXTargetDependency */ = { + B8B0F8B7FF709EEA32DBC0E773A0CA58 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FigmaExport; target = 3BA943DE56B26F51C68DF4AD3D03ECB0 /* FigmaExport */; - targetProxy = 5FE79209A30B90F1CE7218953A4CEE76 /* PBXContainerItemProxy */; + targetProxy = 7066A356498C7CE9393339299F83CA9E /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -316,7 +302,7 @@ }; 3FEBB9C6AD55C400CEBB58FDC31D7E18 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DDD09A2AF1A2AEBED8DB64A7CD7F6AD /* FigmaExport.debug.xcconfig */; + baseConfigurationReference = 48231A2BCA8EB88D3FBDCB82421A98C1 /* FigmaExport.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -370,7 +356,7 @@ }; 9D4C18C176E214ADFB8972A04ED34B01 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6BFA5D315D974A34E99C77E18115BF8D /* FigmaExport.release.xcconfig */; + baseConfigurationReference = F764013C114128F718694E7480CEEB6E /* FigmaExport.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; diff --git a/Example/Pods/Target Support Files/FigmaExport/FigmaExport.debug.xcconfig b/Example/Pods/Target Support Files/FigmaExport/FigmaExport.debug.xcconfig index e823852..ed30dea 100644 --- a/Example/Pods/Target Support Files/FigmaExport/FigmaExport.debug.xcconfig +++ b/Example/Pods/Target Support Files/FigmaExport/FigmaExport.debug.xcconfig @@ -3,7 +3,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FigmaExport PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/FigmaExport/FigmaExport.release.xcconfig b/Example/Pods/Target Support Files/FigmaExport/FigmaExport.release.xcconfig index e823852..ed30dea 100644 --- a/Example/Pods/Target Support Files/FigmaExport/FigmaExport.release.xcconfig +++ b/Example/Pods/Target Support Files/FigmaExport/FigmaExport.release.xcconfig @@ -3,7 +3,7 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FigmaExport PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/fastlane/report.xml b/Example/fastlane/report.xml index 20bc02d..cdf54f9 100644 --- a/Example/fastlane/report.xml +++ b/Example/fastlane/report.xml @@ -5,14 +5,14 @@ - + - + - +