7 pagesV  « < 5 6 7 »  
 
REPLY
> Applications for ios 6xx - requiring ios 7 | put what becomes ...
master7902
Message#1
06.01.14, 22:33
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

In this topic, I post two methods on how to install an application on ios 6, even though they require ios 7 and supplement the list of applications that can be installed !!!!!

can be installed by two methods

1st is the editing of "SystemVersion.plist" in the file system on the way - system / libery / core servis

2nd is the editing of "Info.plist" in the application itself (much easier, safer and more effective in that aytyuns does not ask for authorization of the computer) first download the program -plistset.exe
download the application, rename it - "name.ipa.zip", go through the path payload / name.app / and edit Info.plist
examples of how it looks below !!!!

list of applications-
(the list will be supplemented with your help while I post the ones I encountered)

Dead trigger 2
Taxi Ukraine electronic catalog
Laminar
APB Retribution
Violett
Final fantasy IV
Ridge Racer v1.0.6applications for ios 6xx - requiring ios 7 (Post # 30297456)
Office Mobile 1.1.0

example info.plist
<? 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>BuildMachineOSBuild</ key>
<string>12F37</ string>
<key>CFBundleDevelopmentRegion</ key>
<string>en</ string>
<key>CFBundleDisplayName</ key>
<string>Dead trigger 2</ string>
<key>CFBundleExecutable</ key>
<string>deadtrigger2</ string>
<key>CFBundleIconFile</ key>
<string>Icon.png</ string>
<key>CFBundleIconFiles</ key>
<array>
<string>ICO_120</ string>
<string>Icon.png</ string>
<string>[email protected]</ string>
<string>Icon-72.png</ string>
<string>Icon-144.png</ string>
</ array>
<key>CFBundleIconFiles ~ ipad</ key>
<array>
<string>ICO_152</ string>
<string>ICO_76</ string>
<string>ICO_120</ string>
<string>Icon.png</ string>
<string>[email protected]</ string>
<string>Icon-72.png</ string>
<string>Icon-144.png</ string>
</ array>
<key>CFBundleIdentifier</ key>
<string>com.madfingergames.deadtrigger2</ string>
<key>CFBundleInfoDictionaryVersion</ key>
<string>6.0</ string>
<key>CFBundleName</ key>
<string>deadtrigger2</ string>
<key>CFBundlePackageType</ key>
<string>APPL</ string>
<key>CFBundleResourceSpecification</ key>
<string>ResourceRules.plist</ string>
<key>CFBundleShortVersionString</ key>
<string>0.3.0</ string>
<key>CFBundleSupportedPlatforms</ key>
<array>
<string>iPhoneOS</ string>
</ array>
<key>CFBundleURLTypes</ key>
<array>
<dict>
<key>CFBundleURLSchemes</ key>
<array>
<string>fb463319163784205</ string>
</ array>
</ dict>
</ array>
<key>CFBundleVersion</ key>
<string>0.3.0</ string>
<key>DTCompiler</ key>
<string>com.apple.compilers.llvm.clang.1_0</ string>
<key>DTPlatformBuild</ key>
<string>10B144</ string>
<key>DTPlatformName</ key>
<string>iphoneos</ string>
<key>DTPlatformVersion</ key>
<string>6.1</ string>
<key>DTSDKBuild</ key>
<string>10B144</ string>
<key>DTSDKName</ key>
<string>iphoneos7.0</ string>
<key>DTXcode</ key>
<string>0502</ string>
<key>DTXcodeBuild</ key>
<string>5A3005</ string>
<key>Facebookappid</ key>
<string>463319163784205</ string>
<key>FacebookDisplayName</ key>
<string>Dead trigger 2</ string>
<key>LSRequiresIPhoneOS</ key>
<true />
<key>MinimumOSVersion</ key>
<string>6.1</ string>
<key>Pushwoosh_APPID</ key>
<string>922D9-766BA</ string>
<key>UIApplicationExitsOnSuspend</ key>
<false />
<key>UIDeviceFamily</ key>
<array>
<integer>1</ integer>
<integer>2</ integer>
</ array>
<key>UIFileSharingEnabled</ key>
<false />
<key>UIInterfaceOrientation</ key>
<string>UIInterfaceOrientationLandscapeRight</ string>
<key>UILaunchImages ~ ipad</ key>
<array>
<dict>
<key>UILaunchImageMinimumOSVersion</ key>
<string>6.1</ string>
<key>UILaunchImageName</ key>
<string>Default-Landscape</ string>
<key>UILaunchImageOrientation</ key>
<string>Landscape</ string>
<key>UILaunchImageSize</ key>
<string>{768, 1024}</ string>
</ dict>
<dict>
<key>UILaunchImageMinimumOSVersion</ key>
<string>6.1</ string>
<key>UILaunchImageName</ key>
<string>Default-Portrait</ string>
<key>UILaunchImageOrientation</ key>
<string>Portrait</ string>
<key>UILaunchImageSize</ key>
<string>{768, 1024}</ string>
</ dict>
</ array>
<key>UIPrerenderedIcon</ key>
<true />
<key>UIRequiredDeviceCapabilities</ key>
<array>
<string>armv7</ string>
<string>gamekit</ string>
</ array>
<key>UIRequiresPersistentWiFi</ key>
<false />
<key>UIStatusBarHidden</ key>
<true />
<key>UIStatusBarStyle</ key>
<string>UIStatusBarStyleDefault</ string>
<key>UISupportedInterfaceOrientations</ key>
<array>
<string>UIInterfaceOrientationLandscapeRight</ string>
</ array>
<key>UIViewControllerBasedStatusBarAppearance</ key>
<false />
<key>Unity_LoadingActivityIndicatorStyle</ key>
<integer>1</ integer>
</ dict>
</ plist>



example SystemVersion.plist
<? 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>ProductBuildVersion</ key>
<string>11B511</ string>
<key>ProductCopyright</ key>
<string>1983-2013 Apple Inc.</ string>
<key>ProductName</ key>
<string>iPhone OS</ string>
<key>ProductVersion</ key>
<string>7.0.3</ string>
</ dict>
</ plist>


In general, if we edit in the file system, then we overestimate, if in the application itself, then we underestimate !!!

Attached files

Attached fileplistset.exe(6.02 MB)


Post has been editedmaster7902 - 11.04.14, 05:40
Gadzhishka051
Message#122
12.03.16, 04:34
a guest
*
[offline]

Group: Users
Messages 3
Check in: 12.06.13

Reputation:-  0  +

Guys make a periscop under ios6
Rogue_yxaxa
Message#123
21.03.16, 20:43
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 72
Check in: 22.10.11
Apple iPhone 4S

Reputation:-  0  +

Has anyone ever tried Clash Royal?
Machiavelli
Message#124
30.03.16, 21:15
Visitor
**
[offline]

Group: Users
Messages 14
Check in: 04.02.09
Apple iPad 2

Reputation:-  0  +

Someone can do mifit 1.6.4 under ios 6.1.3
?? Ready to pay
Sobaka1997
Message#125
11.04.16, 15:51
Visitor
**
[offline]

Group: Active users
Messages 25
Check in: 22.07.14

Reputation:-  0  +

Guys, please help me: ipod touch 4 with ios 6.1.6 wanted to install the game for ios 8, changed the value of systemversion everything as it should, rebooted the ipod and everything doesn’t turn on, but I’m constantly rebooting
alext715
Message#126
15.04.16, 10:23
Experienced
******
[offline]

Group: Friendssavagemessiahzine.com
Messages 411
Check in: 03.03.16
Samsung Galaxy Note 8.0

Reputation:-  45  +

Guys who know a way to remove the check of the compatibility of the phone model? The application starts but writes that it is not compatible with 4s, apparently only from the 5th generation.


--------------------
Samsung Galaxy Note 8, Samsung Galaxy S6 Edge, Gear S3 Frontier, Gear S2 sport, Apple iPhone 6s, Apple iPhone 4s, Apple iPhone 3g
maximus251
Message#127
07.09.16, 10:42
Novice
***
[offline]

Group: Active users
Messages 38
Check in: 13.07.15
Apple iPhone 4S

Reputation:-  0  +

Hello everyone, but is it really possible to install a new version of the VoIP on ios 6 as described above? And then they say from 01/01/2017 support stops?
master7902
Message#128
25.09.16, 20:23
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

* alext715,
But does it work?
For me, for example, Mortal Kombat also writes that it is not compatible with the minicom and ipod 5, but it works
And in the appstore it is written that it is compatible


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

tytyr2006
Message#129
23.12.16, 15:05
a guest
*
[offline]

Group: Users
Messages 6
Check in: 09.12.14

Reputation:-  0  +

Help need Yandex transport for 7.1 may have someone really need.
to_choke
Message#130
24.12.16, 14:39
a guest
*
[offline]

Group: Users
Messages 1
Check in: 24.12.16

Reputation:-  0  +

The VocaLive application on ipad 3 c ios 6.1.2 is very necessary. Please answer, is it possible?
lavr170984
Message#131
02.01.17, 13:57
Visitor
**
[offline]

Group: Users
Messages 14
Check in: 24.12.16

Reputation:-  0  +

how to edit plistset ????
author explain! the cap is not written
bboychobo
Message#132
02.04.17, 17:50
User
****
[offline]

Group: Friendssavagemessiahzine.com
Messages 81
Check in: 27.09.13
Apple iPad Air 2 Wi-Fi + Cellular

Reputation:-  10  +

Can anyone make a game injustice 2 for iOS 8+?
The game is here:Injustice 2 (Post imarazm # 60009061)
I would be very grateful, and I will help as much as I can


--------------------
alfina
Message#133
14.08.17, 12:21
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 213
Check in: 06.07.07
Apple iPhone SE

Reputation:-  6  +

Yandex taxi is possible to run? there are just versions that run but they crash.
alfina
Message#134
14.08.17, 13:23
Local
*****
[offline]

Group: Friendssavagemessiahzine.com
Messages 213
Check in: 06.07.07
Apple iPhone SE

Reputation:-  6  +

Help someone run this application on 6.1.3, but in fact this is a news application, there are no special requirements for the game ...

Attached files

Attached filenews18.ipa(12.44 MB)
michalych_79
Message#135
08.10.17, 12:54
Novice
***
[offline]

Group: Active users
Messages 41
Check in: 04.08.14
Blackberry keyone

Reputation:-  2  +

Hello everyone, anyone tried on 6.1.3. to put a flush piano and a clash of clans? what can I not do with redoculation?
alex_lama
Message#136
20.11.17, 17:38
a guest
*
[offline]

Group: Users
Messages 1
Check in: 22.08.10
Glofiish (E-Ten) X500 +

Reputation:-  0  +

can you help install BT Notifier on 3gs iOS 6.1.6 I will be very grateful (this app is for smart watches) my address
[email protected]
baknaxa
Message#137
12.03.18, 00:28
a guest
*
[offline]

Group: Users
Messages 3
Check in: 26.07.16

Reputation:-  0  +

* master7902,
Good evening, you can throw the program for 4s all that is in the .ipa format thanks
master7902
Message#138
12.03.18, 20:07
iPhone 6s; iPad mini 4
*********
[offline]

Group: Friendssavagemessiahzine.com
Messages 2440
Check in: 15.01.12
Apple iPhone 6s Plus

Reputation:-  92  +

* baknaxa
Forgive my friend, but for a long time I am on iOS 11.


--------------------
I love apple!
Iphone 6s plus (ios 12.0.1 / jeilbreak) ipad mini 2 (ios 10.3.3 / jeilbreak), ipad mini-4, ipod touch 5 (ios 8.4.1 / jeilbreak), nexus 7 (2013), Apple Wacht S2 ( sport -black), apple tv-4

baknaxa
Message#139
12.03.18, 21:13
a guest
*
[offline]

Group: Users
Messages 3
Check in: 26.07.16

Reputation:-  0  +

OK, but thanks anyway ... I by the way the program has loaded everything like norms for now ... and I have a root on Andrew and all the norms are working, I just now use the axis and break it ...
iloio
Message#140
10.03.19, 11:17
a guest
*
[offline]

Group: Users
Messages 5
Check in: 21.03.18
Samsung Galaxy Young GT-S5360

Reputation:-  0  +

Shareit need on 6.1.6 help pzh

7 pagesV  « < 5 6 7 » 


 mobile version    Now: 05/20/19 10:25