Skip to content

Commit 4e0ebc1

Browse files
minor changes
1 parent 9dea1d1 commit 4e0ebc1

2 files changed

Lines changed: 37 additions & 37 deletions

File tree

Playground/YapRun/YapRun.xcodeproj/project.pbxproj

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
5425BDB02F4C148700633DA2 /* RunAnywhere in Frameworks */ = {isa = PBXBuildFile; productRef = 5425BDAF2F4C148700633DA2 /* RunAnywhere */; };
11-
5425BDB22F4C148700633DA2 /* RunAnywhereONNX in Frameworks */ = {isa = PBXBuildFile; productRef = 5425BDB12F4C148700633DA2 /* RunAnywhereONNX */; };
12-
5425BDB42F4C148700633DA2 /* RunAnywhereWhisperKit in Frameworks */ = {isa = PBXBuildFile; productRef = 5425BDB32F4C148700633DA2 /* RunAnywhereWhisperKit */; };
1310
54398FEF2F497A03009D6B51 /* YapRunKeyboard.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 54398FE82F497A02009D6B51 /* YapRunKeyboard.appex */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1411
54398FFC2F497A34009D6B51 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54398FFB2F497A34009D6B51 /* WidgetKit.framework */; };
1512
54398FFE2F497A34009D6B51 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54398FFD2F497A34009D6B51 /* SwiftUI.framework */; };
1613
5439900B2F497A35009D6B51 /* YapRunActivityExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 54398FF92F497A34009D6B51 /* YapRunActivityExtension.appex */; platformFilter = ios; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
14+
54BE95652F4C419600B9011C /* RunAnywhere in Frameworks */ = {isa = PBXBuildFile; productRef = 54BE95642F4C419600B9011C /* RunAnywhere */; };
15+
54BE95672F4C419600B9011C /* RunAnywhereONNX in Frameworks */ = {isa = PBXBuildFile; productRef = 54BE95662F4C419600B9011C /* RunAnywhereONNX */; };
16+
54BE95692F4C419600B9011C /* RunAnywhereWhisperKit in Frameworks */ = {isa = PBXBuildFile; productRef = 54BE95682F4C419600B9011C /* RunAnywhereWhisperKit */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXContainerItemProxy section */
@@ -62,23 +62,6 @@
6262
};
6363
/* End PBXCopyFilesBuildPhase section */
6464

65-
/* Begin PBXShellScriptBuildPhase section */
66-
AA000001STRIPSTATICFWS /* Strip Static Frameworks */ = {
67-
isa = PBXShellScriptBuildPhase;
68-
buildActionMask = 2147483647;
69-
files = (
70-
);
71-
inputPaths = (
72-
);
73-
name = "Strip Static Frameworks";
74-
outputPaths = (
75-
);
76-
runOnlyForDeploymentPostprocessing = 0;
77-
shellPath = /bin/sh;
78-
shellScript = "# Remove SPM-generated framework stubs for our static libraries.\n# These are statically linked into the app binary (verified: no @rpath references).\n# SPM creates these empty dynamic framework wrappers but they are not needed\n# and cause App Store validation failures.\nFRAMEWORKS_TO_STRIP=\"RACommons RABackendONNX RABackendLLAMACPP onnxruntime\"\nfor FW_DIR in \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" \"${CODESIGNING_FOLDER_PATH}/Frameworks\" \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"; do\n if [ -d \"${FW_DIR}\" ]; then\n for fw in $FRAMEWORKS_TO_STRIP; do\n if [ -d \"${FW_DIR}/${fw}.framework\" ]; then\n echo \"Removing unnecessary framework stub: ${fw}.framework\"\n rm -rf \"${FW_DIR}/${fw}.framework\"\n fi\n done\n fi\ndone\n";
79-
};
80-
/* End PBXShellScriptBuildPhase section */
81-
8265
/* Begin PBXFileReference section */
8366
54398FBA2F4979D2009D6B51 /* YapRun.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YapRun.app; sourceTree = BUILT_PRODUCTS_DIR; };
8467
54398FC72F4979D3009D6B51 /* YapRunTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = YapRunTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -156,9 +139,9 @@
156139
isa = PBXFrameworksBuildPhase;
157140
buildActionMask = 2147483647;
158141
files = (
159-
5425BDB42F4C148700633DA2 /* RunAnywhereWhisperKit in Frameworks */,
160-
5425BDB22F4C148700633DA2 /* RunAnywhereONNX in Frameworks */,
161-
5425BDB02F4C148700633DA2 /* RunAnywhere in Frameworks */,
142+
54BE95692F4C419600B9011C /* RunAnywhereWhisperKit in Frameworks */,
143+
54BE95672F4C419600B9011C /* RunAnywhereONNX in Frameworks */,
144+
54BE95652F4C419600B9011C /* RunAnywhere in Frameworks */,
162145
);
163146
runOnlyForDeploymentPostprocessing = 0;
164147
};
@@ -254,9 +237,9 @@
254237
);
255238
name = YapRun;
256239
packageProductDependencies = (
257-
5425BDAF2F4C148700633DA2 /* RunAnywhere */,
258-
5425BDB12F4C148700633DA2 /* RunAnywhereONNX */,
259-
5425BDB32F4C148700633DA2 /* RunAnywhereWhisperKit */,
240+
54BE95642F4C419600B9011C /* RunAnywhere */,
241+
54BE95662F4C419600B9011C /* RunAnywhereONNX */,
242+
54BE95682F4C419600B9011C /* RunAnywhereWhisperKit */,
260243
);
261244
productName = YapRun;
262245
productReference = 54398FBA2F4979D2009D6B51 /* YapRun.app */;
@@ -391,7 +374,7 @@
391374
mainGroup = 54398FB12F4979D2009D6B51;
392375
minimizedProjectReferenceProxies = 1;
393376
packageReferences = (
394-
5425BDAE2F4C148700633DA2 /* XCRemoteSwiftPackageReference "runanywhere-sdks" */,
377+
54BE95632F4C419600B9011C /* XCRemoteSwiftPackageReference "runanywhere-sdks" */,
395378
);
396379
preferredProjectObjectVersion = 77;
397380
productRefGroup = 54398FBB2F4979D2009D6B51 /* Products */;
@@ -445,6 +428,23 @@
445428
};
446429
/* End PBXResourcesBuildPhase section */
447430

