Skip to content

Commit

Permalink
Merge pull request #199 from ruslanskorb/develop
Browse files Browse the repository at this point in the history
Version 2.2.0
  • Loading branch information
ruslanskorb authored Sep 20, 2018
2 parents e44a0ff + 94be151 commit 8b639c3
Show file tree
Hide file tree
Showing 25 changed files with 85 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode9.1
osx_image: xcode10
language: objective-c

cache:
Expand All @@ -12,7 +12,7 @@ before_script:

install:
- bundle install --jobs=3 --retry=3 --deployment --path=${BUNDLE_PATH:-vendor.bundle}
- bundle exec pod install --project-directory=Example
- bundle exec pod install --repo-update --project-directory=Example

script:
- make test
Expand Down
19 changes: 15 additions & 4 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@ platform :ios, '8.0'
inhibit_all_warnings!

target 'RSKImageCropperExampleTests' do
pod 'Expecta+Snapshots', '2.0.0'
pod 'Specta', '1.0.5'
pod 'Expecta', '1.0.3'
pod 'OCMock', '2.2.4'
pod 'Expecta+Snapshots', '3.1.1'
pod 'Specta', '1.0.7'
pod 'Expecta', '1.0.6'
pod 'OCMock', '3.4.2'

post_install do |installer|

installer.pods_project.targets.each do |target|
if target.name == 'Expecta' || target.name == 'Specta' || target.name == 'FBSnapshotTestCase'
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
end
end
end
end
end
33 changes: 17 additions & 16 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
PODS:
- Expecta (1.0.3)
- "Expecta+Snapshots (2.0.0)":
- Expecta (1.0.6)
- "Expecta+Snapshots (3.1.1)":
- Expecta (~> 1.0)
- FBSnapshotTestCase/Core (~> 2.0.3)
- FBSnapshotTestCase/Core (2.0.7)
- OCMock (2.2.4)
- Specta (1.0.5)
- FBSnapshotTestCase/Core (~> 2.0)
- Specta (~> 1.0)
- FBSnapshotTestCase/Core (2.1.4)
- OCMock (3.4.2)
- Specta (1.0.7)

DEPENDENCIES:
- Expecta (= 1.0.3)
- "Expecta+Snapshots (= 2.0.0)"
- OCMock (= 2.2.4)
- Specta (= 1.0.5)
- Expecta (= 1.0.6)
- "Expecta+Snapshots (= 3.1.1)"
- OCMock (= 3.4.2)
- Specta (= 1.0.7)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
Expand All @@ -22,12 +23,12 @@ SPEC REPOS:
- Specta

SPEC CHECKSUMS:
Expecta: 9d1bff6c8b0eeee73a166a2ee898892478927a15
"Expecta+Snapshots": 29b38dd695bc72a0ed2bea833937d78df41943ba
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
OCMock: a6a7dc0e3997fb9f35d99f72528698ebf60d64f2
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
"Expecta+Snapshots": dcff217eef506dabd6dfdc7864ea2da321fafbb8
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
OCMock: ebe9ee1dca7fbed0ff9193ac0b3e2d8862ea56f6
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66

PODFILE CHECKSUM: 7bba80c3e6dbebf46ab97db828fd7ef427b79ce5
PODFILE CHECKSUM: b86b013bec210aa1f997028a5c25b96c1125fbd9

