diff --git a/CHANGELOG.md b/CHANGELOG.md index a1d86eb..46e9723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.3.4 + +- Fix some bugs for masking + - Fix mask color + - Do not track touches while keyboard is opened for iOS 8 + # 0.3.3 - Fix a bug of face recording diff --git a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj b/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj index 1aa6ec3..dbf582d 100644 --- a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj +++ b/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 1056D24419FE765A005ECAF0 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1056D24319FE765A005ECAF0 /* Repro.framework */; }; + 10A4566A19FFA164002BB423 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10A4566919FFA164002BB423 /* Repro.framework */; }; 10BE276A19EDACF3008F0914 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276919EDACF3008F0914 /* main.m */; }; 10BE276D19EDACF3008F0914 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276C19EDACF3008F0914 /* AppDelegate.m */; }; 10BE277019EDACF3008F0914 /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE276F19EDACF3008F0914 /* FirstViewController.m */; }; @@ -30,7 +30,7 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 1056D24319FE765A005ECAF0 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = ""; }; + 10A4566919FFA164002BB423 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = ""; }; 10BE276419EDACF3008F0914 /* ReproExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReproExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; 10BE276819EDACF3008F0914 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 10BE276919EDACF3008F0914 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; @@ -54,7 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1056D24419FE765A005ECAF0 /* Repro.framework in Frameworks */, + 10A4566A19FFA164002BB423 /* Repro.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -71,7 +71,7 @@ 10BE275B19EDACF3008F0914 = { isa = PBXGroup; children = ( - 1056D24319FE765A005ECAF0 /* Repro.framework */, + 10A4566919FFA164002BB423 /* Repro.framework */, 10BE276619EDACF3008F0914 /* ReproExample */, 10BE278319EDACF3008F0914 /* ReproExampleTests */, 10BE276519EDACF3008F0914 /* Products */, diff --git a/Repro.framework/Info.plist b/Repro.framework/Info.plist index 79d5290..58513d0 100644 Binary files a/Repro.framework/Info.plist and b/Repro.framework/Info.plist differ diff --git a/Repro.framework/Repro b/Repro.framework/Repro index d3ccc65..036abb9 100644 Binary files a/Repro.framework/Repro and b/Repro.framework/Repro differ diff --git a/Repro.podspec b/Repro.podspec index 519166b..9151b40 100644 --- a/Repro.podspec +++ b/Repro.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Repro' - s.version = '0.3.3' + s.version = '0.3.4' s.summary = 'Tracking & recording user behavior in your app.' s.homepage = 'https://repro.io/' s.license = {