Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
takecian committed Feb 7, 2020
1 parent 391c780 commit e3f95fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/SwiftRater/SwiftRater.framework",
);
name = "[CP] Embed Pods Frameworks";
Expand All @@ -327,7 +327,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Demo/Pods-Demo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -519,7 +519,7 @@
DEVELOPMENT_TEAM = 495G5CPHRQ;
INFOPLIST_FILE = Demo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.takecian.Demo;
PRODUCT_BUNDLE_IDENTIFIER = com.cocomoe.carp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -538,7 +538,7 @@
DEVELOPMENT_TEAM = 495G5CPHRQ;
INFOPLIST_FILE = Demo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.takecian.Demo;
PRODUCT_BUNDLE_IDENTIFIER = com.cocomoe.carp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
Expand Down
1 change: 1 addition & 0 deletions Demo/Demo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
SwiftRater.daysBeforeReminding = 1
SwiftRater.showLaterButton = true
SwiftRater.showLog = true
// SwiftRater.countryCode = "fr" // if your app is only avaiable for some coutnries, please add country code.
// SwiftRater.debugMode = true // need to set false when submitting to AppStore!!
SwiftRater.appLaunched()

Expand Down

0 comments on commit e3f95fb

Please sign in to comment.