Skip to content

Commit

Permalink
Merge pull request #10 from reproio/release-0.3.2
Browse files Browse the repository at this point in the history
Release 0.3.2
  • Loading branch information
mhayashi committed Oct 23, 2014
2 parents 262af01 + d75f6d8 commit ac68ff0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 16 deletions.
27 changes: 16 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -26,7 +32,7 @@ Bug fix
- Mask correctly while transition
- Mask correctly while orientation changing

## 0.2.7
# 0.2.7

Enhancement

Expand All @@ -36,7 +42,7 @@ Bug fix

- Fix the bug on restart of face cam recording

## 0.2.6
# 0.2.6

Enhancement

Expand All @@ -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

8 changes: 4 additions & 4 deletions Example/ReproExample/ReproExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand All @@ -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 = "<group>"; };
106D7CE119F5504300C46259 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = "<group>"; };
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 = "<group>"; };
10BE276919EDACF3008F0914 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
Expand All @@ -54,7 +54,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
101A9FDF19F0C0EE0047DC09 /* Repro.framework in Frameworks */,
106D7CE219F5504300C46259 /* Repro.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -71,7 +71,7 @@
10BE275B19EDACF3008F0914 = {
isa = PBXGroup;
children = (
101A9FDE19F0C0EE0047DC09 /* Repro.framework */,
106D7CE119F5504300C46259 /* Repro.framework */,
10BE276619EDACF3008F0914 /* ReproExample */,
10BE278319EDACF3008F0914 /* ReproExampleTests */,
10BE276519EDACF3008F0914 /* Products */,
Expand Down
Binary file modified Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.framework/Repro
Binary file not shown.
2 changes: 1 addition & 1 deletion Repro.podspec
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit ac68ff0

Please sign in to comment.