Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Camji55 committed May 30, 2023
1 parent 53ea1ef commit 35a9f35
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 0 deletions.
69 changes: 69 additions & 0 deletions MixpanelService.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXGroup section */
84F28B0E2A25CB0F0080127C = {
isa = PBXGroup;
children = (
);
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXProject section */
84F28B0F2A25CB0F0080127C /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastUpgradeCheck = 1430;
};
buildConfigurationList = 84F28B122A25CB0F0080127C /* Build configuration list for PBXProject "MixpanelService" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 84F28B0E2A25CB0F0080127C;
projectDirPath = "";
projectRoot = "";
targets = (
);
};
/* End PBXProject section */

/* Begin XCBuildConfiguration section */
84F28B132A25CB0F0080127C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
84F28B142A25CB0F0080127C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
84F28B122A25CB0F0080127C /* Build configuration list for PBXProject "MixpanelService" */ = {
isa = XCConfigurationList;
buildConfigurations = (
84F28B132A25CB0F0080127C /* Debug */,
84F28B142A25CB0F0080127C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 84F28B0F2A25CB0F0080127C /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 35a9f35

Please sign in to comment.