summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/ipjsystest
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/ipjsystest')
-rw-r--r--pjsip-apps/src/ipjsystest/ipjsystest-Info.plist4
-rwxr-xr-xpjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj4
2 files changed, 6 insertions, 2 deletions
diff --git a/pjsip-apps/src/ipjsystest/ipjsystest-Info.plist b/pjsip-apps/src/ipjsystest/ipjsystest-Info.plist
index f718cf68..e15a90b4 100644
--- a/pjsip-apps/src/ipjsystest/ipjsystest-Info.plist
+++ b/pjsip-apps/src/ipjsystest/ipjsystest-Info.plist
@@ -26,5 +26,9 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
</dict>
</plist>
diff --git a/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj b/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj
index 510d11af..7fb2ff1f 100755
--- a/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj
+++ b/pjsip-apps/src/ipjsystest/ipjsystest.xcodeproj/project.pbxproj
@@ -366,7 +366,7 @@
../../../third_party/lib,
);
PREBINDING = NO;
- SDKROOT = iphoneos3.1.2;
+ SDKROOT = iphoneos4.0;
};
name = Debug;
};
@@ -394,7 +394,7 @@
../../../third_party/lib,
);
PREBINDING = NO;
- SDKROOT = iphoneos3.1.2;
+ SDKROOT = iphoneos4.0;
};
name = Release;
};