Skip to content

Commit

Permalink
Merge pull request #11 from reproio/release-0.3.3
Browse files Browse the repository at this point in the history
Release 0.3.3
  • Loading branch information
mhayashi committed Oct 27, 2014
2 parents ac68ff0 + b4a0e48 commit 73349a2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.3

- Fix a bug of face recording

# 0.3.2

- Custom confirmation dialog
Expand Down
12 changes: 6 additions & 6 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 */
106D7CE219F5504300C46259 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 106D7CE119F5504300C46259 /* Repro.framework */; };
1056D24419FE765A005ECAF0 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1056D24319FE765A005ECAF0 /* 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 */
106D7CE119F5504300C46259 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = "<group>"; };
1056D24319FE765A005ECAF0 /* 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 = (
106D7CE219F5504300C46259 /* Repro.framework in Frameworks */,
1056D24419FE765A005ECAF0 /* Repro.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -71,7 +71,7 @@
10BE275B19EDACF3008F0914 = {
isa = PBXGroup;
children = (
106D7CE119F5504300C46259 /* Repro.framework */,
1056D24319FE765A005ECAF0 /* Repro.framework */,
10BE276619EDACF3008F0914 /* ReproExample */,
10BE278319EDACF3008F0914 /* ReproExampleTests */,
10BE276519EDACF3008F0914 /* Products */,
Expand Down Expand Up @@ -311,7 +311,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -347,7 +347,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
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.2'
s.version = '0.3.3'
s.summary = 'Tracking & recording user behavior in your app.'
s.homepage = 'https://repro.io/'
s.license = {
Expand Down

0 comments on commit 73349a2

Please sign in to comment.