File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >2.1.126 </string >
20+ <string >2.1.127 </string >
2121 <key >CFBundleVersion </key >
22- <string >340 </string >
22+ <string >341 </string >
2323 <key >LSApplicationCategoryType </key >
2424 <string >public.app-category.productivity </string >
2525 <key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -93,6 +93,13 @@ class ApplicationSearcher: NSObject {
9393 let resourceValues = try url. resourceValues ( forKeys: Set ( isAliasResourceKey) )
9494 if resourceValues. isAliasFile! {
9595 url = try URL ( resolvingAliasFileAt: url)
96+ if !fileManager. fileExists ( atPath: url. path) {
97+ let bc = Breadcrumb ( level: . info, category: " custom " )
98+ let path = url. path
99+ bc. message = " Alias file at \( path) does not exist. "
100+ SentrySDK . addBreadcrumb ( bc)
101+ continue
102+ }
96103 }
97104 } catch {
98105 let bc = Breadcrumb ( level: . info, category: " custom " )
Original file line number Diff line number Diff line change 11{
22 "name" : " sol" ,
3- "version" : " 2.1.126 " ,
3+ "version" : " 2.1.127 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " react-native-macos start" ,
You can’t perform that action at this time.
0 commit comments