feat: anonymous analytics with PostHog (#3)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
CC5718382E2020490042BA88 /* OpenAI in Frameworks */ = {isa = PBXBuildFile; productRef = CC5718372E2020490042BA88 /* OpenAI */; };
|
||||
CCBA53E72E212F1C00469D84 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = CCBA53E62E212F1C00469D84 /* Sparkle */; };
|
||||
CCC33F812E236B6F00EDE382 /* PostHog in Frameworks */ = {isa = PBXBuildFile; productRef = CCC33F802E236B6F00EDE382 /* PostHog */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@@ -28,6 +29,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
CCC33F812E236B6F00EDE382 /* PostHog in Frameworks */,
|
||||
CC5718382E2020490042BA88 /* OpenAI in Frameworks */,
|
||||
CCBA53E72E212F1C00469D84 /* Sparkle in Frameworks */,
|
||||
);
|
||||
@@ -82,6 +84,7 @@
|
||||
packageProductDependencies = (
|
||||
CC5718372E2020490042BA88 /* OpenAI */,
|
||||
CCBA53E62E212F1C00469D84 /* Sparkle */,
|
||||
CCC33F802E236B6F00EDE382 /* PostHog */,
|
||||
);
|
||||
productName = Meetingnotes;
|
||||
productReference = CC5718182E201D8D0042BA88 /* Meetingnotes.app */;
|
||||
@@ -114,6 +117,7 @@
|
||||
packageReferences = (
|
||||
CC5718362E2020490042BA88 /* XCRemoteSwiftPackageReference "OpenAI" */,
|
||||
CCBA53E52E212F1C00469D84 /* XCRemoteSwiftPackageReference "Sparkle" */,
|
||||
CCC33F7F2E236B6F00EDE382 /* XCRemoteSwiftPackageReference "posthog-ios" */,
|
||||
);
|
||||
preferredProjectObjectVersion = 77;
|
||||
productRefGroup = CC5718192E201D8D0042BA88 /* Products */;
|
||||
@@ -373,6 +377,14 @@
|
||||
minimumVersion = 2.7.1;
|
||||
};
|
||||
};
|
||||
CCC33F7F2E236B6F00EDE382 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/PostHog/posthog-ios.git";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 3.28.2;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
@@ -386,6 +398,11 @@
|
||||
package = CCBA53E52E212F1C00469D84 /* XCRemoteSwiftPackageReference "Sparkle" */;
|
||||
productName = Sparkle;
|
||||
};
|
||||
CCC33F802E236B6F00EDE382 /* PostHog */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = CCC33F7F2E236B6F00EDE382 /* XCRemoteSwiftPackageReference "posthog-ios" */;
|
||||
productName = PostHog;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = CC5718102E201D8D0042BA88 /* Project object */;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"originHash" : "e8774f1c4a54f0b9bb959e13d276fae95c54472a479606f1fd28800bfbcb6da5",
|
||||
"originHash" : "55d8e28deb3208ddf2aa2ec08d05566b9cae31d15d7c0ac6f9194b6eea1a9a74",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "openai",
|
||||
@@ -10,6 +10,15 @@
|
||||
"version" : "0.4.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "posthog-ios",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/PostHog/posthog-ios.git",
|
||||
"state" : {
|
||||
"revision" : "784145ddd2f7de3a6d6fcce0e50c04f29d33b338",
|
||||
"version" : "3.28.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "sparkle",
|
||||
"kind" : "remoteSourceControl",
|
||||
|
||||
Reference in New Issue
Block a user