Skip to content

Commit

Permalink
feat: update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianjeng committed May 23, 2024
1 parent a7a20b1 commit cffec95
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
2A29DB922BF4CF2D005A04AA /* FileDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A29DB902BF4CF2D005A04AA /* FileDownloader.swift */; };
2A29DB932BF4CF2D005A04AA /* FileDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A29DB902BF4CF2D005A04AA /* FileDownloader.swift */; };
2A29DB962BF61BBD005A04AA /* SentimentAnalyzer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A29DB952BF61BBD005A04AA /* SentimentAnalyzer.swift */; };
2A29EDDA2BFEF84500F4BBA3 /* SwiftfulLoadingIndicators in Frameworks */ = {isa = PBXBuildFile; productRef = 2A29EDD92BFEF84500F4BBA3 /* SwiftfulLoadingIndicators */; };
2AE6340F2BF49557003FE558 /* RSACircuitView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AE6340E2BF49557003FE558 /* RSACircuitView.swift */; };
56E6EC72191EAD3A5962B55A /* Pods_ExampleApp.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 72C8A7A95288D49E1FC887A7 /* Pods_ExampleApp.framework */; };
5AFEF211D91E79BC9BA7BCBC /* Pods_ExampleApp_ExampleAppUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3EEEC28F7FAAB743796D5BC0 /* Pods_ExampleApp_ExampleAppUITests.framework */; };
Expand Down Expand Up @@ -123,6 +124,7 @@
56E6EC72191EAD3A5962B55A /* Pods_ExampleApp.framework in Frameworks */,
2A055F802BFDD24B001F0FFF /* libwitnesscalc_sha256_512.xcframework in Frameworks */,
2A29DB8E2BF4BDE6005A04AA /* Rapidsnark.xcframework in Frameworks */,
2A29EDDA2BFEF84500F4BBA3 /* SwiftfulLoadingIndicators in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -290,6 +292,9 @@
dependencies = (
);
name = ExampleApp;
packageProductDependencies = (
2A29EDD92BFEF84500F4BBA3 /* SwiftfulLoadingIndicators */,
);
productName = ExampleApp;
productReference = CEF891212B9834BB0033AE93 /* ExampleApp.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -367,6 +372,9 @@
Base,
);
mainGroup = CEF891182B9834BB0033AE93;
packageReferences = (
2A29EDD82BFEF84500F4BBA3 /* XCRemoteSwiftPackageReference "SwiftfulLoadingIndicators" */,
);
productRefGroup = CEF891222B9834BB0033AE93 /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -854,6 +862,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
2A29EDD82BFEF84500F4BBA3 /* XCRemoteSwiftPackageReference "SwiftfulLoadingIndicators" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SwiftfulThinking/SwiftfulLoadingIndicators.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.0.4;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
2A29EDD92BFEF84500F4BBA3 /* SwiftfulLoadingIndicators */ = {
isa = XCSwiftPackageProductDependency;
package = 2A29EDD82BFEF84500F4BBA3 /* XCRemoteSwiftPackageReference "SwiftfulLoadingIndicators" */;
productName = SwiftfulLoadingIndicators;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = CEF891192B9834BB0033AE93 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "232522166bcfdd2e75f94a61c872f1ffd23a43aef561d03efe28769061c1972c",
"pins" : [
{
"identity" : "swiftfulloadingindicators",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SwiftfulThinking/SwiftfulLoadingIndicators.git",
"state" : {
"revision" : "85858c0246dcd781228301f9928519f75ce89758",
"version" : "0.0.4"
}
}
],
"version" : 3
}
Loading

0 comments on commit cffec95

Please sign in to comment.