diff --git a/PhoneGapLibTest/PhoneGap.plist b/PhoneGapLibTest/PhoneGap.plist new file mode 100644 index 00000000..b81bf4ce --- /dev/null +++ b/PhoneGapLibTest/PhoneGap.plist @@ -0,0 +1,49 @@ + + + + + DetectPhoneNumber + + TopActivityIndicator + gray + EnableLocation + + EnableAcceleration + + ExternalHosts + + Plugins + + Accelerometer + Accelerometer + Camera + Camera + Connection + Connection + Contacts + Contacts + DebugConsole + DebugConsole + Contacts + Contacts + File + File + FileTransfer + FileTransfer + Image + Image + Location + Location + Movie + Movie + Network + Network + Notification + Notification + Sound + Sound + Capture + Capture + + + diff --git a/PhoneGapLibTest/PhoneGapLibTest.xcodeproj/project.pbxproj b/PhoneGapLibTest/PhoneGapLibTest.xcodeproj/project.pbxproj index f722d2aa..56833777 100755 --- a/PhoneGapLibTest/PhoneGapLibTest.xcodeproj/project.pbxproj +++ b/PhoneGapLibTest/PhoneGapLibTest.xcodeproj/project.pbxproj @@ -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 */ @@ -77,6 +78,7 @@ 302CC88610CD8CCE00C49659 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; 302CC88710CD8CCE00C49659 /* icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon.png; sourceTree = ""; }; 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 = ""; }; 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 = ""; }; 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 = ""; }; @@ -152,6 +154,7 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( + 307A23FC13AFC5EB009620F4 /* PhoneGap.plist */, 302CC88610CD8CCE00C49659 /* Default.png */, 302CC88710CD8CCE00C49659 /* icon.png */, 3053AC6E109B7857006FCFE7 /* VERSION */, @@ -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; };