Skip to content

Commit f7384a2

Browse files
committed
CM bumped to 0.9.1 release build
Signing auth changed to Chesterfield
1 parent f819e47 commit f7384a2

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

ios/voicebox.xcodeproj/project.pbxproj

+25-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
E000E3382BA906D500F19B0E /* CriticalMoments in Frameworks */ = {isa = PBXBuildFile; productRef = E000E3372BA906D500F19B0E /* CriticalMoments */; };
1110
E00852622B2B4E83009FE8C0 /* ggml-distil-small.en.bin in Resources */ = {isa = PBXBuildFile; fileRef = E00852602B2B4E59009FE8C0 /* ggml-distil-small.en.bin */; };
1211
E023B2042BA8D32700EA79C5 /* VBShareViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E023B2032BA8D32700EA79C5 /* VBShareViewController.m */; };
1312
E029C3302B2CA69D00E2687A /* ggml-quants.c in Sources */ = {isa = PBXBuildFile; fileRef = E029C32E2B2CA69D00E2687A /* ggml-quants.c */; };
@@ -28,11 +27,14 @@
2827
E049ED512944B986002080BD /* stringUtliTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E049ED502944B986002080BD /* stringUtliTests.m */; };
2928
E04A3321294A347300EF6628 /* OpenAiApiRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = E04A3320294A347300EF6628 /* OpenAiApiRequest.m */; };
3029
E04B889F2B4B9C8C00735169 /* cmConfig.json in Resources */ = {isa = PBXBuildFile; fileRef = E04B889E2B4B9C8C00735169 /* cmConfig.json */; };
30+
E057C5572BAB38B3003158E4 /* CriticalMoments in Frameworks */ = {isa = PBXBuildFile; productRef = E057C5562BAB38B3003158E4 /* CriticalMoments */; };
31+
E057C55A2BAB3BA1003158E4 /* CriticalMoments in Frameworks */ = {isa = PBXBuildFile; productRef = E057C5592BAB3BA1003158E4 /* CriticalMoments */; };
3132
E05B9111293FC4ED004DBFE2 /* VBSpeechSynthesizer.m in Sources */ = {isa = PBXBuildFile; fileRef = E05B9110293FC4ED004DBFE2 /* VBSpeechSynthesizer.m */; };
3233
E07DFF522B2781ED00930E10 /* rawResp.md in Resources */ = {isa = PBXBuildFile; fileRef = E07DFF512B2781ED00930E10 /* rawResp.md */; };
3334
E07DFF542B27DA8900930E10 /* gpt3.5 - long.txt in Resources */ = {isa = PBXBuildFile; fileRef = E07DFF532B27DA8900930E10 /* gpt3.5 - long.txt */; };
3435
E07DFF562B28052C00930E10 /* gpt3.5 - mid 2.txt in Resources */ = {isa = PBXBuildFile; fileRef = E07DFF552B28052C00930E10 /* gpt3.5 - mid 2.txt */; };
3536
E07DFF582B28C69000930E10 /* gpt3.5 - mid 3.txt in Resources */ = {isa = PBXBuildFile; fileRef = E07DFF572B28C69000930E10 /* gpt3.5 - mid 3.txt */; };
37+
E0A442652BAA01AC006C27CB /* CriticalMoments in Frameworks */ = {isa = PBXBuildFile; productRef = E0A442642BAA01AC006C27CB /* CriticalMoments */; };
3638
E0A894DF29DB28790059AFEE /* whisper.h in Sources */ = {isa = PBXBuildFile; fileRef = E0CE98A9295D393B00FF9CA5 /* whisper.h */; settings = {COMPILER_FLAGS = "-Wno-"; }; };
3739
E0B3DF312B2689B000E7D802 /* gpt4-v4.txt in Resources */ = {isa = PBXBuildFile; fileRef = E0B3DF302B2689B000E7D802 /* gpt4-v4.txt */; };
3840
E0BBF1EE293EEE9000FB7FF9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E0BBF1ED293EEE9000FB7FF9 /* AppDelegate.m */; };
@@ -149,7 +151,9 @@
149151
isa = PBXFrameworksBuildPhase;
150152
buildActionMask = 2147483647;
151153
files = (
152-
E000E3382BA906D500F19B0E /* CriticalMoments in Frameworks */,
154+
E0A442652BAA01AC006C27CB /* CriticalMoments in Frameworks */,
155+
E057C55A2BAB3BA1003158E4 /* CriticalMoments in Frameworks */,
156+
E057C5572BAB38B3003158E4 /* CriticalMoments in Frameworks */,
153157
);
154158
runOnlyForDeploymentPostprocessing = 0;
155159
};
@@ -346,7 +350,9 @@
346350
);
347351
name = voicebox;
348352
packageProductDependencies = (
349-
E000E3372BA906D500F19B0E /* CriticalMoments */,
353+
E0A442642BAA01AC006C27CB /* CriticalMoments */,
354+
E057C5562BAB38B3003158E4 /* CriticalMoments */,
355+
E057C5592BAB3BA1003158E4 /* CriticalMoments */,
350356
);
351357
productName = voicebox;
352358
productReference = E0BBF1E9293EEE9000FB7FF9 /* voicebox.app */;
@@ -420,7 +426,7 @@
420426
);
421427
mainGroup = E0BBF1E0293EEE9000FB7FF9;
422428
packageReferences = (
423-
E000E3362BA906D500F19B0E /* XCRemoteSwiftPackageReference "criticalmoments" */,
429+
E057C5582BAB3BA1003158E4 /* XCRemoteSwiftPackageReference "criticalmoments" */,
424430
);
425431
productRefGroup = E0BBF1EA293EEE9000FB7FF9 /* Products */;
426432
projectDirPath = "";
@@ -731,6 +737,7 @@
731737
BUNDLE_LOADER = "$(TEST_HOST)";
732738
CODE_SIGN_STYLE = Automatic;
733739
CURRENT_PROJECT_VERSION = 1;
740+
DEVELOPMENT_TEAM = 3555VWY9R9;
734741
GENERATE_INFOPLIST_FILE = YES;
735742
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
736743
MARKETING_VERSION = 1.0;
@@ -748,6 +755,7 @@
748755
BUNDLE_LOADER = "$(TEST_HOST)";
749756
CODE_SIGN_STYLE = Automatic;
750757
CURRENT_PROJECT_VERSION = 1;
758+
DEVELOPMENT_TEAM = 3555VWY9R9;
751759
GENERATE_INFOPLIST_FILE = YES;
752760
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
753761
MARKETING_VERSION = 1.0;
@@ -764,6 +772,7 @@
764772
buildSettings = {
765773
CODE_SIGN_STYLE = Automatic;
766774
CURRENT_PROJECT_VERSION = 1;
775+
DEVELOPMENT_TEAM = "";
767776
GENERATE_INFOPLIST_FILE = YES;
768777
MARKETING_VERSION = 1.0;
769778
PRODUCT_BUNDLE_IDENTIFIER = net.scosman.voiceboxUITests;
@@ -779,6 +788,7 @@
779788
buildSettings = {
780789
CODE_SIGN_STYLE = Automatic;
781790
CURRENT_PROJECT_VERSION = 1;
791+
DEVELOPMENT_TEAM = "";
782792
GENERATE_INFOPLIST_FILE = YES;
783793
MARKETING_VERSION = 1.0;
784794
PRODUCT_BUNDLE_IDENTIFIER = net.scosman.voiceboxUITests;
@@ -831,7 +841,7 @@
831841
/* End XCConfigurationList section */
832842

833843
/* Begin XCRemoteSwiftPackageReference section */
834-
E000E3362BA906D500F19B0E /* XCRemoteSwiftPackageReference "criticalmoments" */ = {
844+
E057C5582BAB3BA1003158E4 /* XCRemoteSwiftPackageReference "criticalmoments" */ = {
835845
isa = XCRemoteSwiftPackageReference;
836846
repositoryURL = "https://github.com/criticalmoments/criticalmoments";
837847
requirement = {
@@ -842,9 +852,17 @@
842852
/* End XCRemoteSwiftPackageReference section */
843853

844854
/* Begin XCSwiftPackageProductDependency section */
845-
E000E3372BA906D500F19B0E /* CriticalMoments */ = {
855+
E057C5562BAB38B3003158E4 /* CriticalMoments */ = {
856+
isa = XCSwiftPackageProductDependency;
857+
productName = CriticalMoments;
858+
};
859+
E057C5592BAB3BA1003158E4 /* CriticalMoments */ = {
860+
isa = XCSwiftPackageProductDependency;
861+
package = E057C5582BAB3BA1003158E4 /* XCRemoteSwiftPackageReference "criticalmoments" */;
862+
productName = CriticalMoments;
863+
};
864+
E0A442642BAA01AC006C27CB /* CriticalMoments */ = {
846865
isa = XCSwiftPackageProductDependency;
847-
package = E000E3362BA906D500F19B0E /* XCRemoteSwiftPackageReference "criticalmoments" */;
848866
productName = CriticalMoments;
849867
};
850868
/* End XCSwiftPackageProductDependency section */

0 commit comments

Comments
 (0)