Skip to content

Msue 163 #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Carthage/Checkouts/sift-ios"]
path = HelloSift/Carthage/Checkouts/sift-ios
url = https://github.com/SiftScience/sift-ios.git
2 changes: 1 addition & 1 deletion HelloSift/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "SiftScience/sift-ios" "v2.1.4"
github "SiftScience/sift-ios" "v2.1.5"
27 changes: 22 additions & 5 deletions HelloSift/HelloSift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
/* Begin PBXBuildFile section */
712A42191C6D3FAA005AEC79 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 712A42171C6D3E9F005AEC79 /* CoreLocation.framework */; };
712A421B1C6D5744005AEC79 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 712A421A1C6D5744005AEC79 /* CoreMotion.framework */; };
714ACE9C1C99E97300596A7C /* Sift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 714ACE9B1C99E97300596A7C /* Sift.framework */; };
714ACE9D1C99E97300596A7C /* Sift.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 714ACE9B1C99E97300596A7C /* Sift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
71E96AE91BFC074D0037AC23 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E96AE81BFC074D0037AC23 /* main.m */; };
71E96AEC1BFC074D0037AC23 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E96AEB1BFC074D0037AC23 /* AppDelegate.m */; };
71E96AEF1BFC074D0037AC23 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E96AEE1BFC074D0037AC23 /* ViewController.m */; };
71E96AF21BFC074D0037AC23 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71E96AF01BFC074D0037AC23 /* Main.storyboard */; };
71E96AF41BFC074D0037AC23 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71E96AF31BFC074D0037AC23 /* Assets.xcassets */; };
71E96AF71BFC074D0037AC23 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71E96AF51BFC074D0037AC23 /* LaunchScreen.storyboard */; };
9FC961A42A7B4B2B00891B4F /* Sift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9FC961A32A7B4B2B00891B4F /* Sift.framework */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -47,15 +47,16 @@
71E96AF31BFC074D0037AC23 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
71E96AF61BFC074D0037AC23 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
71E96AF81BFC074D0037AC23 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9FC961A32A7B4B2B00891B4F /* Sift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Sift.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
71E96AE11BFC074D0037AC23 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9FC961A42A7B4B2B00891B4F /* Sift.framework in Frameworks */,
712A421B1C6D5744005AEC79 /* CoreMotion.framework in Frameworks */,
714ACE9C1C99E97300596A7C /* Sift.framework in Frameworks */,
712A42191C6D3FAA005AEC79 /* CoreLocation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -71,6 +72,7 @@
712A42171C6D3E9F005AEC79 /* CoreLocation.framework */,
71E96AE61BFC074D0037AC23 /* HelloSift */,
71E96AE51BFC074D0037AC23 /* Products */,
9FC9619C2A7AC2C500891B4F /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -106,6 +108,14 @@
name = "Supporting Files";
sourceTree = "<group>";
};
9FC9619C2A7AC2C500891B4F /* Frameworks */ = {
isa = PBXGroup;
children = (
9FC961A32A7B4B2B00891B4F /* Sift.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -139,6 +149,7 @@
TargetAttributes = {
71E96AE31BFC074D0037AC23 = {
CreatedOnToolsVersion = 7.1;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -176,17 +187,17 @@
/* Begin PBXShellScriptBuildPhase section */
714ACEA11C99EA5900596A7C /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
"$(PROJECT_DIR)/Carthage/Build/iOS/Sift.framework",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -329,6 +340,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -339,6 +352,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.sift.HelloSift;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Debug;
};
Expand All @@ -348,6 +362,8 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS",
Expand All @@ -358,6 +374,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.sift.HelloSift;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Release;
};
Expand Down
Loading