Skip to content

Commit

Permalink
Merge pull request #150 from hellohaptik/example-manual
Browse files Browse the repository at this point in the history
Updated Example project
  • Loading branch information
iamsimranjot authored Oct 4, 2019
2 parents f7a7f64 + 4696796 commit 089df98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
7019E72523471BD1008EA97A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7019E72323471BD1008EA97A /* LaunchScreen.storyboard */; };
7019E73D23471F53008EA97A /* HaptikLib.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E73A23471EA7008EA97A /* HaptikLib.framework */; };
7019E73E23471F53008EA97A /* HaptikLib.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E73A23471EA7008EA97A /* HaptikLib.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
7019E74123471F5A008EA97A /* HaptikBase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E74023471F5A008EA97A /* HaptikBase.framework */; };
7019E74223471F5A008EA97A /* HaptikBase.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E74023471F5A008EA97A /* HaptikBase.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
7019E74A2347205E008EA97A /* PINCache.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E7462347204D008EA97A /* PINCache.framework */; };
7019E74B2347205E008EA97A /* PINCache.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E7462347204D008EA97A /* PINCache.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
7019E74C2347205F008EA97A /* PINOperation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E7442347204C008EA97A /* PINOperation.framework */; };
Expand All @@ -33,6 +31,8 @@
7019E77A23472378008EA97A /* SF-UI-Text-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 7019E77123472378008EA97A /* SF-UI-Text-Medium.otf */; };
7019E77B23472378008EA97A /* SF-UI-Text-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 7019E77223472378008EA97A /* SF-UI-Text-Semibold.otf */; };
7019E78123472975008EA97A /* HelperExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7019E78023472975008EA97A /* HelperExtensions.swift */; };
7019E78223472D97008EA97A /* HaptikBase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E74023471F5A008EA97A /* HaptikBase.framework */; };
7019E78323472D97008EA97A /* HaptikBase.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 7019E74023471F5A008EA97A /* HaptikBase.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -43,9 +43,9 @@
dstSubfolderSpec = 10;
files = (
7019E74F23472060008EA97A /* PINRemoteImage.framework in Embed Frameworks */,
7019E74223471F5A008EA97A /* HaptikBase.framework in Embed Frameworks */,
7019E73E23471F53008EA97A /* HaptikLib.framework in Embed Frameworks */,
7019E74D2347205F008EA97A /* PINOperation.framework in Embed Frameworks */,
7019E78323472D97008EA97A /* HaptikBase.framework in Embed Frameworks */,
7019E74B2347205E008EA97A /* PINCache.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
Expand Down Expand Up @@ -87,7 +87,7 @@
7019E74E23472060008EA97A /* PINRemoteImage.framework in Frameworks */,
7019E74C2347205F008EA97A /* PINOperation.framework in Frameworks */,
7019E74A2347205E008EA97A /* PINCache.framework in Frameworks */,
7019E74123471F5A008EA97A /* HaptikBase.framework in Frameworks */,
7019E78223472D97008EA97A /* HaptikBase.framework in Frameworks */,
7019E73D23471F53008EA97A /* HaptikLib.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>CleverTapUseIFA</key>
<true/>
<key>HaptikLib</key>
Expand Down Expand Up @@ -53,6 +51,8 @@
<key>teamID</key>
<string></string>
</dict>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
Expand Down Expand Up @@ -135,8 +135,6 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
Expand Down

0 comments on commit 089df98

Please sign in to comment.