|
@@ -29,7 +29,6 @@
|
|
|
2F15C5F62CB8F65A0057855D /* IAPCtlShopUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5E12CB8F65A0057855D /* IAPCtlShopUI.cpp */; };
|
|
|
2F15C5F72CB8F65A0057855D /* IAPCtlShopItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5E52CB8F65A0057855D /* IAPCtlShopItem.cpp */; };
|
|
|
2F15C5F82CB8F65A0057855D /* IAPUserData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5E82CB8F65A0057855D /* IAPUserData.cpp */; };
|
|
|
- 2F15C5F92CB8F65A0057855D /* IAPDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5EB2CB8F65A0057855D /* IAPDelegate.cpp */; };
|
|
|
2F15C5FA2CB8F65A0057855D /* IAPSucessProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5ED2CB8F65A0057855D /* IAPSucessProcess.cpp */; };
|
|
|
2F15C5FB2CB8F65A0057855D /* IAPProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5EE2CB8F65A0057855D /* IAPProcess.cpp */; };
|
|
|
2F15C5FC2CB8F65A0057855D /* IAPConf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F15C5F22CB8F65A0057855D /* IAPConf.cpp */; };
|
|
@@ -59,6 +58,7 @@
|
|
|
C18082292CCB3338009DE140 /* IAPCardView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C18082262CCB3338009DE140 /* IAPCardView.cpp */; };
|
|
|
C18082332CCB71D3009DE140 /* IAPTestCardViewDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C18082312CCB71D3009DE140 /* IAPTestCardViewDelegate.cpp */; };
|
|
|
C18082342CCB71D3009DE140 /* IAPTestCardViewDelegate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C18082312CCB71D3009DE140 /* IAPTestCardViewDelegate.cpp */; };
|
|
|
+ C180823B2CCB82BD009DE140 /* IAPRunTimeData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C18082382CCB82BD009DE140 /* IAPRunTimeData.cpp */; };
|
|
|
D44C620C132DFF330009C878 /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620B132DFF330009C878 /* OpenAL.framework */; };
|
|
|
D44C620E132DFF430009C878 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620D132DFF430009C878 /* AVFoundation.framework */; };
|
|
|
D44C6210132DFF4E0009C878 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D44C620F132DFF4E0009C878 /* AudioToolbox.framework */; };
|
|
@@ -172,7 +172,6 @@
|
|
|
2F15C5E82CB8F65A0057855D /* IAPUserData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IAPUserData.cpp; sourceTree = "<group>"; };
|
|
|
2F15C5E92CB8F65A0057855D /* IAPUserData.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IAPUserData.hpp; sourceTree = "<group>"; };
|
|
|
2F15C5EA2CB8F65A0057855D /* IAPCtlShop.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IAPCtlShop.hpp; sourceTree = "<group>"; };
|
|
|
- 2F15C5EB2CB8F65A0057855D /* IAPDelegate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IAPDelegate.cpp; sourceTree = "<group>"; };
|
|
|
2F15C5ED2CB8F65A0057855D /* IAPSucessProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IAPSucessProcess.cpp; sourceTree = "<group>"; };
|
|
|
2F15C5EE2CB8F65A0057855D /* IAPProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IAPProcess.cpp; sourceTree = "<group>"; };
|
|
|
2F15C5EF2CB8F65A0057855D /* IAPSucessProcess.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = IAPSucessProcess.hpp; sourceTree = "<group>"; };
|
|
@@ -204,6 +203,8 @@
|
|
|
C18082272CCB3338009DE140 /* IAPCardView.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = IAPCardView.hpp; sourceTree = "<group>"; };
|
|
|
C18082312CCB71D3009DE140 /* IAPTestCardViewDelegate.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IAPTestCardViewDelegate.cpp; sourceTree = "<group>"; };
|
|
|
C18082322CCB71D3009DE140 /* IAPTestCardViewDelegate.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = IAPTestCardViewDelegate.hpp; sourceTree = "<group>"; };
|
|
|
+ C18082382CCB82BD009DE140 /* IAPRunTimeData.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = IAPRunTimeData.cpp; sourceTree = "<group>"; };
|
|
|
+ C18082392CCB82BD009DE140 /* IAPRunTimeData.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = IAPRunTimeData.hpp; sourceTree = "<group>"; };
|
|
|
D44C620B132DFF330009C878 /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
|
|
|
D44C620D132DFF430009C878 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
|
|
|
D44C620F132DFF4E0009C878 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
|
|
@@ -372,7 +373,6 @@
|
|
|
children = (
|
|
|
2F15C5DD2CB8F65A0057855D /* IAPDefine.hpp */,
|
|
|
2F15C5E62CB8F65A0057855D /* IAPDelegate.hpp */,
|
|
|
- 2F15C5EB2CB8F65A0057855D /* IAPDelegate.cpp */,
|
|
|
2F15C5EA2CB8F65A0057855D /* IAPCtlShop.hpp */,
|
|
|
2F15C5DE2CB8F65A0057855D /* IAPCtlShop.cpp */,
|
|
|
2F15C5DF2CB8F65A0057855D /* Shop */,
|
|
@@ -405,6 +405,8 @@
|
|
|
2F15C5E72CB8F65A0057855D /* User */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ C18082392CCB82BD009DE140 /* IAPRunTimeData.hpp */,
|
|
|
+ C18082382CCB82BD009DE140 /* IAPRunTimeData.cpp */,
|
|
|
2F15C5E92CB8F65A0057855D /* IAPUserData.hpp */,
|
|
|
2F15C5E82CB8F65A0057855D /* IAPUserData.cpp */,
|
|
|
);
|
|
@@ -753,13 +755,13 @@
|
|
|
E4D223412BD667D4006F1F8D /* AdUtilsInterstitial.cpp in Sources */,
|
|
|
C18082292CCB3338009DE140 /* IAPCardView.cpp in Sources */,
|
|
|
2F15C5F62CB8F65A0057855D /* IAPCtlShopUI.cpp in Sources */,
|
|
|
+ C180823B2CCB82BD009DE140 /* IAPRunTimeData.cpp in Sources */,
|
|
|
2F15C5FB2CB8F65A0057855D /* IAPProcess.cpp in Sources */,
|
|
|
E4D223432BD667D4006F1F8D /* AdUtilsVideo.cpp in Sources */,
|
|
|
2F15C5FA2CB8F65A0057855D /* IAPSucessProcess.cpp in Sources */,
|
|
|
2F15E2412CB52B0F00082BF8 /* IAPProductInfo.cpp in Sources */,
|
|
|
46880B8919C43A87006E1F66 /* AppDelegate.cpp in Sources */,
|
|
|
2F15C5FC2CB8F65A0057855D /* IAPConf.cpp in Sources */,
|
|
|
- 2F15C5F92CB8F65A0057855D /* IAPDelegate.cpp in Sources */,
|
|
|
E4D223492BD667E8006F1F8D /* AdUtils.cpp in Sources */,
|
|
|
2F15C5F72CB8F65A0057855D /* IAPCtlShopItem.cpp in Sources */,
|
|
|
C17946182CC7502600779B63 /* IAPTestCard.cpp in Sources */,
|