Yonat Sharon
Yonat Sharon
Ensures images are not included in "Compile Sources" build phase by adding `.swift` extension to the podspec `source_files`: ```ruby s.ios.source_files = 'Sources/**/*.swift' ``` Otherwise images appear both in the Sources...
I added support for storing the duration of a subscription product in MKStoreKitConfigs.plist, and later retrieving it using -subscriptionDurationForProduct: This is useful for presenting the price per month in a...
when running `generate` I get the following error: ``` $ xcode-build-times generate [CHART] Will copy chart to /Users/-deleted-details- /Library/Ruby/Gems/2.3.0/gems/xcode-build-times-0.1.1/lib/xcode-build-times.rb:107:in `generate_events_js': uninitialized constant XcodeBuildTimer::FileUtils (NameError) Did you mean? FileTest from /Library/Ruby/Gems/2.3.0/gems/xcode-build-times-0.1.1/bin/xcode-build-times:33:in...