Skip to content

Commit

Permalink
Update framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayashi committed Nov 24, 2014
1 parent e8e61e2 commit c8424e2
Show file tree
Hide file tree
Showing 55 changed files with 32 additions and 10 deletions.
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.

0 comments on commit c8424e2

Please sign in to comment.