Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 28, 2024
1 parent 7b9d22d commit c250898
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ let package = Package(
]
)
]
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
1E5B7B1E2800E2DA00F8BDDB /* test.wav in Resources */ = {isa = PBXBuildFile; fileRef = 1E5B7B1D2800E2DA00F8BDDB /* test.wav */; };
1E5B7B202800E2E300F8BDDB /* leopard_params.pv in Resources */ = {isa = PBXBuildFile; fileRef = 1E5B7B1F2800E2E300F8BDDB /* leopard_params.pv */; };
C7C8601229CBA3A300EB6E87 /* test_resources in Resources */ = {isa = PBXBuildFile; fileRef = C7C8601129CBA3A300EB6E87 /* test_resources */; };
E1577CA52CF7F69800CB78C2 /* Leopard in Frameworks */ = {isa = PBXBuildFile; productRef = E1577CA42CF7F69800CB78C2 /* Leopard */; };
E1577CA72CF7F69D00CB78C2 /* Leopard in Frameworks */ = {isa = PBXBuildFile; productRef = E1577CA62CF7F69D00CB78C2 /* Leopard */; };
E1577CA92CF7F6A100CB78C2 /* Leopard in Frameworks */ = {isa = PBXBuildFile; productRef = E1577CA82CF7F6A100CB78C2 /* Leopard */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -61,13 +64,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E1577CA52CF7F69800CB78C2 /* Leopard in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
1E00652F27CFEF02006FF6E9 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E1577CA72CF7F69D00CB78C2 /* Leopard in Frameworks */,
0BDFC0A822E9A2F6228E92A8 /* (null) in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -76,6 +81,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E1577CA92CF7F6A100CB78C2 /* Leopard in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -88,6 +94,7 @@
1E5B7B182800E2A100F8BDDB /* PerformanceTest */,
1E00651427CFEF00006FF6E9 /* LeopardAppTest */,
1E00653527CFEF02006FF6E9 /* LeopardAppTestUITests */,
E1577CA32CF7F69800CB78C2 /* Frameworks */,
1E00651327CFEF00006FF6E9 /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -136,6 +143,13 @@
path = PerformanceTest;
sourceTree = "<group>";
};
E1577CA32CF7F69800CB78C2 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -639,6 +653,24 @@
relativePath = ../../../../leopard;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E1577CA42CF7F69800CB78C2 /* Leopard */ = {
isa = XCSwiftPackageProductDependency;
package = E1B2D77A2CF68EAF00A28024 /* XCLocalSwiftPackageReference "../../../../leopard" */;
productName = Leopard;
};
E1577CA62CF7F69D00CB78C2 /* Leopard */ = {
isa = XCSwiftPackageProductDependency;
package = E1B2D77A2CF68EAF00A28024 /* XCLocalSwiftPackageReference "../../../../leopard" */;
productName = Leopard;
};
E1577CA82CF7F6A100CB78C2 /* Leopard */ = {
isa = XCSwiftPackageProductDependency;
package = E1B2D77A2CF68EAF00A28024 /* XCLocalSwiftPackageReference "../../../../leopard" */;
productName = Leopard;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 1E00650A27CFEF00006FF6E9 /* Project object */;
}
10 changes: 5 additions & 5 deletions demo/ios/LeopardDemo/LeopardDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
3276967434C9CEBD0AF09237 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 327694975368499C3B7946DD /* Assets.xcassets */; };
327698EADFD16D8F70823520 /* LeopardDemoApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 327697358B823E5B2EF0FA8C /* LeopardDemoApp.swift */; };
32769B2E1B2C5A2A897FFB10 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32769F3923C69C8C0C435CCF /* ContentView.swift */; };
E1B2D77D2CF68F4000A28024 /* Leopard in Frameworks */ = {isa = PBXBuildFile; productRef = E1B2D77C2CF68F4000A28024 /* Leopard */; };
E1577CAF2CF7F9A900CB78C2 /* Leopard in Frameworks */ = {isa = PBXBuildFile; productRef = E1577CAE2CF7F9A900CB78C2 /* Leopard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -32,7 +32,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E1B2D77D2CF68F4000A28024 /* Leopard in Frameworks */,
E1577CAF2CF7F9A900CB78C2 /* Leopard in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -113,7 +113,7 @@
);
mainGroup = 327692BCE8C735F3534C318E;
packageReferences = (
E1B2D77B2CF68F4000A28024 /* XCLocalSwiftPackageReference "../../../../leopard" */,
E1577CAD2CF7F9A900CB78C2 /* XCLocalSwiftPackageReference "../../../../leopard" */,
);
productRefGroup = 32769B87809678D96B1C6C55 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -357,14 +357,14 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E1B2D77B2CF68F4000A28024 /* XCLocalSwiftPackageReference "../../../../leopard" */ = {
E1577CAD2CF7F9A900CB78C2 /* XCLocalSwiftPackageReference "../../../../leopard" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../leopard;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E1B2D77C2CF68F4000A28024 /* Leopard */ = {
E1577CAE2CF7F9A900CB78C2 /* Leopard */ = {
isa = XCSwiftPackageProductDependency;
productName = Leopard;
};
Expand Down
4 changes: 2 additions & 2 deletions resources/.test/test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"transcript_with_punctuation": "Mr. Quilter is the apostle of the middle classes and we are glad to welcome his gospel.",
"error_rate": 0.025,
"words": [
{"word": "Mr", "start_sec": 0.54, "end_sec": 0.8, "confidence": 0.86, "speaker_tag": 1},
{"word": "Mr", "start_sec": 0.54, "end_sec": 0.8, "confidence": 0.87, "speaker_tag": 1},
{"word": "quilter", "start_sec": 0.86, "end_sec": 1.18, "confidence": 0.8, "speaker_tag": 1},
{"word": "is", "start_sec": 1.31, "end_sec": 1.38, "confidence": 0.96, "speaker_tag": 1},
{"word": "the", "start_sec": 1.44, "end_sec": 1.5, "confidence": 0.97, "speaker_tag": 1},
Expand Down Expand Up @@ -101,7 +101,7 @@
{"word": "radio", "start_sec": 1.38, "end_sec": 1.73, "confidence": 0.54, "speaker_tag": 1},
{"word": "nacquero", "start_sec": 1.92, "end_sec": 2.37, "confidence": 0.35, "speaker_tag": 1},
{"word": "anche", "start_sec": 2.43, "end_sec": 2.59, "confidence": 0.68, "speaker_tag": 1},
{"word": "alcune", "start_sec": 2.66, "end_sec": 2.98, "confidence": 0.66, "speaker_tag": 1},
{"word": "alcune", "start_sec": 2.66, "end_sec": 2.98, "confidence": 0.73, "speaker_tag": 1},
{"word": "sue", "start_sec": 3.07, "end_sec": 3.17, "confidence": 0.66, "speaker_tag": 1},
{"word": "canzoni", "start_sec": 3.26, "end_sec": 3.78, "confidence": 0.83, "speaker_tag": 1},
{"word": "o", "start_sec": 4.03, "end_sec": 4.03, "confidence": 0.52, "speaker_tag": 1},
Expand Down
1 change: 1 addition & 0 deletions resources/spell-check/dict.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ wavefile
webfonts
webm
wurde
xcframework
xcodeproj
xcscheme
xcschemes
Expand Down

0 comments on commit c250898

Please sign in to comment.