Skip to content

Commit

Permalink
[Update] : simple project
Browse files Browse the repository at this point in the history
  • Loading branch information
yhpark-inka committed Jul 24, 2024
1 parent feab52c commit e9a5d61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -22,6 +22,8 @@
B4AFA9112075E329005AF13A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B4AFA9102075E329005AF13A /* main.m */; };
C117297D2717338400F6FE10 /* PallyConFPSSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C18B6F7127171BC600FAC0BE /* PallyConFPSSDK.xcframework */; };
C117297E2717338400F6FE10 /* PallyConFPSSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C18B6F7127171BC600FAC0BE /* PallyConFPSSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C17F9A812C50E1E700B3B57B /* PallyConFPSSDK.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C18B6F7127171BC600FAC0BE /* PallyConFPSSDK.xcframework */; };
C17F9A822C50E1E700B3B57B /* PallyConFPSSDK.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = C18B6F7127171BC600FAC0BE /* PallyConFPSSDK.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand All @@ -42,6 +44,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
C17F9A822C50E1E700B3B57B /* PallyConFPSSDK.xcframework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -80,6 +83,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C17F9A812C50E1E700B3B57B /* PallyConFPSSDK.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion sample/Simple/Objc/PallyConFPSSimple/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// This is customer-specific information.
// you have to set customer information.
#define CERTIFICATE_URL @""
#define CERTIFICATE_URL @"https://license-global.pallycon.com/ri/fpsKeyManager.do?siteId=????"
#define CONTENT_ID @""
#define PALLYCON_TOKEN @""
#define CONTENT_URL @""
Expand Down
2 changes: 1 addition & 1 deletion sample/Simple/Swift/PallyConFPSSimple/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import PallyConFPSSDK
import PallyConFPSSDKTV
#endif

let CERTIFICATE_URL = "https://license-global.pallycon.com/ri/fpsKeyManager.do?siteId=DEMO"
let CERTIFICATE_URL = "https://license-global.pallycon.com/ri/fpsKeyManager.do?siteId=????"
let CONTENT_ID = ""
let PALLYCON_TOKEN = ""
let CONTENT_URL = ""
Expand Down

0 comments on commit e9a5d61

Please sign in to comment.