

Nextrek
@ 789
Nextrek / iOS / SafariArte / trunk / SafariArte / Info.plist
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 |
<?xml version="1.0" encoding="UTF-8"?> <!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>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>$(PRODUCT_NAME)</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>0.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLSchemes</key> <array> <string>fb1666347030264852</string> </array> </dict> </array> <key>CFBundleVersion</key> <string>032</string> <key>Fabric</key> <dict> <key>APIKey</key> <string>e98a4f638664fb6db34a8831f9cadcf56ae1fbff</string> <key>Kits</key> <array> <dict> <key>KitInfo</key> <dict/> <key>KitName</key> <string>Crashlytics</string> </dict> </array> </dict> <key>FacebookAppID</key> <string>1666347030264852</string> <key>FacebookDisplayName</key> <string>Safari D'arte</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> <dict> <key>svm19842.vps.tagadab.it</key> <dict> <key>NSIncludesSubdomains</key> <true/> <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> <true/> <key>NSTemporaryExceptionMinimumTLSVersion</key> <string>TLSv1.1</string> </dict> </dict> </dict> <key>NSLocationAlwaysUsageDescription</key> <string>GEOLOCATION</string> <key>NSLocationUsageDescription</key> <string>GEOLOCATION</string> <key>NSLocationWhenInUseUsageDescription</key> <string>GEOLOCATION</string> <key>UIRequiredDeviceCapabilities</key> <array> <string>armv7</string> </array> <key>UIStatusBarHidden</key> <true/> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> </array> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> </dict> </plist> |
Commits for Nextrek/iOS/SafariArte/trunk/SafariArte/Info.plist
Revision | Author | Commited | Message |
---|---|---|---|
789
![]() |
![]() |
Wed 30 Sep, 2015 10:29:27 +0000 | v.1 b.032 |
786
![]() |
![]() |
Mon 28 Sep, 2015 12:41:38 +0000 | v.1 b.030 |
753
![]() |
![]() |
Wed 16 Sep, 2015 20:54:25 +0000 | fixe bug |
742
![]() |
![]() |
Wed 16 Sep, 2015 09:15:34 +0000 | changed userImage , distanceToMeImage & message facebook. |
726
![]() |
![]() |
Thu 10 Sep, 2015 14:43:14 +0000 | fixed bug |
724
![]() |
![]() |
Wed 09 Sep, 2015 06:42:24 +0000 | fixed sent score route & final valutation |
702
![]() |
![]() |
Mon 07 Sep, 2015 14:32:11 +0000 | modified size font alertVC |
694
![]() |
![]() |
Mon 07 Sep, 2015 06:20:53 +0000 | |
668
![]() |
![]() |
Fri 04 Sep, 2015 10:52:23 +0000 | fixed bug |
655 |
![]() |
Wed 02 Sep, 2015 13:34:39 +0000 | added final valutation |