Skip to content

Commit

Permalink
Merge pull request #14 from reproio/release-0.3.6
Browse files Browse the repository at this point in the history
Release 0.3.6
  • Loading branch information
mhayashi committed Nov 24, 2014
2 parents e8e61e2 + 3cec062 commit 9ff297c
Show file tree
Hide file tree
Showing 57 changed files with 43 additions and 13 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.6

- Usability Testing
- Improves masking reliability
- Improves reliability of survey API

# 0.3.5

- Fix crashing when touched
Expand Down
33 changes: 27 additions & 6 deletions Example/ReproExample/ReproExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
10A4566A19FFA164002BB423 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 10A4566919FFA164002BB423 /* Repro.framework */; };
1015F7461A233F860093FF2C /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1015F7431A233F860093FF2C /* Repro.framework */; };
1015F7471A233F860093FF2C /* ReproSDKResources.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 1015F7451A233F860093FF2C /* ReproSDKResources.bundle */; };
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 +31,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
10A4566919FFA164002BB423 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = "<group>"; };
1015F7431A233F860093FF2C /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Repro.framework; sourceTree = "<group>"; };
1015F7451A233F860093FF2C /* ReproSDKResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ReproSDKResources.bundle; 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 +56,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
10A4566A19FFA164002BB423 /* Repro.framework in Frameworks */,
1015F7461A233F860093FF2C /* Repro.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -68,10 +70,28 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
1015F7421A233F860093FF2C /* Repro.embeddedframework */ = {
isa = PBXGroup;
children = (
1015F7431A233F860093FF2C /* Repro.framework */,
1015F7441A233F860093FF2C /* Resources */,
);
name = Repro.embeddedframework;
path = ../../Repro.embeddedframework;
sourceTree = "<group>";
};
1015F7441A233F860093FF2C /* Resources */ = {
isa = PBXGroup;
children = (
1015F7451A233F860093FF2C /* ReproSDKResources.bundle */,
);
path = Resources;
sourceTree = "<group>";
};
10BE275B19EDACF3008F0914 = {
isa = PBXGroup;
children = (
10A4566919FFA164002BB423 /* Repro.framework */,
1015F7421A233F860093FF2C /* Repro.embeddedframework */,
10BE276619EDACF3008F0914 /* ReproExample */,
10BE278319EDACF3008F0914 /* ReproExampleTests */,
10BE276519EDACF3008F0914 /* Products */,
Expand Down Expand Up @@ -213,6 +233,7 @@
files = (
10BE277619EDACF3008F0914 /* Main.storyboard in Resources */,
10BE277B19EDACF3008F0914 /* LaunchScreen.xib in Resources */,
1015F7471A233F860093FF2C /* ReproSDKResources.bundle in Resources */,
10BE277819EDACF3008F0914 /* Images.xcassets in Resources */,
10BE279319EDB188008F0914 /* repro_logo_black.png in Resources */,
);
Expand Down Expand Up @@ -362,7 +383,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ReproExample",
"$(PROJECT_DIR)/../../",
"$(PROJECT_DIR)/../../Repro.embeddedframework",
);
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
Expand All @@ -382,7 +403,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ReproExample",
"$(PROJECT_DIR)/../../",
"$(PROJECT_DIR)/../../Repro.embeddedframework",
);
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
Expand Down
5 changes: 1 addition & 4 deletions Example/ReproExample/ReproExample/SecondViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ - (void)viewDidLoad {

_webView.delegate = self;

NSURL *url = [NSURL URLWithString:@"https://repro.io/"];
NSURL *url = [NSURL URLWithString:@"http://cdn.repro.io.s3.amazonaws.com/index.html"];
[_webView loadRequest:[NSURLRequest requestWithURL:url]];

}

#pragma mark -
#pragma mark WebView
- (void)webViewDidStartLoad:(UIWebView*)webView {
[_indicator startAnimating];
[UIApplication sharedApplication].networkActivityIndicatorVisible = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ FOUNDATION_EXPORT const unsigned char ReproVersionString[];
// Survey
+ (void)survey:(NSError**)error;

// Usability Testing
+ (void)enableUsabilityTesting;

@end

# pragma mark - UIView
Expand Down
Binary file not shown.
File renamed without changes.
Binary file added Repro.embeddedframework/Repro.framework/Repro
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
1 change: 1 addition & 0 deletions Repro.embeddedframework/Resources/ReproSDKResources.bundle
Binary file removed Repro.framework/Repro
Binary file not shown.
8 changes: 5 additions & 3 deletions 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.5'
s.version = '0.3.6'
s.summary = 'Tracking & recording user behavior in your app.'
s.homepage = 'https://repro.io/'
s.license = {
Expand All @@ -18,8 +18,10 @@ Pod::Spec.new do |s|
s.platform = :ios
s.requires_arc = true

s.public_header_files = 'Repro.framework/**/*.h'
s.vendored_frameworks = 'Repro.framework'
s.public_header_files = 'Repro.embeddedframework/Repro.framework/Headers/*.h'
s.vendored_frameworks = 'Repro.embeddedframework/Repro.framework'
s.resource = 'Repro.embeddedframework/Resources/ReproSDKResources.bundle'

s.frameworks = 'AVFoundation', 'QuartzCore', 'CoreMedia', 'CoreVideo'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load'}
end

0 comments on commit 9ff297c

Please sign in to comment.