Fix the double load issue.
This commit is contained in:
parent
3a1525ec02
commit
c449dad6b9
4 changed files with 27 additions and 7 deletions
|
@ -204,6 +204,7 @@
|
|||
isa = PBXProject;
|
||||
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "JPImagePickerDemo" */;
|
||||
compatibilityVersion = "Xcode 3.1";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
|
@ -273,6 +274,7 @@
|
|||
GCC_PREFIX_HEADER = JPImagePickerDemo_Prefix.pch;
|
||||
INFOPLIST_FILE = "JPImagePickerDemo-Info.plist";
|
||||
PRODUCT_NAME = JPImagePickerDemo;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -285,6 +287,7 @@
|
|||
GCC_PREFIX_HEADER = JPImagePickerDemo_Prefix.pch;
|
||||
INFOPLIST_FILE = "JPImagePickerDemo-Info.plist";
|
||||
PRODUCT_NAME = JPImagePickerDemo;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Reference in a new issue