initial support for nanoseconds

This commit is contained in:
2023-01-23 20:51:03 -08:00
parent 9fcd64581d
commit cfc75c2ce7
4 changed files with 68 additions and 53 deletions

View File

@@ -11,19 +11,19 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>0.0.5</string>
<string>2022.12.22</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.5</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.0.5</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 Christopher Newton. All rights reserved.</string>
<string>Hi</string>
<key>NSPrincipalClass</key>
<string>EpochFlipClock</string>
</dict>