Skip to content

Commit a79955b

Browse files
committed
Upgrade to latest SDK.
1 parent 21875b5 commit a79955b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.settings/com.appcelerator.titanium.ios.core.prefs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ eclipse.preferences.version=1
22
iosLaunchConfigurationAttributes/ATTR_MINIFY=true
33
iosLaunchConfigurationAttributes/ATTR_PROJECT_NAME=uwo-mobile-alloy
44
iosLaunchConfigurationAttributes/appid=edu.uwosh.uwoshkosh
5-
iosLaunchConfigurationAttributes/certificate=University of Wisconsin Oshkosh (4755UEKT99)
5+
iosLaunchConfigurationAttributes/certificate=Shawn Hansen (P6F8ELR7HW)
66
iosLaunchConfigurationAttributes/keychain=
7-
iosLaunchConfigurationAttributes/sdk_version=7.1
8-
iosLaunchConfigurationAttributes/uuid=ac0ebe27-1a72-4e5d-936b-ad4d22846818
7+
iosLaunchConfigurationAttributes/sdk_version=8.1
8+
iosLaunchConfigurationAttributes/uuid=f534347d-a010-4cc5-9007-5e22717c73fe
99
provisioning_profiles/development/7DB70A5C-2E91-40A6-9767-A29E32DE1C92/appid=*
1010
provisioning_profiles/development/7DB70A5C-2E91-40A6-9767-A29E32DE1C92/name=iOS Team Provisioning Profile\: *
1111
provisioning_profiles/development/7DB70A5C-2E91-40A6-9767-A29E32DE1C92/uuid=7DB70A5C-2E91-40A6-9767-A29E32DE1C92

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#appname:uwo-mobile-alloy
22
#appid:edu.uwosh.uwoshkosh
3-
#type:mobile
3+
#type:ipad
44
#guid:fb675f35-a7f4-4ba8-bc8e-b9b8f8a105c9
55
#version:1.0
66
#publisher:University of Wisconsin Oshkosh

tiapp.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
<target device="android">true</target>
6363
<target device="ipad">true</target>
6464
<target device="iphone">true</target>
65-
<target device="mobileweb">true</target>
65+
<target device="mobileweb">false</target>
6666
</deployment-targets>
67-
<sdk-version>3.4.0.GA</sdk-version>
67+
<sdk-version>3.5.0.GA</sdk-version>
6868
<plugins>
6969
<plugin version="1.2.2">ti.alloy</plugin>
7070
</plugins>

0 commit comments

Comments
 (0)