Skip to content

Commit

Permalink
Merge pull request #9 from reproio/v0.3.1
Browse files Browse the repository at this point in the history
Fix SDK Link
  • Loading branch information
mhayashi committed Oct 17, 2014
2 parents a83496c + 6567c6a commit 262af01
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 85 deletions.
16 changes: 12 additions & 4 deletions Example/ReproExample/ReproExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
101A9FDF19F0C0EE0047DC09 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 101A9FDE19F0C0EE0047DC09 /* 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 @@ -16,7 +17,6 @@
10BE277B19EDACF3008F0914 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 10BE277919EDACF3008F0914 /* LaunchScreen.xib */; };
10BE278719EDACF3008F0914 /* ReproExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 10BE278619EDACF3008F0914 /* ReproExampleTests.m */; };
10BE279319EDB188008F0914 /* repro_logo_black.png in Resources */ = {isa = PBXBuildFile; fileRef = 10BE279219EDB188008F0914 /* repro_logo_black.png */; };
10BE27E119EFE8DE008F0914 /* Repro.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 627FC25619EFA243000BE794 /* Repro.framework */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -30,6 +30,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
101A9FDE19F0C0EE0047DC09 /* 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 @@ -46,15 +47,14 @@
10BE278519EDACF3008F0914 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
10BE278619EDACF3008F0914 /* ReproExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ReproExampleTests.m; sourceTree = "<group>"; };
10BE279219EDB188008F0914 /* repro_logo_black.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = repro_logo_black.png; path = ../repro_logo_black.png; sourceTree = "<group>"; };
627FC25619EFA243000BE794 /* Repro.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Repro.framework; path = ../../Repro.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
10BE276119EDACF3008F0914 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
10BE27E119EFE8DE008F0914 /* Repro.framework in Frameworks */,
101A9FDF19F0C0EE0047DC09 /* Repro.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -71,7 +71,7 @@
10BE275B19EDACF3008F0914 = {
isa = PBXGroup;
children = (
627FC25619EFA243000BE794 /* Repro.framework */,
101A9FDE19F0C0EE0047DC09 /* Repro.framework */,
10BE276619EDACF3008F0914 /* ReproExample */,
10BE278319EDACF3008F0914 /* ReproExampleTests */,
10BE276519EDACF3008F0914 /* Products */,
Expand Down Expand Up @@ -367,6 +367,10 @@
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -383,6 +387,10 @@
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
"-ObjC",
"-all_load",
);
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down
Binary file modified Repro.framework/Info.plist
Binary file not shown.
Binary file modified Repro.framework/Repro
100755 → 100644
Binary file not shown.
Binary file removed Repro.framework/ResourceRules.plist
Binary file not shown.
80 changes: 0 additions & 80 deletions Repro.framework/_CodeSignature/CodeResources

This file was deleted.

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.0'
s.version = '0.3.1'
s.summary = 'Tracking & recording user behavior in your app.'
s.homepage = 'https://repro.io/'
s.license = {
Expand Down

0 comments on commit 262af01

Please sign in to comment.