Skip to content

Commit

Permalink
Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarvajal committed May 11, 2024
1 parent 9af836e commit d91d37b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JokingPanda.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */
8D0A790E2AF1571500317DAF /* AnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0A790D2AF1571500317DAF /* AnimationView.swift */; };
8D0A79102AF15A6100317DAF /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0A790F2AF15A6100317DAF /* Constant.swift */; };
8D0A79132AF3AFCA00317DAF /* Mixpanel in Frameworks */ = {isa = PBXBuildFile; productRef = 8D0A79122AF3AFCA00317DAF /* Mixpanel */; };
8D0A79152AF3B02B00317DAF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0A79142AF3B02B00317DAF /* AppDelegate.swift */; };
8D0A79172AF3B40800317DAF /* Keys.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8D0A79162AF3B40800317DAF /* Keys.plist */; };
8D0DDFEB2B0BE2B700A3A8F8 /* AudioManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D0DDFEA2B0BE2B700A3A8F8 /* AudioManager.swift */; };
Expand Down Expand Up @@ -251,6 +250,7 @@
8D5947B82BEF9DA700EAF79A /* low-c-piano.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D5947B62BEF9DA700EAF79A /* low-c-piano.m4a */; };
8D5947B92BEF9DA700EAF79A /* success-piano.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D5947B72BEF9DA700EAF79A /* success-piano.m4a */; };
8D5947BB2BEF9DB600EAF79A /* high-c-piano.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D5947BA2BEF9DB600EAF79A /* high-c-piano.m4a */; };
8D5947BD2BEFAABD00EAF79A /* Mixpanel in Frameworks */ = {isa = PBXBuildFile; productRef = 8D5947BC2BEFAABD00EAF79A /* Mixpanel */; };
8D8EAF562AFFF27800F01B71 /* wait-you-dont-know-who-you-are.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D8EAF0D2AFFF27600F01B71 /* wait-you-dont-know-who-you-are.m4a */; };
8D8EAF572AFFF27800F01B71 /* norma-lee-i-dont-knock-on-random-doors-but-i-had-to-meet-you.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D8EAF0E2AFFF27600F01B71 /* norma-lee-i-dont-knock-on-random-doors-but-i-had-to-meet-you.m4a */; };
8D8EAF582AFFF27800F01B71 /* isabel-working.m4a in Resources */ = {isa = PBXBuildFile; fileRef = 8D8EAF0F2AFFF27600F01B71 /* isabel-working.m4a */; };
Expand Down Expand Up @@ -704,7 +704,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8D0A79132AF3AFCA00317DAF /* Mixpanel in Frameworks */,
8D5947BD2BEFAABD00EAF79A /* Mixpanel in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1277,7 +1277,7 @@
);
name = JokingPanda;
packageProductDependencies = (
8D0A79122AF3AFCA00317DAF /* Mixpanel */,
8D5947BC2BEFAABD00EAF79A /* Mixpanel */,
);
productName = JokingPanda;
productReference = 8DC97D5D2AE670FF002CEA1E /* JokingPanda.app */;
Expand Down Expand Up @@ -2097,7 +2097,7 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
8D0A79122AF3AFCA00317DAF /* Mixpanel */ = {
8D5947BC2BEFAABD00EAF79A /* Mixpanel */ = {
isa = XCSwiftPackageProductDependency;
package = 8D0A79112AF3AFCA00317DAF /* XCRemoteSwiftPackageReference "mixpanel-swift" */;
productName = Mixpanel;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "acc19b4882e6bd4a94285f7e0b52dafd119c024bc59b095e2381622338269b54",
"pins" : [
{
"identity" : "mixpanel-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mixpanel/mixpanel-swift",
"state" : {
"branch" : "master",
"revision" : "e7869c433ee01cdc52aa14abf636fe0b412d72f8"
}
}
],
"version" : 3
}

0 comments on commit d91d37b

Please sign in to comment.