Skip to content

Commit c7d0344

Browse files
sultanmyrzabafu
authored andcommitted
add In-App Purchase capability for iOS
1 parent fd9054d commit c7d0344

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; };
1717
DE095D00277AF00900242276 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DE095CFF277AF00900242276 /* GoogleService-Info.plist */; };
1818
DE28999027B790A900F6581C /* public in Resources */ = {isa = PBXBuildFile; fileRef = DE28998F27B790A900F6581C /* public */; };
19+
DE7E48442869E4CA002ED956 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE7E48432869E4CA002ED956 /* StoreKit.framework */; };
1920
/* End PBXBuildFile section */
2021

2122
/* Begin PBXFileReference section */
@@ -33,6 +34,7 @@
3334
DE095CFF277AF00900242276 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
3435
DE2706742854C3960046512E /* Configuration.storekit */ = {isa = PBXFileReference; lastKnownFileType = text; path = Configuration.storekit; sourceTree = "<group>"; };
3536
DE28998F27B790A900F6581C /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; };
37+
DE7E48432869E4CA002ED956 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
3638
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; };
3739
/* End PBXFileReference section */
3840

@@ -42,6 +44,7 @@
4244
buildActionMask = 2147483647;
4345
files = (
4446
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */,
47+
DE7E48442869E4CA002ED956 /* StoreKit.framework in Frameworks */,
4548
);
4649
runOnlyForDeploymentPostprocessing = 0;
4750
};
@@ -51,6 +54,7 @@
5154
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = {
5255
isa = PBXGroup;
5356
children = (
57+
DE7E48432869E4CA002ED956 /* StoreKit.framework */,
5458
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */,
5559
);
5660
name = Frameworks;

0 commit comments

Comments
 (0)