File tree Expand file tree Collapse file tree
Browserino/Views/Preferences Expand file tree Collapse file tree Original file line number Diff line number Diff line change 425425 "$(inherited)",
426426 "@executable_path/../Frameworks",
427427 );
428- MARKETING_VERSION = 1.1.7;
428+ MARKETING_VERSION = " 1.1.7+1" ;
429429 PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.Browserino;
430430 PRODUCT_NAME = "$(TARGET_NAME)";
431431 SWIFT_EMIT_LOC_STRINGS = YES;
459459 "$(inherited)",
460460 "@executable_path/../Frameworks",
461461 );
462- MARKETING_VERSION = 1.1.7;
462+ MARKETING_VERSION = " 1.1.7+1" ;
463463 PRODUCT_BUNDLE_IDENTIFIER = xyz.alexstrnik.Browserino;
464464 PRODUCT_NAME = "$(TARGET_NAME)";
465465 SWIFT_EMIT_LOC_STRINGS = YES;
Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ struct RuleForm: View {
8888 }
8989
9090 var body : some View {
91- let bundle = rule. map { Bundle ( url: $0. app) ! }
92-
9391 Form {
9492 Section (
9593 header: Text ( " General " )
@@ -132,7 +130,7 @@ struct RuleForm: View {
132130 }
133131 }
134132
135- if let bundle {
133+ if let bundle = url . map ( { Bundle ( url : $0 ) ! } ) {
136134 Text ( " \( bundle. infoDictionary![ " CFBundleName " ] as! String ) " )
137135 . padding ( . horizontal, 5 )
138136 . font ( . callout)
You can’t perform that action at this time.
0 commit comments