COCOAPODS: 1.5.3
34 changes: 19 additions & 15 deletions Example/RSKImageCropperExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
25203E99E2977E690330F049 /* libPods-RSKImageCropperExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8F634F70559E46EBF8D2B36A /* libPods-RSKImageCropperExampleTests.a */; };
427370AAAC28816E379251D5 /* libPods-RSKImageCropperExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F013F3EE2DCF8A92E4DF296 /* libPods-RSKImageCropperExampleTests.a */; };
B803F69E1AAB0A1F004141CF /* CGGeometry+RSKImageCropper.m in Sources */ = {isa = PBXBuildFile; fileRef = B803F69D1AAB0A1F004141CF /* CGGeometry+RSKImageCropper.m */; };
B8182F2E1ABC998B00601E43 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = B8182F2D1ABC998B00601E43 /* LaunchScreen.xib */; };
B82DF9C11AE27E81001F4ED2 /* RSKTouchViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B82DF9C01AE27E81001F4ED2 /* RSKTouchViewTests.m */; };
Expand Down Expand Up @@ -47,10 +47,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0C150E48F85DA51945C85DA1 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSKImageCropperExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RSKImageCropperExampleTests/Pods-RSKImageCropperExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
46AAEE5D1B29155700E10C42 /* RSKImageCropViewController+Protected.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RSKImageCropViewController+Protected.h"; sourceTree = "<group>"; };
8F634F70559E46EBF8D2B36A /* libPods-RSKImageCropperExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RSKImageCropperExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
920CDB33366A5C7417CF0915 /* Pods-RSKImageCropperExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSKImageCropperExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RSKImageCropperExampleTests/Pods-RSKImageCropperExampleTests.release.xcconfig"; sourceTree = "<group>"; };
5F013F3EE2DCF8A92E4DF296 /* libPods-RSKImageCropperExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-RSKImageCropperExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
B803F69C1AAB0A1F004141CF /* CGGeometry+RSKImageCropper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CGGeometry+RSKImageCropper.h"; sourceTree = "<group>"; };
B803F69D1AAB0A1F004141CF /* CGGeometry+RSKImageCropper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CGGeometry+RSKImageCropper.m"; sourceTree = "<group>"; };
B8182F2D1ABC998B00601E43 /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -91,6 +89,8 @@
B8D73A861B9B1E73003AFA4A /* RSKInternalUtility.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RSKInternalUtility.m; sourceTree = "<group>"; };
B8F617651AE43CEF00499402 /* RSKImageCropperPerformanceTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RSKImageCropperPerformanceTests.m; sourceTree = "<group>"; };
B8F617671AE4468000499402 /* RSKImageScrollViewTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RSKImageScrollViewTests.m; sourceTree = "<group>"; };
BE288B38C3A2D1DB88092360 /* Pods-RSKImageCropperExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSKImageCropperExampleTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-RSKImageCropperExampleTests/Pods-RSKImageCropperExampleTests.release.xcconfig"; sourceTree = "<group>"; };
DCD5C6743C4B47A9E5B110B8 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RSKImageCropperExampleTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RSKImageCropperExampleTests/Pods-RSKImageCropperExampleTests.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -111,18 +111,18 @@
B87A9A0919A4D2CD00D12CD4 /* XCTest.framework in Frameworks */,
B87A9A0B19A4D2CD00D12CD4 /* UIKit.framework in Frameworks */,
B87A9A0A19A4D2CD00D12CD4 /* Foundation.framework in Frameworks */,
25203E99E2977E690330F049 /* libPods-RSKImageCropperExampleTests.a in Frameworks */,
427370AAAC28816E379251D5 /* libPods-RSKImageCropperExampleTests.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
A4C3C27E54049C6A4E02E73C /* Pods */ = {
52C9CBC6DB0B0A0BFBFB6175 /* Pods */ = {
isa = PBXGroup;
children = (
0C150E48F85DA51945C85DA1 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */,
920CDB33366A5C7417CF0915 /* Pods-RSKImageCropperExampleTests.release.xcconfig */,
DCD5C6743C4B47A9E5B110B8 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */,
BE288B38C3A2D1DB88092360 /* Pods-RSKImageCropperExampleTests.release.xcconfig */,
);
name = Pods;
sourceTree = "<group>";
Expand All @@ -135,7 +135,7 @@
B87A9A0E19A4D2CD00D12CD4 /* RSKImageCropperExampleTests */,
B87A99EE19A4D2CD00D12CD4 /* Frameworks */,
B87A99ED19A4D2CD00D12CD4 /* Products */,
A4C3C27E54049C6A4E02E73C /* Pods */,
52C9CBC6DB0B0A0BFBFB6175 /* Pods */,
);
sourceTree = "<group>";
};
Expand All @@ -155,7 +155,7 @@
B87A99F119A4D2CD00D12CD4 /* CoreGraphics.framework */,
B87A99F319A4D2CD00D12CD4 /* UIKit.framework */,
B87A9A0819A4D2CD00D12CD4 /* XCTest.framework */,
8F634F70559E46EBF8D2B36A /* libPods-RSKImageCropperExampleTests.a */,
5F013F3EE2DCF8A92E4DF296 /* libPods-RSKImageCropperExampleTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -282,7 +282,7 @@
isa = PBXNativeTarget;
buildConfigurationList = B87A9A1B19A4D2CD00D12CD4 /* Build configuration list for PBXNativeTarget "RSKImageCropperExampleTests" */;
buildPhases = (
E6ACA6AC7E2047985157DEC7 /* [CP] Check Pods Manifest.lock */,
42671B6A92E13D27D0A4BC57 /* [CP] Check Pods Manifest.lock */,
B87A9A0319A4D2CD00D12CD4 /* Sources */,
B87A9A0419A4D2CD00D12CD4 /* Frameworks */,
B87A9A0519A4D2CD00D12CD4 /* Resources */,
Expand All @@ -304,7 +304,7 @@
isa = PBXProject;
attributes = {
CLASSPREFIX = RSK;
LastUpgradeCheck = 0910;
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = "Ruslan Skorb";
TargetAttributes = {
B87A99EB19A4D2CD00D12CD4 = {
Expand Down Expand Up @@ -357,7 +357,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
E6ACA6AC7E2047985157DEC7 /* [CP] Check Pods Manifest.lock */ = {
42671B6A92E13D27D0A4BC57 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -449,12 +449,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -507,12 +509,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -580,7 +584,7 @@
};
B87A9A1C19A4D2CD00D12CD4 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0C150E48F85DA51945C85DA1 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */;
baseConfigurationReference = DCD5C6743C4B47A9E5B110B8 /* Pods-RSKImageCropperExampleTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RSKImageCropperExample.app/RSKImageCropperExample";
DEVELOPMENT_TEAM = J3P7YV7464;
Expand All @@ -604,7 +608,7 @@
};
B87A9A1D19A4D2CD00D12CD4 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 920CDB33366A5C7417CF0915 /* Pods-RSKImageCropperExampleTests.release.xcconfig */;
baseConfigurationReference = BE288B38C3A2D1DB88092360 /* Pods-RSKImageCropperExampleTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RSKImageCropperExample.app/RSKImageCropperExample";
DEVELOPMENT_TEAM = J3P7YV7464;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0910"
LastUpgradeVersion = "1000"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down Expand Up @@ -40,7 +40,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
Expand Down Expand Up @@ -70,7 +69,6 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,8 @@ - (void)resetZoomScale;

UIRotationGestureRecognizer *rotationGestureRecognizer = [[UIRotationGestureRecognizer alloc] init];
mockRotationGestureRecognizer = [OCMockObject partialMockForObject:rotationGestureRecognizer];
[[[mockRotationGestureRecognizer stub] andReturnValue:@(testRotationAngle)] rotation];
[[[mockRotationGestureRecognizer stub] andReturnValue:@(UIGestureRecognizerStateEnded)] state];
[(UIRotationGestureRecognizer *)[[mockRotationGestureRecognizer stub] andReturnValue:@(testRotationAngle)] rotation];
[(UIRotationGestureRecognizer *)[[mockRotationGestureRecognizer stub] andReturnValue:@(UIGestureRecognizerStateEnded)] state];
});

it(@"enables the rotation", ^{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...mages/RSKImageScrollViewSpec/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WORKSPACE = Example/RSKImageCropperExample.xcworkspace
SCHEME = RSKImageCropperExample
CONFIGURATION = Release
DEVICE_HOST = platform='iOS Simulator',OS='11.1',name='iPhone 7'
DEVICE_HOST = platform='iOS Simulator',OS='12.0',name='iPhone 7'

.PHONY: all build ci clean test lint

Expand Down
2 changes: 1 addition & 1 deletion RSKImageCropper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RSKImageCropper'
s.version = '2.1.0'
s.version = '2.2.0'
s.summary = 'An image cropper for iOS like in the Contacts app with support for landscape orientation.'
s.homepage = 'https://github.com/ruslanskorb/RSKImageCropper'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
18 changes: 11 additions & 7 deletions RSKImageCropper.xcodeproj/project.pbxproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
A5BE39341B32B49D00ECDF88 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0910;
LastUpgradeCheck = 1000;
TargetAttributes = {
A5BE393C1B32B49D00ECDF88 = {
CreatedOnToolsVersion = 6.3.2;
Expand Down Expand Up @@ -219,12 +219,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand All @@ -234,7 +236,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.1.0;
CURRENT_PROJECT_VERSION = 2.2.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -275,12 +277,14 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand All @@ -290,7 +294,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 2.1.0;
CURRENT_PROJECT_VERSION = 2.2.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -317,8 +321,8 @@
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 2.1.0;
DYLIB_CURRENT_VERSION = 2.1.0;
DYLIB_COMPATIBILITY_VERSION = 2.2.0;
DYLIB_CURRENT_VERSION = 2.2.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -335,8 +339,8 @@
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 2.1.0;
DYLIB_CURRENT_VERSION = 2.1.0;
DYLIB_COMPATIBILITY_VERSION = 2.2.0;
DYLIB_CURRENT_VERSION = 2.2.0;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Framework/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
Loading

0 comments on commit 8b639c3

Please sign in to comment.