teachers-assistant

[RADIOACTIVE] oh boy did i make bad apps back in the day
git clone git://git.figbert.com/teachers-assistant.git
Log | Files | Refs

Info.plist (2276B)


      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>Teachers' Assistant</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>APPL</string>
     19 	<key>CFBundleShortVersionString</key>
     20 	<string>1.0</string>
     21 	<key>CFBundleURLTypes</key>
     22 	<array>
     23 		<dict>
     24 			<key>CFBundleTypeRole</key>
     25 			<string>Editor</string>
     26 			<key>CFBundleURLSchemes</key>
     27 			<array>
     28 				<string>com.googleusercontent.apps.972154510182-o7q0uaps52kjs44driksc7jamo7olg2u</string>
     29 			</array>
     30 		</dict>
     31 	</array>
     32 	<key>CFBundleVersion</key>
     33 	<string>1</string>
     34 	<key>LSRequiresIPhoneOS</key>
     35 	<true/>
     36 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
     37 	<string>Teachers' Assistant requires location services to enable app features and prevent abuse</string>
     38 	<key>NSLocationAlwaysUsageDescription</key>
     39 	<string>Teachers' Assistant requires location services to enable app features and prevent abuse</string>
     40 	<key>NSLocationWhenInUseUsageDescription</key>
     41 	<string>Teachers' Assistant requires location services to enable app features and prevent abuse</string>
     42 	<key>UILaunchStoryboardName</key>
     43 	<string>LaunchScreen</string>
     44 	<key>UIMainStoryboardFile</key>
     45 	<string>Main</string>
     46 	<key>UIRequiredDeviceCapabilities</key>
     47 	<array>
     48 		<string>armv7</string>
     49 	</array>
     50 	<key>UISupportedInterfaceOrientations</key>
     51 	<array>
     52 		<string>UIInterfaceOrientationPortrait</string>
     53 		<string>UIInterfaceOrientationLandscapeLeft</string>
     54 		<string>UIInterfaceOrientationLandscapeRight</string>
     55 	</array>
     56 	<key>UISupportedInterfaceOrientations~ipad</key>
     57 	<array>
     58 		<string>UIInterfaceOrientationPortrait</string>
     59 		<string>UIInterfaceOrientationPortraitUpsideDown</string>
     60 		<string>UIInterfaceOrientationLandscapeLeft</string>
     61 		<string>UIInterfaceOrientationLandscapeRight</string>
     62 	</array>
     63 </dict>
     64 </plist>