File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
ReleaseTooling/Sources/ZipBuilder Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,15 @@ extension CarthageUtils {
250
250
withVersion version: String ,
251
251
to location: URL ) {
252
252
let ver = version. components ( separatedBy: " - " ) [ 0 ] // remove any version suffix.
253
+
254
+ // TODO(paulb777): Does MinimumOSVersion or anything else need
255
+ // to be adapted for other platforms?
253
256
let plist : [ String : String ] = [ " CFBundleIdentifier " : " com.firebase.Firebase- \( name) " ,
254
257
" CFBundleInfoDictionaryVersion " : " 6.0 " ,
255
258
" CFBundlePackageType " : " FMWK " ,
256
259
" CFBundleVersion " : ver,
260
+ " CFBundleShortVersionString " : ver,
261
+ " MinimumOSVersion " : Platform . iOS. minimumVersion,
257
262
" DTSDKName " : " iphonesimulator11.2 " ,
258
263
" CFBundleExecutable " : name,
259
264
" CFBundleName " : name]
You can’t perform that action at this time.
0 commit comments