431+
/* Begin PBXShellScriptBuildPhase section */
432+
AA000001STRIPSTATICFWS /* Strip Static Frameworks */ = {
433+
isa = PBXShellScriptBuildPhase;
434+
buildActionMask = 2147483647;
435+
files = (
436+
);
437+
inputPaths = (
438+
);
439+
name = "Strip Static Frameworks";
440+
outputPaths = (
441+
);
442+
runOnlyForDeploymentPostprocessing = 0;
443+
shellPath = /bin/sh;
444+
shellScript = "# Remove SPM-generated framework stubs for our static libraries.\n# These are statically linked into the app binary (verified: no @rpath references).\n# SPM creates these empty dynamic framework wrappers but they are not needed\n# and cause App Store validation failures.\nFRAMEWORKS_TO_STRIP=\"RACommons RABackendONNX RABackendLLAMACPP onnxruntime\"\nfor FW_DIR in \"${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}\" \"${CODESIGNING_FOLDER_PATH}/Frameworks\" \"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}\"; do\n if [ -d \"${FW_DIR}\" ]; then\n for fw in $FRAMEWORKS_TO_STRIP; do\n if [ -d \"${FW_DIR}/${fw}.framework\" ]; then\n echo \"Removing unnecessary framework stub: ${fw}.framework\"\n rm -rf \"${FW_DIR}/${fw}.framework\"\n fi\n done\n fi\ndone\n";
445+
};
446+
/* End PBXShellScriptBuildPhase section */
447+
448448
/* Begin PBXSourcesBuildPhase section */
449449
54398FB62F4979D2009D6B51 /* Sources */ = {
450450
isa = PBXSourcesBuildPhase;
@@ -1011,30 +1011,30 @@
10111011
/* End XCConfigurationList section */
10121012

10131013
/* Begin XCRemoteSwiftPackageReference section */
1014-
5425BDAE2F4C148700633DA2 /* XCRemoteSwiftPackageReference "runanywhere-sdks" */ = {
1014+
54BE95632F4C419600B9011C /* XCRemoteSwiftPackageReference "runanywhere-sdks" */ = {
10151015
isa = XCRemoteSwiftPackageReference;
10161016
repositoryURL = "https://github.com/RunanywhereAI/runanywhere-sdks";
10171017
requirement = {
10181018
kind = upToNextMajorVersion;
1019-
minimumVersion = 0.19.4;
1019+
minimumVersion = 0.19.5;
10201020
};
10211021
};
10221022
/* End XCRemoteSwiftPackageReference section */
10231023

10241024
/* Begin XCSwiftPackageProductDependency section */
1025-
5425BDAF2F4C148700633DA2 /* RunAnywhere */ = {
1025+
54BE95642F4C419600B9011C /* RunAnywhere */ = {
10261026
isa = XCSwiftPackageProductDependency;
1027-
package = 5425BDAE2F4C148700633DA2 /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
1027+
package = 54BE95632F4C419600B9011C /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
10281028
productName = RunAnywhere;
10291029
};
1030-
5425BDB12F4C148700633DA2 /* RunAnywhereONNX */ = {
1030+
54BE95662F4C419600B9011C /* RunAnywhereONNX */ = {
10311031
isa = XCSwiftPackageProductDependency;
1032-
package = 5425BDAE2F4C148700633DA2 /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
1032+
package = 54BE95632F4C419600B9011C /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
10331033
productName = RunAnywhereONNX;
10341034
};
1035-
5425BDB32F4C148700633DA2 /* RunAnywhereWhisperKit */ = {
1035+
54BE95682F4C419600B9011C /* RunAnywhereWhisperKit */ = {
10361036
isa = XCSwiftPackageProductDependency;
1037-
package = 5425BDAE2F4C148700633DA2 /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
1037+
package = 54BE95632F4C419600B9011C /* XCRemoteSwiftPackageReference "runanywhere-sdks" */;
10381038
productName = RunAnywhereWhisperKit;
10391039
};
10401040
/* End XCSwiftPackageProductDependency section */

Playground/YapRun/YapRun.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)