Fix extension version number
This commit is contained in:
parent
2275aec1e9
commit
826568226f
2 changed files with 1 additions and 2 deletions
|
|
@ -357,7 +357,6 @@
|
||||||
A2367B9A1EEFE1B300C8FE8B /* UtilsExtension.swift */,
|
A2367B9A1EEFE1B300C8FE8B /* UtilsExtension.swift */,
|
||||||
A28C66671EF10EC900A398A1 /* PasscodeExtensionDisplay.swift */,
|
A28C66671EF10EC900A398A1 /* PasscodeExtensionDisplay.swift */,
|
||||||
);
|
);
|
||||||
name = passExtension;
|
|
||||||
path = passExtension;
|
path = passExtension;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0</string>
|
<string>0.2.7</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>1</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue