crossmate

A collaborative crossword app for iOS
Log | Files | Refs | LICENSE

Info.plist (1046B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      3 <plist version="1.0">
      4 <dict>
      5 	<key>CFBundleDevelopmentRegion</key>
      6 	<string>$(DEVELOPMENT_LANGUAGE)</string>
      7 	<key>CFBundleDisplayName</key>
      8 	<string>Crossmate Notification Service</string>
      9 	<key>CFBundleExecutable</key>
     10 	<string>$(EXECUTABLE_NAME)</string>
     11 	<key>CFBundleIdentifier</key>
     12 	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
     13 	<key>CFBundleInfoDictionaryVersion</key>
     14 	<string>6.0</string>
     15 	<key>CFBundleName</key>
     16 	<string>$(PRODUCT_NAME)</string>
     17 	<key>CFBundlePackageType</key>
     18 	<string>XPC!</string>
     19 	<key>CFBundleShortVersionString</key>
     20 	<string>1.0.0</string>
     21 	<key>CFBundleVersion</key>
     22 	<string>$(CURRENT_PROJECT_VERSION)</string>
     23 	<key>NSExtension</key>
     24 	<dict>
     25 		<key>NSExtensionPointIdentifier</key>
     26 		<string>com.apple.usernotifications.service</string>
     27 		<key>NSExtensionPrincipalClass</key>
     28 		<string>$(PRODUCT_MODULE_NAME).NotificationService</string>
     29 	</dict>
     30 </dict>
     31 </plist>