We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e7ecb commit e04f01dCopy full SHA for e04f01d
src/TNSLocalPackage.ts
@@ -84,7 +84,7 @@ export class TNSLocalPackage implements ILocalPackage {
84
let buildTime: string;
85
// Note that this 'if' hardly justifies subclassing so we're not
86
if (isIOS) {
87
- const plist = utils.ios.getter(NSBundle, NSBundle.mainBundle).pathForResourceOfType(null, "plist");
+ const plist = NSBundle.mainBundle.pathForResourceOfType(null, "plist");
88
const fileDate = new fsa.FileSystemAccess().getLastModified(plist);
89
buildTime = "" + fileDate.getTime();
90
} else {
0 commit comments