Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 deletions Resources/AppInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>CodexLimits</string>
<key>CFBundleIdentifier</key>
<string>com.pugalol.codexlimits</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>CodexLimits.icns</string>
<key>CFBundleName</key>
<string>Codex Limits</string>
<key>CFBundleDisplayName</key>
<string>Codex Limits</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticTermination</key>
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Codex Limits</string>
<key>CFBundleExecutable</key>
<string>CodexLimits</string>
<key>CFBundleIconFile</key>
<string>CodexLimits.icns</string>
<key>CFBundleIdentifier</key>
<string>com.pugalol.codexlimits</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Codex Limits</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSSupportsAutomaticTermination</key>
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
</dict>
</plist>
62 changes: 31 additions & 31 deletions Resources/WidgetInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>CodexLimitsWidgetExtension</string>
<key>CFBundleIdentifier</key>
<string>com.pugalol.codexlimits.widget</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleIconFile</key>
<string>CodexLimits.icns</string>
<key>CFBundleName</key>
<string>Codex Limits Widget</string>
<key>CFBundleDisplayName</key>
<string>Codex Limits</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleShortVersionString</key>
<string>0.2.2</string>
<key>CFBundleVersion</key>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.widgetkit-extension</string>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Codex Limits</string>
<key>CFBundleExecutable</key>
<string>CodexLimitsWidgetExtension</string>
<key>CFBundleIconFile</key>
<string>CodexLimits.icns</string>
<key>CFBundleIdentifier</key>
<string>com.pugalol.codexlimits.widget</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Codex Limits Widget</string>
<key>CFBundlePackageType</key>
<string>XPC!</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.widgetkit-extension</string>
</dict>
</dict>
</plist>
Loading