RedMadRobot / figma-export

Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project
MIT License
719 stars 115 forks source link

pbxproj and xcscheme files are always modified #135

Closed agarcia-wish closed 2 years ago

agarcia-wish commented 2 years ago

Assets are located in a swift package and this is the definition for the yml file:

ios:
  # Path to xcodeproj
  xcodeprojPath: "./MyProject.xcodeproj"
  # # Xcode Target containing resources and corresponding swift code
  target: "Test"
  # # Absolute or relative path to the Assets.xcassets directory
  xcassetsPath: "InternalPackages/UI/Resources/Icons.xcassets"
  # # Is Assets.xcassets located in the main bundle?
  xcassetsInMainBundle: false
  # # [optional] Is Assets.xcassets located in a swift package? Default value is false.
  xcassetsInSwiftPackage: true

When I run figma-export pbxproj and xcscheme files for my project are modified.

subdan commented 2 years ago

I've fixed the issue. Please update to the 0.31.4 and check again.