Skip to content

Commit

Permalink
Added PhoneGap.plist to PhoneGapLibTest project
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Jun 20, 2011
1 parent a7bcb3c commit fbd06e4
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
49 changes: 49 additions & 0 deletions PhoneGapLibTest/PhoneGap.plist
@@ -0,0 +1,49 @@
<?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>DetectPhoneNumber</key>
<true/>
<key>TopActivityIndicator</key>
<string>gray</string>
<key>EnableLocation</key>
<true/>
<key>EnableAcceleration</key>
<true/>
<key>ExternalHosts</key>
<array/>
<key>Plugins</key>
<dict>
<key>Accelerometer</key>
<string>Accelerometer</string>
<key>Camera</key>
<string>Camera</string>
<key>Connection</key>
<string>Connection</string>
<key>Contacts</key>
<string>Contacts</string>
<key>DebugConsole</key>
<string>DebugConsole</string>
<key>Contacts</key>
<string>Contacts</string>
<key>File</key>
<string>File</string>
<key>FileTransfer</key>
<string>FileTransfer</string>
<key>Image</key>
<string>Image</string>
<key>Location</key>
<string>Location</string>
<key>Movie</key>
<string>Movie</string>
<key>Network</key>
<string>Network</string>
<key>Notification</key>
<string>Notification</string>
<key>Sound</key>
<string>Sound</string>
<key>Capture</key>
<string>Capture</string>
</dict>
</dict>
</plist>
4 changes: 4 additions & 0 deletions PhoneGapLibTest/PhoneGapLibTest.xcodeproj/project.pbxproj
Expand Up @@ -27,6 +27,7 @@
302CC88810CD8CCE00C49659 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 302CC88610CD8CCE00C49659 /* Default.png */; };
302CC88910CD8CCE00C49659 /* icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 302CC88710CD8CCE00C49659 /* icon.png */; };
3053AC6F109B7857006FCFE7 /* VERSION in Resources */ = {isa = PBXBuildFile; fileRef = 3053AC6E109B7857006FCFE7 /* VERSION */; };
307A23FD13AFC5EB009620F4 /* PhoneGap.plist in Resources */ = {isa = PBXBuildFile; fileRef = 307A23FC13AFC5EB009620F4 /* PhoneGap.plist */; };
308F8D5F12A9CFF1005B604D /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 308F8D5E12A9CFF1005B604D /* MobileCoreServices.framework */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -77,6 +78,7 @@
302CC88610CD8CCE00C49659 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
302CC88710CD8CCE00C49659 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = "<group>"; };
3053AC6E109B7857006FCFE7 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = PHONEGAPLIB; };
307A23FC13AFC5EB009620F4 /* PhoneGap.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PhoneGap.plist; sourceTree = "<group>"; };
308F8D5E12A9CFF1005B604D /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
32CA4F630368D1EE00C91783 /* PhoneGapLibTest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhoneGapLibTest_Prefix.pch; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* PhoneGapLibTest-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "PhoneGapLibTest-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -152,6 +154,7 @@
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
307A23FC13AFC5EB009620F4 /* PhoneGap.plist */,
302CC88610CD8CCE00C49659 /* Default.png */,
302CC88710CD8CCE00C49659 /* icon.png */,
3053AC6E109B7857006FCFE7 /* VERSION */,
Expand Down Expand Up @@ -275,6 +278,7 @@
3053AC6F109B7857006FCFE7 /* VERSION in Resources */,
302CC88810CD8CCE00C49659 /* Default.png in Resources */,
302CC88910CD8CCE00C49659 /* icon.png in Resources */,
307A23FD13AFC5EB009620F4 /* PhoneGap.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit fbd06e4

Please sign in to comment.