From 69ac99a9847524ed9c3ee4155c1db45381309b7f Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 4 Dec 2010 15:18:35 +0100 Subject: [PATCH] Clean Project File - Renaming iPhone -> iOS --- ...elegate.h => OpenSSL_for_iOSAppDelegate.h} | 8 +- ...elegate.m => OpenSSL_for_iOSAppDelegate.m} | 12 +- MainWindow.xib | 18 +- .../project.pbxproj | 77 +++---- .../x2on.mode1v3 | 122 +++++----- OpenSSL-for-iOS.xcodeproj/x2on.pbxuser | 178 +++++++++++++++ OpenSSL-for-iPhone.xcodeproj/x2on.pbxuser | 212 ------------------ ...e-Info.plist => OpenSSL_for_iOS-Info.plist | 0 OpenSSL_for_iOS_Prefix.pch | 8 + OpenSSL_for_iPhone_Prefix.pch | 8 - 10 files changed, 297 insertions(+), 346 deletions(-) rename Classes/{OpenSSL_for_iPhoneAppDelegate.h => OpenSSL_for_iOSAppDelegate.h} (81%) rename Classes/{OpenSSL_for_iPhoneAppDelegate.m => OpenSSL_for_iOSAppDelegate.m} (96%) rename {OpenSSL-for-iPhone.xcodeproj => OpenSSL-for-iOS.xcodeproj}/project.pbxproj (73%) rename {OpenSSL-for-iPhone.xcodeproj => OpenSSL-for-iOS.xcodeproj}/x2on.mode1v3 (93%) create mode 100644 OpenSSL-for-iOS.xcodeproj/x2on.pbxuser delete mode 100644 OpenSSL-for-iPhone.xcodeproj/x2on.pbxuser rename OpenSSL_for_iPhone-Info.plist => OpenSSL_for_iOS-Info.plist (100%) create mode 100644 OpenSSL_for_iOS_Prefix.pch delete mode 100644 OpenSSL_for_iPhone_Prefix.pch diff --git a/Classes/OpenSSL_for_iPhoneAppDelegate.h b/Classes/OpenSSL_for_iOSAppDelegate.h similarity index 81% rename from Classes/OpenSSL_for_iPhoneAppDelegate.h rename to Classes/OpenSSL_for_iOSAppDelegate.h index 6fcf11e..aafd7a0 100644 --- a/Classes/OpenSSL_for_iPhoneAppDelegate.h +++ b/Classes/OpenSSL_for_iOSAppDelegate.h @@ -1,6 +1,6 @@ // -// OpenSSL_for_iPhoneAppDelegate.h -// OpenSSL-for-iPhone +// OpenSSL_for_iOSAppDelegate.h +// OpenSSL-for-iOS // // Created by Felix Schulze on 01.02.2010. // Copyright Felix Schulze 2010. All rights reserved. @@ -8,13 +8,13 @@ #import -@interface OpenSSL_for_iPhoneAppDelegate : NSObject { +@interface OpenSSL_for_iOSAppDelegate : NSObject { UIWindow *window; IBOutlet UITextField *textField; IBOutlet UILabel *md5TextField; IBOutlet UILabel *sha256TextField; - + } @property (nonatomic, retain) IBOutlet UIWindow *window; diff --git a/Classes/OpenSSL_for_iPhoneAppDelegate.m b/Classes/OpenSSL_for_iOSAppDelegate.m similarity index 96% rename from Classes/OpenSSL_for_iPhoneAppDelegate.m rename to Classes/OpenSSL_for_iOSAppDelegate.m index 401ca0a..c257197 100644 --- a/Classes/OpenSSL_for_iPhoneAppDelegate.m +++ b/Classes/OpenSSL_for_iOSAppDelegate.m @@ -1,16 +1,16 @@ // -// OpenSSL_for_iPhoneAppDelegate.m -// OpenSSL-for-iPhone +// OpenSSL_for_iOSAppDelegate.m +// OpenSSL-for-iOS // // Created by Felix Schulze on 04.12.2010. // Copyright Felix Schulze 2010. All rights reserved. // -#import "OpenSSL_for_iPhoneAppDelegate.h" +#import "OpenSSL_for_iOSAppDelegate.h" #include #include -@implementation OpenSSL_for_iPhoneAppDelegate +@implementation OpenSSL_for_iOSAppDelegate @synthesize window, textField, md5TextField, sha256TextField; @@ -51,7 +51,7 @@ unsigned long lngth = [string length]; unsigned char result[SHA256_DIGEST_LENGTH]; NSMutableString *outStrg = [NSMutableString string]; - + SHA256_CTX sha256; SHA256_Init(&sha256); SHA256_Update(&sha256, inStrg, lngth); @@ -129,4 +129,4 @@ } -@end +@end \ No newline at end of file diff --git a/MainWindow.xib b/MainWindow.xib index 1c3c6c4..d727009 100644 --- a/MainWindow.xib +++ b/MainWindow.xib @@ -1,7 +1,7 @@ - 1024 + 1056 10H574 823 1038.35 @@ -508,7 +508,7 @@ P4AAAL+AAABBmAAAwysAAA - OpenSSL_for_iPhoneAppDelegate + OpenSSL_for_iOSAppDelegate com.apple.InterfaceBuilder.IBCocoaTouchPlugin com.apple.InterfaceBuilder.IBCocoaTouchPlugin @@ -551,7 +551,7 @@ YES - OpenSSL_for_iPhoneAppDelegate + OpenSSL_for_iOSAppDelegate NSObject YES @@ -640,15 +640,7 @@ IBProjectSource - Classes/OpenSSL_for_iPhoneAppDelegate.h - - - - OpenSSL_for_iPhoneAppDelegate - NSObject - - IBUserSource - + Classes/OpenSSL_for_iOSAppDelegate.h @@ -904,7 +896,7 @@ IBCocoaTouchFramework com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS - + com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3 diff --git a/OpenSSL-for-iPhone.xcodeproj/project.pbxproj b/OpenSSL-for-iOS.xcodeproj/project.pbxproj similarity index 73% rename from OpenSSL-for-iPhone.xcodeproj/project.pbxproj rename to OpenSSL-for-iOS.xcodeproj/project.pbxproj index 4c7c8e5..909d4b1 100755 --- a/OpenSSL-for-iPhone.xcodeproj/project.pbxproj +++ b/OpenSSL-for-iOS.xcodeproj/project.pbxproj @@ -7,31 +7,31 @@ objects = { /* Begin PBXBuildFile section */ - 1D3623260D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m */; }; + 1D3623260D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m */; }; 1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; }; 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; }; 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; }; 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765FC0DF74451002DB57D /* CoreGraphics.framework */; }; 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; }; - 2A38C53711DBC7E700738646 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A38C53611DBC7E700738646 /* libcrypto.a */; }; - 2A38C53911DBC7EC00738646 /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A38C53811DBC7EC00738646 /* libssl.a */; }; - 2A88077E12AA660100FE95B9 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A88077D12AA660100FE95B9 /* Icon.png */; }; + 2A28EE4612AA83FE00C0D35A /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 2A28EE4512AA83FE00C0D35A /* Icon.png */; }; + 2AA51C5512AA80B400AEA776 /* libssl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AA51C5312AA80B400AEA776 /* libssl.a */; }; + 2AA51C5612AA80B400AEA776 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2AA51C5412AA80B400AEA776 /* libcrypto.a */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 1D3623240D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenSSL_for_iPhoneAppDelegate.h; sourceTree = ""; }; - 1D3623250D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenSSL_for_iPhoneAppDelegate.m; sourceTree = ""; }; + 1D3623240D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenSSL_for_iOSAppDelegate.h; sourceTree = ""; }; + 1D3623250D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OpenSSL_for_iOSAppDelegate.m; sourceTree = ""; }; 1D6058910D05DD3D006BFB54 /* OpenSSL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenSSL.app; sourceTree = BUILT_PRODUCTS_DIR; }; 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 288765FC0DF74451002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; 28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = ""; }; 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 2A38C53611DBC7E700738646 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcrypto.a; sourceTree = ""; }; - 2A38C53811DBC7EC00738646 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssl.a; sourceTree = ""; }; - 2A88077D12AA660100FE95B9 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; - 32CA4F630368D1EE00C91783 /* OpenSSL_for_iPhone_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenSSL_for_iPhone_Prefix.pch; sourceTree = ""; }; - 8D1107310486CEB800E47090 /* OpenSSL_for_iPhone-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "OpenSSL_for_iPhone-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = ""; }; + 2A28EE4512AA83FE00C0D35A /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = ""; }; + 2AA51C5312AA80B400AEA776 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libssl.a; sourceTree = ""; }; + 2AA51C5412AA80B400AEA776 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcrypto.a; sourceTree = ""; }; + 32CA4F630368D1EE00C91783 /* OpenSSL_for_iOS_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpenSSL_for_iOS_Prefix.pch; sourceTree = ""; }; + 8D1107310486CEB800E47090 /* OpenSSL_for_iOS-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "OpenSSL_for_iOS-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -42,8 +42,8 @@ 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */, 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */, 288765FD0DF74451002DB57D /* CoreGraphics.framework in Frameworks */, - 2A38C53711DBC7E700738646 /* libcrypto.a in Frameworks */, - 2A38C53911DBC7EC00738646 /* libssl.a in Frameworks */, + 2AA51C5512AA80B400AEA776 /* libssl.a in Frameworks */, + 2AA51C5612AA80B400AEA776 /* libcrypto.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -53,8 +53,8 @@ 080E96DDFE201D6D7F000001 /* Classes */ = { isa = PBXGroup; children = ( - 1D3623240D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.h */, - 1D3623250D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m */, + 1D3623240D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.h */, + 1D3623250D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m */, ); path = Classes; sourceTree = ""; @@ -82,7 +82,7 @@ 29B97315FDCFA39411CA2CEA /* Other Sources */ = { isa = PBXGroup; children = ( - 32CA4F630368D1EE00C91783 /* OpenSSL_for_iPhone_Prefix.pch */, + 32CA4F630368D1EE00C91783 /* OpenSSL_for_iOS_Prefix.pch */, 29B97316FDCFA39411CA2CEA /* main.m */, ); name = "Other Sources"; @@ -91,9 +91,9 @@ 29B97317FDCFA39411CA2CEA /* Resources */ = { isa = PBXGroup; children = ( - 2A88077D12AA660100FE95B9 /* Icon.png */, + 2A28EE4512AA83FE00C0D35A /* Icon.png */, 28AD733E0D9D9553002E5188 /* MainWindow.xib */, - 8D1107310486CEB800E47090 /* OpenSSL_for_iPhone-Info.plist */, + 8D1107310486CEB800E47090 /* OpenSSL_for_iOS-Info.plist */, ); name = Resources; sourceTree = ""; @@ -101,8 +101,8 @@ 29B97323FDCFA39411CA2CEA /* Frameworks */ = { isa = PBXGroup; children = ( - 2A38C53811DBC7EC00738646 /* libssl.a */, - 2A38C53611DBC7E700738646 /* libcrypto.a */, + 2AA51C5312AA80B400AEA776 /* libssl.a */, + 2AA51C5412AA80B400AEA776 /* libcrypto.a */, 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */, 1D30AB110D05D00D00671497 /* Foundation.framework */, 288765FC0DF74451002DB57D /* CoreGraphics.framework */, @@ -113,9 +113,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 1D6058900D05DD3D006BFB54 /* OpenSSL */ = { + 1D6058900D05DD3D006BFB54 /* OpenSSL-for-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenSSL" */; + buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenSSL-for-iOS" */; buildPhases = ( 1D60588D0D05DD3D006BFB54 /* Resources */, 1D60588E0D05DD3D006BFB54 /* Sources */, @@ -125,8 +125,8 @@ ); dependencies = ( ); - name = OpenSSL; - productName = "OpenSSL-for-iPhone"; + name = "OpenSSL-for-iOS"; + productName = "OpenSSL-for-iOS"; productReference = 1D6058910D05DD3D006BFB54 /* OpenSSL.app */; productType = "com.apple.product-type.application"; }; @@ -135,7 +135,7 @@ /* Begin PBXProject section */ 29B97313FDCFA39411CA2CEA /* Project object */ = { isa = PBXProject; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "OpenSSL-for-iPhone" */; + buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "OpenSSL-for-iOS" */; compatibilityVersion = "Xcode 3.1"; developmentRegion = English; hasScannedForEncodings = 1; @@ -149,7 +149,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 1D6058900D05DD3D006BFB54 /* OpenSSL */, + 1D6058900D05DD3D006BFB54 /* OpenSSL-for-iOS */, ); }; /* End PBXProject section */ @@ -160,7 +160,7 @@ buildActionMask = 2147483647; files = ( 28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */, - 2A88077E12AA660100FE95B9 /* Icon.png in Resources */, + 2A28EE4612AA83FE00C0D35A /* Icon.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -172,7 +172,7 @@ buildActionMask = 2147483647; files = ( 1D60589B0D05DD56006BFB54 /* main.m in Sources */, - 1D3623260D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m in Sources */, + 1D3623260D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -182,20 +182,18 @@ 1D6058940D05DD3E006BFB54 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = YES; + ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = OpenSSL_for_iPhone_Prefix.pch; - INFOPLIST_FILE = "OpenSSL_for_iPhone-Info.plist"; + GCC_PREFIX_HEADER = OpenSSL_for_iOS_Prefix.pch; + INFOPLIST_FILE = "OpenSSL_for_iOS-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)\"", ); PRODUCT_NAME = OpenSSL; - SDKROOT = iphonesimulator4.0; - USER_HEADER_SEARCH_PATHS = "include/**"; }; name = Debug; }; @@ -205,8 +203,8 @@ ALWAYS_SEARCH_USER_PATHS = NO; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = OpenSSL_for_iPhone_Prefix.pch; - INFOPLIST_FILE = "OpenSSL_for_iPhone-Info.plist"; + GCC_PREFIX_HEADER = OpenSSL_for_iOS_Prefix.pch; + INFOPLIST_FILE = "OpenSSL_for_iOS-Info.plist"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)\"", @@ -224,9 +222,10 @@ GCC_C_LANGUAGE_STANDARD = c99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "include/**"; + ONLY_ACTIVE_ARCH = YES; PREBINDING = NO; SDKROOT = iphoneos; - USER_HEADER_SEARCH_PATHS = "include/**"; }; name = Debug; }; @@ -238,6 +237,8 @@ GCC_C_LANGUAGE_STANDARD = c99; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = "include/**"; + ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; PREBINDING = NO; SDKROOT = iphoneos; @@ -247,7 +248,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenSSL" */ = { + 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "OpenSSL-for-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 1D6058940D05DD3E006BFB54 /* Debug */, @@ -256,7 +257,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "OpenSSL-for-iPhone" */ = { + C01FCF4E08A954540054247B /* Build configuration list for PBXProject "OpenSSL-for-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4F08A954540054247B /* Debug */, diff --git a/OpenSSL-for-iPhone.xcodeproj/x2on.mode1v3 b/OpenSSL-for-iOS.xcodeproj/x2on.mode1v3 similarity index 93% rename from OpenSSL-for-iPhone.xcodeproj/x2on.mode1v3 rename to OpenSSL-for-iOS.xcodeproj/x2on.mode1v3 index da012bb..e30ad59 100644 --- a/OpenSSL-for-iPhone.xcodeproj/x2on.mode1v3 +++ b/OpenSSL-for-iOS.xcodeproj/x2on.mode1v3 @@ -178,7 +178,7 @@ FavBarConfig PBXProjectModuleGUID - 2A38C50C11DBC48700738646 + 2AA51BB912AA7F3700AEA776 XCBarModuleItemNames XCBarModuleItems @@ -254,7 +254,7 @@ PBXSmartGroupTreeModuleColumnWidthsKey - 322 + 186 PBXSmartGroupTreeModuleColumnsKey_v4 @@ -267,21 +267,17 @@ 29B97314FDCFA39411CA2CEA 080E96DDFE201D6D7F000001 - 29B97315FDCFA39411CA2CEA - 29B97323FDCFA39411CA2CEA 1C37FBAC04509CD000000102 1C37FABC05509CD000000102 PBXSmartGroupTreeModuleOutlineStateSelectionKey - 2 - 1 0 PBXSmartGroupTreeModuleOutlineStateVisibleRectKey - {{0, 0}, {322, 871}} + {{0, 0}, {186, 832}} PBXTopSmartGroupGIDs @@ -293,19 +289,19 @@ GeometryConfiguration Frame - {{0, 0}, {339, 889}} + {{0, 0}, {203, 850}} GroupTreeTableConfiguration MainColumn - 322 + 186 RubberWindowFrame - 712 233 1550 930 0 0 2560 1418 + 122 302 915 891 0 0 2560 1418 Module PBXSmartGroupTreeModule Proportion - 339pt + 203pt Dock @@ -316,7 +312,7 @@ PBXProjectModuleGUID 1CE0B20306471E060097A5F4 PBXProjectModuleLabel - OpenSSL_for_iPhoneAppDelegate.h + OpenSSL_for_iOSAppDelegate.h PBXSplitModuleInNavigatorKey Split0 @@ -324,18 +320,16 @@ PBXProjectModuleGUID 1CE0B20406471E060097A5F4 PBXProjectModuleLabel - OpenSSL_for_iPhoneAppDelegate.h + OpenSSL_for_iOSAppDelegate.h _historyCapacity 0 bookmark - 2A88079312AA66CB00FE95B9 + 2A1A6E1912AA851C00E4B343 history - 2A88078212AA665500FE95B9 - 2A88078E12AA66CB00FE95B9 - 2A88078F12AA66CB00FE95B9 - 2A88079012AA66CB00FE95B9 - 2A88079112AA66CB00FE95B9 + 2A28EE7212AA849800C0D35A + 2A1A6E0512AA84C000E4B343 + 2A1A6E0612AA84C000E4B343 SplitCount @@ -347,14 +341,14 @@ GeometryConfiguration Frame - {{0, 0}, {1206, 438}} + {{0, 0}, {707, 650}} RubberWindowFrame - 712 233 1550 930 0 0 2560 1418 + 122 302 915 891 0 0 2560 1418 Module PBXNavigatorGroup Proportion - 438pt + 650pt ContentConfiguration @@ -367,18 +361,18 @@ GeometryConfiguration Frame - {{0, 443}, {1206, 446}} + {{0, 655}, {707, 195}} RubberWindowFrame - 712 233 1550 930 0 0 2560 1418 + 122 302 915 891 0 0 2560 1418 Module XCDetailModule Proportion - 446pt + 195pt Proportion - 1206pt + 707pt Name @@ -393,9 +387,9 @@ TableOfContents - 2A8806FC12AA5FEC00FE95B9 + 2A1A6E0812AA84C000E4B343 1CE0B1FE06471DED0097A5F4 - 2A8806FD12AA5FEC00FE95B9 + 2A1A6E0912AA84C000E4B343 1CE0B20306471E060097A5F4 1CE0B20506471E060097A5F4 @@ -533,13 +527,13 @@ 5 WindowOrderList - 1CD10A99069EF8BA00B06720 - 2A38C50D11DBC48700738646 1C78EAAD065D492600B07095 - /Users/x2on/Projects/iPhone/OpenSSL-for-iPhone/OpenSSL-for-iPhone.xcodeproj + 1CD10A99069EF8BA00B06720 + 2AA51BBA12AA7F3700AEA776 + /Users/x2on/Projects/iPhone/OpenSSL-for-iPhone/OpenSSL-for-iOS.xcodeproj WindowString - 712 233 1550 930 0 0 2560 1418 + 122 302 915 891 0 0 2560 1418 WindowToolsV3 @@ -567,14 +561,14 @@ GeometryConfiguration Frame - {{0, 0}, {1156, 463}} + {{0, 0}, {962, 285}} RubberWindowFrame - 1123 382 1156 745 0 0 2560 1418 + 934 613 962 567 0 0 2560 1418 Module PBXNavigatorGroup Proportion - 463pt + 285pt ContentConfiguration @@ -591,9 +585,9 @@ GeometryConfiguration Frame - {{0, 468}, {1156, 236}} + {{0, 290}, {962, 236}} RubberWindowFrame - 1123 382 1156 745 0 0 2560 1418 + 934 613 962 567 0 0 2560 1418 Module PBXBuildResultsModule @@ -602,7 +596,7 @@ Proportion - 704pt + 526pt Name @@ -615,8 +609,8 @@ TableOfContents - 2A38C50D11DBC48700738646 - 2A8806FE12AA5FEC00FE95B9 + 2AA51BBA12AA7F3700AEA776 + 2A1A6E0A12AA84C000E4B343 1CD0528F0623707200166675 XCMainBuildResultsModuleGUID @@ -625,9 +619,9 @@ WindowContentMinSize 486 300 WindowString - 1123 382 1156 745 0 0 2560 1418 + 934 613 962 567 0 0 2560 1418 WindowToolGUID - 2A38C50D11DBC48700738646 + 2AA51BBA12AA7F3700AEA776 WindowToolIsVisible @@ -660,8 +654,8 @@ yes sizes - {{0, 0}, {316, 194}} - {{316, 0}, {378, 194}} + {{0, 0}, {316, 201}} + {{316, 0}, {378, 201}} VerticalSplitView @@ -676,8 +670,8 @@ yes sizes - {{0, 0}, {694, 194}} - {{0, 194}, {694, 187}} + {{0, 0}, {694, 201}} + {{0, 201}, {694, 180}} @@ -710,12 +704,12 @@ 148 Frame - {{316, 0}, {378, 194}} + {{316, 0}, {378, 201}} RubberWindowFrame - 146 727 694 422 0 0 2560 1418 + 151 757 694 422 0 0 2560 1418 RubberWindowFrame - 146 727 694 422 0 0 2560 1418 + 151 757 694 422 0 0 2560 1418 Module PBXDebugSessionModule @@ -738,18 +732,18 @@ TableOfContents 1CD10A99069EF8BA00B06720 - 2A8806FF12AA5FEC00FE95B9 + 2A1A6E0B12AA84C000E4B343 1C162984064C10D400B95A72 - 2A88070012AA5FEC00FE95B9 - 2A88070112AA5FEC00FE95B9 - 2A88070212AA5FEC00FE95B9 - 2A88070312AA5FEC00FE95B9 - 2A88070412AA5FEC00FE95B9 + 2A1A6E0C12AA84C000E4B343 + 2A1A6E0D12AA84C000E4B343 + 2A1A6E0E12AA84C000E4B343 + 2A1A6E0F12AA84C000E4B343 + 2A1A6E1012AA84C000E4B343 ToolbarConfiguration xcode.toolbar.config.debugV3 WindowString - 146 727 694 422 0 0 2560 1418 + 151 757 694 422 0 0 2560 1418 WindowToolGUID 1CD10A99069EF8BA00B06720 WindowToolIsVisible @@ -871,8 +865,6 @@ Dock - BecomeActive - ContentConfiguration PBXProjectModuleGUID @@ -883,18 +875,18 @@ GeometryConfiguration Frame - {{0, 0}, {663, 265}} + {{0, 0}, {650, 209}} RubberWindowFrame - 144 857 663 306 0 0 2560 1418 + 143 920 650 250 0 0 2560 1418 Module PBXDebugCLIModule Proportion - 265pt + 209pt Proportion - 265pt + 209pt Name @@ -908,17 +900,17 @@ TableOfContents 1C78EAAD065D492600B07095 - 2A88070512AA5FEC00FE95B9 + 2A1A6E1112AA84C000E4B343 1C78EAAC065D492600B07095 ToolbarConfiguration xcode.toolbar.config.consoleV3 WindowString - 144 857 663 306 0 0 2560 1418 + 143 920 650 250 0 0 2560 1418 WindowToolGUID 1C78EAAD065D492600B07095 WindowToolIsVisible - + Identifier diff --git a/OpenSSL-for-iOS.xcodeproj/x2on.pbxuser b/OpenSSL-for-iOS.xcodeproj/x2on.pbxuser new file mode 100644 index 0000000..7a1aac4 --- /dev/null +++ b/OpenSSL-for-iOS.xcodeproj/x2on.pbxuser @@ -0,0 +1,178 @@ +// !$*UTF8*$! +{ + 1D3623240D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.h */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {646, 618}}"; + sepNavSelRange = "{157, 0}"; + sepNavVisRange = "{0, 748}"; + }; + }; + 1D3623250D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m */ = { + uiCtxt = { + sepNavIntBoundsRect = "{{0, 0}, {803, 1820}}"; + sepNavSelRange = "{161, 0}"; + sepNavVisRange = "{0, 1211}"; + }; + }; + 1D6058900D05DD3D006BFB54 /* OpenSSL-for-iOS */ = { + activeExec = 0; + executables = ( + 2AA51BAD12AA7F3400AEA776 /* OpenSSL-for-iOS */, + ); + }; + 29B97313FDCFA39411CA2CEA /* Project object */ = { + activeBuildConfigurationName = Debug; + activeExecutable = 2AA51BAD12AA7F3400AEA776 /* OpenSSL-for-iOS */; + activeSDKPreference = iphonesimulator4.2; + activeTarget = 1D6058900D05DD3D006BFB54 /* OpenSSL-for-iOS */; + addToTargets = ( + 1D6058900D05DD3D006BFB54 /* OpenSSL-for-iOS */, + ); + codeSenseManager = 2AA51BBD12AA7F3700AEA776 /* Code sense */; + executables = ( + 2AA51BAD12AA7F3400AEA776 /* OpenSSL-for-iOS */, + ); + perUserDictionary = { + PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 468, + 20, + 48, + 43, + 43, + 20, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + PBXFileDataSource_Target_ColumnID, + ); + }; + PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { + PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; + PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; + PBXFileTableDataSourceColumnWidthsKey = ( + 20, + 428, + 60, + 20, + 48, + 43, + 43, + ); + PBXFileTableDataSourceColumnsKey = ( + PBXFileDataSource_FiletypeID, + PBXFileDataSource_Filename_ColumnID, + PBXTargetDataSource_PrimaryAttribute, + PBXFileDataSource_Built_ColumnID, + PBXFileDataSource_ObjectSize_ColumnID, + PBXFileDataSource_Errors_ColumnID, + PBXFileDataSource_Warnings_ColumnID, + ); + }; + PBXPerProjectTemplateStateSaveDate = 313164984; + PBXWorkspaceStateSaveDate = 313164984; + }; + perUserProjectItems = { + 2A1A6E0512AA84C000E4B343 /* PBXTextBookmark */ = 2A1A6E0512AA84C000E4B343 /* PBXTextBookmark */; + 2A1A6E0612AA84C000E4B343 /* PBXTextBookmark */ = 2A1A6E0612AA84C000E4B343 /* PBXTextBookmark */; + 2A1A6E1912AA851C00E4B343 /* PBXTextBookmark */ = 2A1A6E1912AA851C00E4B343 /* PBXTextBookmark */; + 2A28EE7212AA849800C0D35A /* PlistBookmark */ = 2A28EE7212AA849800C0D35A /* PlistBookmark */; + }; + sourceControlManager = 2AA51BBC12AA7F3700AEA776 /* Source Control */; + userBuildSettings = { + }; + }; + 2A1A6E0512AA84C000E4B343 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 1D3623250D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.m */; + name = "OpenSSL_for_iOSAppDelegate.m: 8"; + rLen = 0; + rLoc = 161; + rType = 0; + vrLen = 1211; + vrLoc = 0; + }; + 2A1A6E0612AA84C000E4B343 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 1D3623240D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.h */; + name = "OpenSSL_for_iOSAppDelegate.h: 6"; + rLen = 0; + rLoc = 157; + rType = 0; + vrLen = 748; + vrLoc = 0; + }; + 2A1A6E1912AA851C00E4B343 /* PBXTextBookmark */ = { + isa = PBXTextBookmark; + fRef = 1D3623240D0F684500981E51 /* OpenSSL_for_iOSAppDelegate.h */; + name = "OpenSSL_for_iOSAppDelegate.h: 6"; + rLen = 0; + rLoc = 157; + rType = 0; + vrLen = 748; + vrLoc = 0; + }; + 2A28EE7212AA849800C0D35A /* PlistBookmark */ = { + isa = PlistBookmark; + fRef = 8D1107310486CEB800E47090 /* OpenSSL_for_iOS-Info.plist */; + fallbackIsa = PBXBookmark; + isK = 0; + kPath = ( + ); + name = "/Users/x2on/Projects/iPhone/OpenSSL-for-iOS/OpenSSL_for_iOS-Info.plist"; + rLen = 0; + rLoc = 9223372036854775808; + }; + 2AA51BAD12AA7F3400AEA776 /* OpenSSL-for-iOS */ = { + isa = PBXExecutable; + activeArgIndices = ( + ); + argumentStrings = ( + ); + autoAttachOnCrash = 1; + breakpointsEnabled = 0; + configStateDict = { + }; + customDataFormattersEnabled = 1; + dataTipCustomDataFormattersEnabled = 1; + dataTipShowTypeColumn = 1; + dataTipSortType = 0; + debuggerPlugin = GDBDebugging; + disassemblyDisplayState = 0; + dylibVariantSuffix = ""; + enableDebugStr = 1; + environmentEntries = ( + ); + executableSystemSymbolLevel = 0; + executableUserSymbolLevel = 0; + libgmallocEnabled = 0; + name = "OpenSSL-for-iOS"; + savedGlobals = { + }; + showTypeColumn = 0; + sourceDirectories = ( + ); + }; + 2AA51BBC12AA7F3700AEA776 /* Source Control */ = { + isa = PBXSourceControlManager; + fallbackIsa = XCSourceControlManager; + isSCMEnabled = 0; + scmConfiguration = { + repositoryNamesForRoots = { + "" = ""; + }; + }; + }; + 2AA51BBD12AA7F3700AEA776 /* Code sense */ = { + isa = PBXCodeSenseManager; + indexTemplatePath = ""; + }; +} diff --git a/OpenSSL-for-iPhone.xcodeproj/x2on.pbxuser b/OpenSSL-for-iPhone.xcodeproj/x2on.pbxuser deleted file mode 100644 index 61648b0..0000000 --- a/OpenSSL-for-iPhone.xcodeproj/x2on.pbxuser +++ /dev/null @@ -1,212 +0,0 @@ -// !$*UTF8*$! -{ - 1D3623240D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.h */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1145, 406}}"; - sepNavSelRange = "{569, 0}"; - sepNavVisRange = "{0, 622}"; - }; - }; - 1D3623250D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1965, 1365}}"; - sepNavSelRange = "{102, 0}"; - sepNavVisRange = "{0, 840}"; - }; - }; - 1D6058900D05DD3D006BFB54 /* OpenSSL */ = { - activeExec = 0; - executables = ( - 2A38C4FE11DBC47D00738646 /* OpenSSL */, - ); - }; - 29B97313FDCFA39411CA2CEA /* Project object */ = { - activeBuildConfigurationName = Debug; - activeExecutable = 2A38C4FE11DBC47D00738646 /* OpenSSL */; - activeSDKPreference = iphonesimulator4.2; - activeTarget = 1D6058900D05DD3D006BFB54 /* OpenSSL */; - addToTargets = ( - 1D6058900D05DD3D006BFB54 /* OpenSSL */, - ); - codeSenseManager = 2A38C51011DBC48700738646 /* Code sense */; - executables = ( - 2A38C4FE11DBC47D00738646 /* OpenSSL */, - ); - perUserDictionary = { - PBXConfiguration.PBXFileTableDataSource3.PBXFileTableDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 967, - 20, - 48, - 43, - 43, - 20, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXFileDataSource_FiletypeID, - PBXFileDataSource_Filename_ColumnID, - PBXFileDataSource_Built_ColumnID, - PBXFileDataSource_ObjectSize_ColumnID, - PBXFileDataSource_Errors_ColumnID, - PBXFileDataSource_Warnings_ColumnID, - PBXFileDataSource_Target_ColumnID, - ); - }; - PBXConfiguration.PBXTargetDataSource.PBXTargetDataSource = { - PBXFileTableDataSourceColumnSortingDirectionKey = "-1"; - PBXFileTableDataSourceColumnSortingKey = PBXFileDataSource_Filename_ColumnID; - PBXFileTableDataSourceColumnWidthsKey = ( - 20, - 927, - 60, - 20, - 48, - 43, - 43, - ); - PBXFileTableDataSourceColumnsKey = ( - PBXFileDataSource_FiletypeID, - PBXFileDataSource_Filename_ColumnID, - PBXTargetDataSource_PrimaryAttribute, - PBXFileDataSource_Built_ColumnID, - PBXFileDataSource_ObjectSize_ColumnID, - PBXFileDataSource_Errors_ColumnID, - PBXFileDataSource_Warnings_ColumnID, - ); - }; - PBXPerProjectTemplateStateSaveDate = 313155498; - PBXWorkspaceStateSaveDate = 313155498; - }; - perUserProjectItems = { - 2A88078212AA665500FE95B9 /* PlistBookmark */ = 2A88078212AA665500FE95B9 /* PlistBookmark */; - 2A88078E12AA66CB00FE95B9 /* PBXTextBookmark */ = 2A88078E12AA66CB00FE95B9 /* PBXTextBookmark */; - 2A88078F12AA66CB00FE95B9 /* PBXTextBookmark */ = 2A88078F12AA66CB00FE95B9 /* PBXTextBookmark */; - 2A88079012AA66CB00FE95B9 /* PBXTextBookmark */ = 2A88079012AA66CB00FE95B9 /* PBXTextBookmark */; - 2A88079112AA66CB00FE95B9 /* PBXTextBookmark */ = 2A88079112AA66CB00FE95B9 /* PBXTextBookmark */; - 2A88079312AA66CB00FE95B9 /* PBXTextBookmark */ = 2A88079312AA66CB00FE95B9 /* PBXTextBookmark */; - }; - sourceControlManager = 2A38C50F11DBC48700738646 /* Source Control */; - userBuildSettings = { - }; - }; - 29B97316FDCFA39411CA2CEA /* main.m */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1145, 383}}"; - sepNavSelRange = "{138, 0}"; - sepNavVisRange = "{0, 372}"; - }; - }; - 2A38C4FE11DBC47D00738646 /* OpenSSL */ = { - isa = PBXExecutable; - activeArgIndices = ( - ); - argumentStrings = ( - ); - autoAttachOnCrash = 1; - breakpointsEnabled = 0; - configStateDict = { - }; - customDataFormattersEnabled = 1; - dataTipCustomDataFormattersEnabled = 1; - dataTipShowTypeColumn = 1; - dataTipSortType = 0; - debuggerPlugin = GDBDebugging; - disassemblyDisplayState = 0; - dylibVariantSuffix = ""; - enableDebugStr = 1; - environmentEntries = ( - ); - executableSystemSymbolLevel = 0; - executableUserSymbolLevel = 0; - libgmallocEnabled = 0; - name = OpenSSL; - showTypeColumn = 0; - sourceDirectories = ( - ); - }; - 2A38C50F11DBC48700738646 /* Source Control */ = { - isa = PBXSourceControlManager; - fallbackIsa = XCSourceControlManager; - isSCMEnabled = 0; - scmConfiguration = { - repositoryNamesForRoots = { - "" = ""; - }; - }; - }; - 2A38C51011DBC48700738646 /* Code sense */ = { - isa = PBXCodeSenseManager; - indexTemplatePath = ""; - }; - 2A88078212AA665500FE95B9 /* PlistBookmark */ = { - isa = PlistBookmark; - fRef = 8D1107310486CEB800E47090 /* OpenSSL_for_iPhone-Info.plist */; - fallbackIsa = PBXBookmark; - isK = 0; - kPath = ( - ); - name = "/Users/x2on/Projects/iPhone/OpenSSL-for-iPhone/OpenSSL_for_iPhone-Info.plist"; - rLen = 0; - rLoc = 9223372036854775807; - }; - 2A88078E12AA66CB00FE95B9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 29B97316FDCFA39411CA2CEA /* main.m */; - name = "main.m: 6"; - rLen = 0; - rLoc = 138; - rType = 0; - vrLen = 372; - vrLoc = 0; - }; - 2A88078F12AA66CB00FE95B9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 32CA4F630368D1EE00C91783 /* OpenSSL_for_iPhone_Prefix.pch */; - name = "OpenSSL_for_iPhone_Prefix.pch: 1"; - rLen = 0; - rLoc = 0; - rType = 0; - vrLen = 205; - vrLoc = 0; - }; - 2A88079012AA66CB00FE95B9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 1D3623250D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.m */; - name = "OpenSSL_for_iPhoneAppDelegate.m: 5"; - rLen = 0; - rLoc = 102; - rType = 0; - vrLen = 840; - vrLoc = 0; - }; - 2A88079112AA66CB00FE95B9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 1D3623240D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.h */; - name = "OpenSSL_for_iPhoneAppDelegate.h: 23"; - rLen = 0; - rLoc = 569; - rType = 0; - vrLen = 622; - vrLoc = 0; - }; - 2A88079312AA66CB00FE95B9 /* PBXTextBookmark */ = { - isa = PBXTextBookmark; - fRef = 1D3623240D0F684500981E51 /* OpenSSL_for_iPhoneAppDelegate.h */; - name = "OpenSSL_for_iPhoneAppDelegate.h: 23"; - rLen = 0; - rLoc = 569; - rType = 0; - vrLen = 622; - vrLoc = 0; - }; - 32CA4F630368D1EE00C91783 /* OpenSSL_for_iPhone_Prefix.pch */ = { - uiCtxt = { - sepNavIntBoundsRect = "{{0, 0}, {1145, 383}}"; - sepNavSelRange = "{0, 0}"; - sepNavVisRange = "{0, 205}"; - }; - }; -} diff --git a/OpenSSL_for_iPhone-Info.plist b/OpenSSL_for_iOS-Info.plist similarity index 100% rename from OpenSSL_for_iPhone-Info.plist rename to OpenSSL_for_iOS-Info.plist diff --git a/OpenSSL_for_iOS_Prefix.pch b/OpenSSL_for_iOS_Prefix.pch new file mode 100644 index 0000000..b996b48 --- /dev/null +++ b/OpenSSL_for_iOS_Prefix.pch @@ -0,0 +1,8 @@ +// +// Prefix header for all source files of the 'OpenSSL-for-iOS' target in the 'OpenSSL-for-iOS' project +// + +#ifdef __OBJC__ + #import + #import +#endif diff --git a/OpenSSL_for_iPhone_Prefix.pch b/OpenSSL_for_iPhone_Prefix.pch deleted file mode 100644 index 04819ef..0000000 --- a/OpenSSL_for_iPhone_Prefix.pch +++ /dev/null @@ -1,8 +0,0 @@ -// -// Prefix header for all source files of the 'OpenSSL-for-iPhone' target in the 'OpenSSL-for-iPhone' project -// - -#ifdef __OBJC__ - #import - #import -#endif