Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PROJECT: fixed project compile problems and warnings. Deployment targ…
…et raised to 7.0
  • Loading branch information
VilemKurz committed Dec 16, 2015
1 parent 6c0f449 commit 8073f45
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Classes/ShareKit/UI/SHKFormFieldCellTextLarge.m
Expand Up @@ -39,6 +39,8 @@ @interface SHKFormFieldCellTextLarge ()

@implementation SHKFormFieldCellTextLarge

@dynamic settings;

- (void)setupLayout {

SAMTextView *textView = [[SAMTextView alloc] initWithFrame:[self frameForTextview]];
Expand Down
11 changes: 8 additions & 3 deletions ShareKit.xcodeproj/project.pbxproj
Expand Up @@ -4350,7 +4350,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0510;
LastUpgradeCheck = 0720;
TargetAttributes = {
7A8C03BD1848CDEE008E4C0A = {
TestTargetID = 7AB5342D1552AADD00171BCE;
Expand Down Expand Up @@ -6074,6 +6074,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "Static Library Tests/Static Library Tests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = xctest;
};
Expand Down Expand Up @@ -6112,6 +6113,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
INFOPLIST_FILE = "Static Library Tests/Static Library Tests-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
VALIDATE_PRODUCT = YES;
WRAPPER_EXTENSION = xctest;
Expand Down Expand Up @@ -6237,6 +6239,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
INFOPLIST_FILE = "ShareKitLibraryResources/ShareKitLibraryResources-Info.plist";
INSTALL_PATH = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = ShareKit;
WRAPPER_EXTENSION = bundle;
};
Expand All @@ -6259,6 +6262,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES;
INFOPLIST_FILE = "ShareKitLibraryResources/ShareKitLibraryResources-Info.plist";
INSTALL_PATH = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = ShareKit;
WRAPPER_EXTENSION = bundle;
};
Expand Down Expand Up @@ -7437,6 +7441,7 @@
isa = XCBuildConfiguration;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "\"$SRCROOT/Frameworks\"";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_THUMB_SUPPORT = NO;
Expand All @@ -7447,7 +7452,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(PROJECT_DIR)/Submodules\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -7468,7 +7473,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"\"$(PROJECT_DIR)/Submodules\"",
);
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
22 changes: 17 additions & 5 deletions ShareKit.xcodeproj/xcshareddata/xcschemes/Static Library.xcscheme
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0510"
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand All @@ -23,10 +23,10 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
Expand All @@ -39,24 +39,36 @@
</BuildableReference>
</TestableReference>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "7AB5342D1552AADD00171BCE"
BuildableName = "libShareKit.a"
BlueprintName = "Static Library"
ReferencedContainer = "container:ShareKit.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
Expand Down
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down
2 changes: 1 addition & 1 deletion Static Library Tests/Static Library Tests-Info.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.cocoaminers.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down

0 comments on commit 8073f45

Please sign in to comment.