@@ -263,7 +263,7 @@ def build_package(self):
263263 'displayImageURL' : display_image_url ,
264264 'fullSizeImageURL' : full_size_image_url ,
265265 }
266- # Permissions and their Justification Descriptions
266+ # Permissions and their Justification Descriptions
267267 local_network_usage_description = self .buildozer .config .getdefault (
268268 "app" , "ios.local_network_usage_description" , None )
269269 media_usage_description = self .buildozer .config .getdefault (
@@ -273,8 +273,7 @@ def build_package(self):
273273 viewcontroller_based_statusbar_appearance = self .buildozer .config .getdefault (
274274 "app" , "ios.viewcontroller_based_statusbar_appearance" , None )
275275
276-
277- #types
276+ # types
278277 custom_ext_types = self .buildozer .config .getdefault ("app" , "ios.app_extensions" , None )
279278
280279 if media_usage_description :
@@ -297,17 +296,16 @@ def build_package(self):
297296 'UTTypeDescription' : ext [3 ],
298297 'UTTypeIconFile' : ext [4 ],
299298 'UTTypeReferenceURL' : ext [5 ],
300- 'UTTypeTagSpecification' :{'public.filename-extension' : ext [0 ]},})
299+ 'UTTypeTagSpecification' : {'public.filename-extension' : ext [0 ]}, })
301300 plist ["CFBundleDocumentTypes" ].append ({
302301 "CFBundleTypeName" : ext [3 ],
303302 "CFBundleTypeIconFile" : ext [4 ],
304303 "CFBundleTypeRole" : "Editor" ,
305304 "LSHandlerRank" : "Owner" ,
306- "LSItemContentTypes" : [ext [2 ]],})
305+ "LSItemContentTypes" : [ext [2 ]], })
307306 plist ["LSSupportsOpeningDocumentsInPlace" ] = "NO"
308307 plist ["UISupportsDocumentBrowser" ] = "NO"
309308
310-
311309 # ok, write the modified plist.
312310 self .dump_plist_to_file (plist , plist_rfn )
313311
0 commit comments