diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c12b9..450e348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ -# Repro CHANGELOG +# 0.3.2 -## 0.3.0 +- Custom confirmation dialog + +# 0.3.1 + +- Fix library link bug + +# 0.3.0 Enhancements @@ -12,7 +18,7 @@ Enhancements - Now you can start & stop recording anytime you need - Event tracking will start automatically if you enable to Tracking on repro.io website -## 0.2.8 +# 0.2.8 Enhancements @@ -26,7 +32,7 @@ Bug fix - Mask correctly while transition - Mask correctly while orientation changing -## 0.2.7 +# 0.2.7 Enhancement @@ -36,7 +42,7 @@ Bug fix - Fix the bug on restart of face cam recording -## 0.2.6 +# 0.2.6 Enhancement @@ -48,26 +54,25 @@ Bug fix - Fix max recording length limitation - Fix time lag between events and movie -## 0.2.5 +# 0.2.5 - Some Bug fix -## 0.2.4 +# 0.2.4 - Implemented manual masking feature - Some Bug fix -## 0.2.3 +# 0.2.3 - Implemented Pause / Resume feature - Implemented User annotation feature - Some Bug fix -## 0.2.2 +# 0.2.2 - Bug fix -## 0.1.8 +# 0.1.8 release 0.1.8 - diff --git a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj b/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj index 2370ef7..050c80a 100644 --- a/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj +++ b/Example/ReproExample/ReproExample.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 101A9FDF19F0C0EE0047DC09 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 101A9FDE19F0C0EE0047DC09 /* Repro.framework */; }; + 106D7CE219F5504300C46259 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 106D7CE119F5504300C46259 /* 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 */ - 101A9FDE19F0C0EE0047DC09 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = ""; }; + 106D7CE119F5504300C46259 /* 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 = ( - 101A9FDF19F0C0EE0047DC09 /* Repro.framework in Frameworks */, + 106D7CE219F5504300C46259 /* Repro.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -71,7 +71,7 @@ 10BE275B19EDACF3008F0914 = { isa = PBXGroup; children = ( - 101A9FDE19F0C0EE0047DC09 /* Repro.framework */, + 106D7CE119F5504300C46259 /* Repro.framework */, 10BE276619EDACF3008F0914 /* ReproExample */, 10BE278319EDACF3008F0914 /* ReproExampleTests */, 10BE276519EDACF3008F0914 /* Products */, diff --git a/Repro.framework/Info.plist b/Repro.framework/Info.plist index 3aa38e9..e51b08e 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 9d74038..fd40f66 100644 Binary files a/Repro.framework/Repro and b/Repro.framework/Repro differ diff --git a/Repro.podspec b/Repro.podspec index 6a2ed80..3082ea3 100644 --- a/Repro.podspec +++ b/Repro.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Repro' - s.version = '0.3.1' + s.version = '0.3.2' s.summary = 'Tracking & recording user behavior in your app.' s.homepage = 'https://repro.io/' s.license = {