Skip to content

Commit

Permalink
Version 14 in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
ErisMik committed Apr 19, 2024
1 parent eba2654 commit dda4158
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions demo/ios/PicoLLMDemo/PicoLLMDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
02A1194B268D39A700A2AC99 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A1194A268D39A700A2AC99 /* ContentView.swift */; };
02A1194D268D39AB00A2AC99 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 02A1194C268D39AB00A2AC99 /* Assets.xcassets */; };
02A1195F268D3FD600A2AC99 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02A1195E268D3FD600A2AC99 /* ViewModel.swift */; };
CBF7B4B3EDD3801404643F1B /* libPods-PicoLLMDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F28B40097630AC2A6F1FB1F3 /* libPods-PicoLLMDemo.a */; };
2A8147B21D03A44819A9AECB /* libPods-PicoLLMDemo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EFE4422D604A23D288F7DE93 /* libPods-PicoLLMDemo.a */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -21,17 +21,17 @@
02A1194C268D39AB00A2AC99 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
02A11951268D39AB00A2AC99 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
02A1195E268D3FD600A2AC99 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
657C5A071A7628ECDC714D25 /* Pods-PicoLLMDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PicoLLMDemo.debug.xcconfig"; path = "Target Support Files/Pods-PicoLLMDemo/Pods-PicoLLMDemo.debug.xcconfig"; sourceTree = "<group>"; };
687212B5149CCA100470035C /* Pods-PicoLLMDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PicoLLMDemo.release.xcconfig"; path = "Target Support Files/Pods-PicoLLMDemo/Pods-PicoLLMDemo.release.xcconfig"; sourceTree = "<group>"; };
F28B40097630AC2A6F1FB1F3 /* libPods-PicoLLMDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PicoLLMDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
08DF4E2DE3033356FDD5C488 /* Pods-PicoLLMDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PicoLLMDemo.debug.xcconfig"; path = "Target Support Files/Pods-PicoLLMDemo/Pods-PicoLLMDemo.debug.xcconfig"; sourceTree = "<group>"; };
787AC77FD1510FA692FCF5BF /* Pods-PicoLLMDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-PicoLLMDemo.release.xcconfig"; path = "Target Support Files/Pods-PicoLLMDemo/Pods-PicoLLMDemo.release.xcconfig"; sourceTree = "<group>"; };
EFE4422D604A23D288F7DE93 /* libPods-PicoLLMDemo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-PicoLLMDemo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
02A11942268D39A700A2AC99 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
CBF7B4B3EDD3801404643F1B /* libPods-PicoLLMDemo.a in Frameworks */,
2A8147B21D03A44819A9AECB /* libPods-PicoLLMDemo.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -44,7 +44,7 @@
02A11947268D39A700A2AC99 /* PicoLLMDemo */,
02A11946268D39A700A2AC99 /* Products */,
8DB92FF3DC81AB04D3FF7242 /* Pods */,
8C457DABA377FC98D7F4897A /* Frameworks */,
ED71FADED8C67B3451F0E310 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -68,21 +68,21 @@
path = PicoLLMDemo;
sourceTree = "<group>";
};
8C457DABA377FC98D7F4897A /* Frameworks */ = {
8DB92FF3DC81AB04D3FF7242 /* Pods */ = {
isa = PBXGroup;
children = (
F28B40097630AC2A6F1FB1F3 /* libPods-PicoLLMDemo.a */,
08DF4E2DE3033356FDD5C488 /* Pods-PicoLLMDemo.debug.xcconfig */,
787AC77FD1510FA692FCF5BF /* Pods-PicoLLMDemo.release.xcconfig */,
);
name = Frameworks;
path = Pods;
sourceTree = "<group>";
};
8DB92FF3DC81AB04D3FF7242 /* Pods */ = {
ED71FADED8C67B3451F0E310 /* Frameworks */ = {
isa = PBXGroup;
children = (
657C5A071A7628ECDC714D25 /* Pods-PicoLLMDemo.debug.xcconfig */,
687212B5149CCA100470035C /* Pods-PicoLLMDemo.release.xcconfig */,
EFE4422D604A23D288F7DE93 /* libPods-PicoLLMDemo.a */,
);
path = Pods;
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
Expand All @@ -92,11 +92,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 02A11954268D39AB00A2AC99 /* Build configuration list for PBXNativeTarget "PicoLLMDemo" */;
buildPhases = (
23B919BCB2263EC2D4221374 /* [CP] Check Pods Manifest.lock */,
8A327DC9DB6171958AE34069 /* [CP] Check Pods Manifest.lock */,
02A11941268D39A700A2AC99 /* Sources */,
02A11942268D39A700A2AC99 /* Frameworks */,
02A11943268D39A700A2AC99 /* Resources */,
D8CEF87532270DCEEAF4B6EC /* [CP] Embed Pods Frameworks */,
A7A67007BD54AB20BAF195BD /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -151,7 +151,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
23B919BCB2263EC2D4221374 /* [CP] Check Pods Manifest.lock */ = {
8A327DC9DB6171958AE34069 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -173,7 +173,7 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
D8CEF87532270DCEEAF4B6EC /* [CP] Embed Pods Frameworks */ = {
A7A67007BD54AB20BAF195BD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -257,7 +257,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -312,7 +312,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand All @@ -324,7 +324,7 @@
};
02A11955268D39AB00A2AC99 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 657C5A071A7628ECDC714D25 /* Pods-PicoLLMDemo.debug.xcconfig */;
baseConfigurationReference = 08DF4E2DE3033356FDD5C488 /* Pods-PicoLLMDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -333,7 +333,7 @@
DEVELOPMENT_TEAM = EU9HUJJU2X;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PicoLLMDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -347,7 +347,7 @@
};
02A11956268D39AB00A2AC99 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 687212B5149CCA100470035C /* Pods-PicoLLMDemo.release.xcconfig */;
baseConfigurationReference = 787AC77FD1510FA692FCF5BF /* Pods-PicoLLMDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -356,7 +356,7 @@
DEVELOPMENT_TEAM = EU9HUJJU2X;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = PicoLLMDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
2 changes: 1 addition & 1 deletion demo/ios/PicoLLMDemo/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://cdn.cocoapods.org/'
platform :ios, '13.0'
platform :ios, '14.0'

target 'PicoLLMDemo' do
pod 'PicoLLM-iOS', :path => '../../../binding/ios'
Expand Down
4 changes: 2 additions & 2 deletions demo/ios/PicoLLMDemo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ EXTERNAL SOURCES:
:path: "../../../binding/ios"

SPEC CHECKSUMS:
PicoLLM-iOS: ea37e8528ffaf70955cf77105051737ddd79bd2d
PicoLLM-iOS: 788538668aec616adf393354add22c7c08ea95f0

PODFILE CHECKSUM: 7f1ab9763916dea1451326c163be8618759c7625
PODFILE CHECKSUM: 7c539ebf8ad3dcea63a32653ac983e80b822295a

COCOAPODS: 1.12.1

0 comments on commit dda4158

Please sign in to comment.