MaatheusGois / lan-scanner

An iOS Lan Network Scanner in Swift Package Manager
MIT License
37 stars 17 forks source link

Load cache names mac #1

Open MaatheusGois opened 2 years ago

MaatheusGois commented 2 years ago

Every time this method returns nil, because the resource data con't be found in SPM

self.brandDictionary = [[NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource: @"data" ofType: @"plist"]] mutableCopy];