diff --git a/OpenSSL-for-iOS.xcodeproj/project.pbxproj b/OpenSSL-for-iOS.xcodeproj/project.pbxproj index ef17d19..274f72c 100644 --- a/OpenSSL-for-iOS.xcodeproj/project.pbxproj +++ b/OpenSSL-for-iOS.xcodeproj/project.pbxproj @@ -226,7 +226,7 @@ 533ED2F21528C4840005C6FA /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0630; + LastUpgradeCheck = 0710; ORGANIZATIONNAME = Immobilienscout24; TargetAttributes = { 53572A4A183AAFFE00B21832 = { @@ -287,6 +287,7 @@ runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "if [ ! -f lib/libcrypto.a ]; then\n echo \"error: Please run ./build-libssl.h first\"\n exit 1\nfi"; + showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -363,6 +364,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; @@ -432,6 +434,7 @@ "$(inherited)", "\"$(SRCROOT)/lib\"", ); + PRODUCT_BUNDLE_IDENTIFIER = "de.felixschulze.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = OpenSSL; WRAPPER_EXTENSION = app; }; @@ -449,6 +452,7 @@ "$(inherited)", "\"$(SRCROOT)/lib\"", ); + PRODUCT_BUNDLE_IDENTIFIER = "de.felixschulze.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = OpenSSL; WRAPPER_EXTENSION = app; }; @@ -469,11 +473,6 @@ CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -486,6 +485,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; INFOPLIST_FILE = "OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist"; ONLY_ACTIVE_ARCH = YES; + PRODUCT_BUNDLE_IDENTIFIER = "de.felixschulze.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; @@ -508,11 +508,6 @@ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; ENABLE_NS_ASSERTIONS = NO; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Prefix.pch"; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; @@ -520,6 +515,7 @@ GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNUSED_FUNCTION = YES; INFOPLIST_FILE = "OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist"; + PRODUCT_BUNDLE_IDENTIFIER = "de.felixschulze.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME)"; TEST_HOST = "$(BUNDLE_LOADER)"; WRAPPER_EXTENSION = xctest; diff --git a/OpenSSL-for-iOS.xcodeproj/xcshareddata/xcschemes/OpenSSL-for-iOS.xcscheme b/OpenSSL-for-iOS.xcodeproj/xcshareddata/xcschemes/OpenSSL-for-iOS.xcscheme index bdee3e7..3df6a15 100644 --- a/OpenSSL-for-iOS.xcodeproj/xcshareddata/xcschemes/OpenSSL-for-iOS.xcscheme +++ b/OpenSSL-for-iOS.xcodeproj/xcshareddata/xcschemes/OpenSSL-for-iOS.xcscheme @@ -1,6 +1,6 @@ + shouldUseLaunchSchemeArgsEnv = "YES"> @@ -48,15 +48,18 @@ ReferencedContainer = "container:OpenSSL-for-iOS.xcodeproj"> + + @@ -72,10 +75,10 @@ diff --git a/OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist b/OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist index 18b5b74..5e3f63d 100644 --- a/OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist +++ b/OpenSSL-for-iOS/OpenSSL-for-iOS-Info.plist @@ -13,7 +13,7 @@ CFBundleIcons~ipad CFBundleIdentifier - de.felixschulze.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -21,11 +21,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0 + 3.1 CFBundleSignature ???? CFBundleVersion - 3.0 + 1 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/OpenSSL-for-iOS/en.lproj/ViewController.xib b/OpenSSL-for-iOS/en.lproj/ViewController.xib index 492d43e..dcf0f85 100644 --- a/OpenSSL-for-iOS/en.lproj/ViewController.xib +++ b/OpenSSL-for-iOS/en.lproj/ViewController.xib @@ -1,8 +1,8 @@ - + - + @@ -20,18 +20,21 @@ + + + @@ -140,9 +151,4 @@ - - - - - diff --git a/OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist b/OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist index 0ddcabc..169b6f7 100644 --- a/OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist +++ b/OpenSSL-for-iOS_Tests/OpenSSL-for-iOS_Tests-Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - de.felixschulze.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType