spotify / XCRemoteCache

Other
830 stars 53 forks source link

add the ability to use relative paths in the out_of_band_mappings parameter #77

Open DRybochkin opened 2 years ago

DRybochkin commented 2 years ago

add the ability to use relative paths in the out_of_band_mappings parameter for example 'out_of_band_mappings' => { 'SUPER_TARGET_SRCROOT' => '../SDK' } or 'out_of_band_mappings' => { 'SUPER_TARGET_SRCROOT' => '$(SDK_SRCROOT)' }