aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android/AndroidManifest.xml2
-rwxr-xr-xAndroid/res/xml/config.xml2
-rw-r--r--iPhone/FixMyStreet.xcodeproj/project.pbxproj4
-rw-r--r--iPhone/FixMyStreet/FixMyStreet-Info.plist2
-rw-r--r--iPhone/FixMyStreet/config.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml
index 364f6a0..47de563 100644
--- a/Android/AndroidManifest.xml
+++ b/Android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mysociety.FixMyStreet"
- android:versionCode="26"
+ android:versionCode="27"
android:versionName="2.0" >
<uses-sdk
diff --git a/Android/res/xml/config.xml b/Android/res/xml/config.xml
index 870172e..beecbbe 100755
--- a/Android/res/xml/config.xml
+++ b/Android/res/xml/config.xml
@@ -35,7 +35,7 @@
<access origin=".*.tilma.mysociety.org"/>
<access origin=".*.virtualearth.net"/>
<access origin="mapit.mysociety.org"/>
- <access origin="struan.fixmystreet.dev.mysociety.org"/>
+ <access origin="mobile.fixmystreet.test.mysociety.org"/>
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
<content src="src/index.html" />
diff --git a/iPhone/FixMyStreet.xcodeproj/project.pbxproj b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
index 0249a7d..20afb41 100644
--- a/iPhone/FixMyStreet.xcodeproj/project.pbxproj
+++ b/iPhone/FixMyStreet.xcodeproj/project.pbxproj
@@ -523,7 +523,7 @@
PRODUCT_NAME = FixMyStreet;
PROVISIONING_PROFILE = "292D4D07-F19C-44F9-A9C3-7EF8BBE5B672";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "292D4D07-F19C-44F9-A9C3-7EF8BBE5B672";
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
@@ -557,7 +557,7 @@
PRODUCT_NAME = FixMyStreet;
PROVISIONING_PROFILE = "D82354BB-4265-487E-B674-84877D6F1C91";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "D82354BB-4265-487E-B674-84877D6F1C91";
- TARGETED_DEVICE_FAMILY = "1,2";
+ TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
diff --git a/iPhone/FixMyStreet/FixMyStreet-Info.plist b/iPhone/FixMyStreet/FixMyStreet-Info.plist
index 74a494d..02a4707 100644
--- a/iPhone/FixMyStreet/FixMyStreet-Info.plist
+++ b/iPhone/FixMyStreet/FixMyStreet-Info.plist
@@ -39,7 +39,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>19</string>
+ <string>20</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSMainNibFile</key>
diff --git a/iPhone/FixMyStreet/config.xml b/iPhone/FixMyStreet/config.xml
index af67e0e..e55b7dc 100644
--- a/iPhone/FixMyStreet/config.xml
+++ b/iPhone/FixMyStreet/config.xml
@@ -34,7 +34,7 @@
<access origin="*.tilma.mysociety.org"/>
<access origin="*.virtualearth.net"/>
<access origin="mapit.mysociety.org"/>
- <access origin="struan.fixmystreet.dev.mysociety.org"/>
+ <access origin="mobile.fixmystreet.test.mysociety.org"/>
<!-- <content src="http://mysite.com/myapp.html" /> for external pages -->
<content src="src/index.html" />