- Timestamp:
- Sep 18, 2018 3:36:38 PM (2 years ago)
- Branches:
- master
- Children:
- f76874a
- Parents:
- 1bddf55
- Location:
- launchers/macosx
- Files:
-
- 25 added
- 1 deleted
- 1 edited
- 20 moved
Legend:
- Unmodified
- Added
- Removed
-
launchers/macosx/I2PLauncher/Info.plist
r1bddf55 r7615b92 4 4 <dict> 5 5 <key>CFBundleDevelopmentRegion</key> 6 <string> English</string>6 <string>$(DEVELOPMENT_LANGUAGE)</string> 7 7 <key>CFBundleExecutable</key> 8 <string>I2PLauncher</string> 9 <key>NSHumanReadableCopyright</key> 10 <string>Public Domain</string> 11 <key>CFBundleGetInfoString</key> 12 <string>0.9.35-experimental</string> 8 <string>$(EXECUTABLE_NAME)</string> 13 9 <key>CFBundleIconFile</key> 14 <string> images/AppIcon.icns</string>10 <string></string> 15 11 <key>CFBundleIdentifier</key> 16 <string> net.i2p.launcher</string>12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 17 13 <key>CFBundleInfoDictionaryVersion</key> 18 14 <string>6.0</string> 19 15 <key>CFBundleName</key> 20 <string> I2P</string>16 <string>$(PRODUCT_NAME)</string> 21 17 <key>CFBundlePackageType</key> 22 18 <string>APPL</string> 23 19 <key>CFBundleShortVersionString</key> 24 <string>0.0.1</string> 25 <key>CFBundleSignature</key> 26 <string>I2P</string> 20 <string>1.0</string> 21 <key>CFBundleURLTypes</key> 22 <array> 23 <dict> 24 <key>CFBundleTypeRole</key> 25 <string>Editor</string> 26 <key>CFBundleURLIconFile</key> 27 <string>ItoopieTransparent</string> 28 <key>CFBundleURLName</key> 29 <string>http+i2p</string> 30 <key>CFBundleURLSchemes</key> 31 <array> 32 <string>http+i2p</string> 33 </array> 34 </dict> 35 </array> 27 36 <key>CFBundleVersion</key> 28 <string>0.0.1</string> 29 <key>NSUserNotificationAlertStyle</key> 30 <string>alert</string> 37 <string>1</string> 38 <key>LSMinimumSystemVersion</key> 39 <string>$(MACOSX_DEPLOYMENT_TARGET)</string> 40 <key>LSUIElement</key> 41 <true/> 31 42 <key>NSAppleScriptEnabled</key> 32 43 <true/> 33 <key>CGDisableCoalescedUpdates</key> 34 <true/> 35 <key>LSMinimumSystemVersion</key> 36 <string>10.5</string> 37 <key>CFBundleDisplayName</key> 38 <string>I2P</string> 39 <key>LSMinimumSystemVersionByArchitecture</key> 40 <dict> 41 <key>i386</key> 42 <string>10.5.0</string> 43 <key>x86_64</key> 44 <string>10.6.0</string> 45 </dict> 46 <key>LSUIElement</key> 47 <string>1</string> 44 <key>NSHumanReadableCopyright</key> 45 <string>Copyright © 2018 The I2P Project. All rights reserved.</string> 46 <key>NSMainNibFile</key> 47 <string>UserInterfaces</string> 48 <key>NSPrincipalClass</key> 49 <string>NSApplication</string> 50 <key>NSServices</key> 51 <array> 52 <dict/> 53 </array> 48 54 </dict> 49 55 </plist>
Note: See TracChangeset
for help on using the changeset viewer.