Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Nov 14, 2024
1 parent 132c1a1 commit 6205d70
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 352 deletions.
135 changes: 0 additions & 135 deletions android/app/src/main/java/libs/ui/PayButtonModule.java

This file was deleted.

3 changes: 1 addition & 2 deletions android/app/src/main/java/libs/ui/UIPackage.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public List<NativeModule> createNativeModules(ReactApplicationContext reactConte
public List<ViewManager> createViewManagers(ReactApplicationContext reactContext) {
return Arrays.<ViewManager>asList(
new QRCodeModule(),
new BlurViewModule(),
new PayButtonModule()
new BlurViewModule()
);
}
}
20 changes: 0 additions & 20 deletions ios/Xaman.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
A22A151E28C20014001A632E /* V2+AesGcm.m in Sources */ = {isa = PBXBuildFile; fileRef = A22A151D28C20014001A632E /* V2+AesGcm.m */; };
A22A152028C61E97001A632E /* Crypto.swift in Sources */ = {isa = PBXBuildFile; fileRef = A22A151F28C61E97001A632E /* Crypto.swift */; };
A248635D28229379004633C9 /* BiometricModule.m in Sources */ = {isa = PBXBuildFile; fileRef = A248635C28229379004633C9 /* BiometricModule.m */; };
A25A02522C13109300CE40B3 /* PayButton+View.m in Sources */ = {isa = PBXBuildFile; fileRef = A25A02512C13109300CE40B3 /* PayButton+View.m */; };
A25A02552C131B4500CE40B3 /* PayButton+Manager.m in Sources */ = {isa = PBXBuildFile; fileRef = A25A02542C131B4500CE40B3 /* PayButton+Manager.m */; };
A2771FC229828E33008A95E3 /* security.txt in Resources */ = {isa = PBXBuildFile; fileRef = A2771FC129828E33008A95E3 /* security.txt */; };
A27996282BB5AFCE00998100 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = A27996272BB5AFCE00998100 /* PrivacyInfo.xcprivacy */; };
A2805CE224D1982400B5552E /* LocalNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = A2805CE124D1982400B5552E /* LocalNotification.m */; };
Expand Down Expand Up @@ -113,10 +111,6 @@
A22A151F28C61E97001A632E /* Crypto.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Crypto.swift; sourceTree = "<group>"; };
A248635C28229379004633C9 /* BiometricModule.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BiometricModule.m; sourceTree = "<group>"; };
A248635E2822939E004633C9 /* BiometricModule.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BiometricModule.h; sourceTree = "<group>"; };
A25A02512C13109300CE40B3 /* PayButton+View.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PayButton+View.m"; sourceTree = "<group>"; };
A25A02532C1310B900CE40B3 /* PayButton+View.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PayButton+View.h"; sourceTree = "<group>"; };
A25A02542C131B4500CE40B3 /* PayButton+Manager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "PayButton+Manager.m"; sourceTree = "<group>"; };
A25A02562C131B6800CE40B3 /* PayButton+Manager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PayButton+Manager.h"; sourceTree = "<group>"; };
A2771FC129828E33008A95E3 /* security.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = security.txt; sourceTree = "<group>"; };
A27996272BB5AFCE00998100 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
A2805CE124D1982400B5552E /* LocalNotification.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocalNotification.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -329,17 +323,6 @@
path = Authentication;
sourceTree = "<group>";
};
A25A02502C13106200CE40B3 /* PayButton */ = {
isa = PBXGroup;
children = (
A25A02512C13109300CE40B3 /* PayButton+View.m */,
A25A02532C1310B900CE40B3 /* PayButton+View.h */,
A25A02542C131B4500CE40B3 /* PayButton+Manager.m */,
A25A02562C131B6800CE40B3 /* PayButton+Manager.h */,
);
path = PayButton;
sourceTree = "<group>";
};
A266857724EEAD42000430B7 /* Notification */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -479,7 +462,6 @@
A2AFF118243E79C30007005E /* UI */ = {
isa = PBXGroup;
children = (
A25A02502C13106200CE40B3 /* PayButton */,
A2A9F31C28859AB0009AE778 /* HapticFeedback */,
A2A9F31B28859A98009AE778 /* BlurView */,
A2A9F31A28859A6B009AE778 /* ToastView */,
Expand Down Expand Up @@ -995,7 +977,6 @@
A2AFF13B243E79C30007005E /* QRCode.m in Sources */,
A2A9F32728A12C4C009AE778 /* RNCWKProcessPoolManager.m in Sources */,
A2AFF13F243E79C30007005E /* CIColor+QRCode.m in Sources */,
A25A02522C13109300CE40B3 /* PayButton+View.m in Sources */,
13B07FC11A68108700A75B9A /* main.m in Sources */,
A2D856C428802622003717BC /* HapticFeedback.m in Sources */,
A2A9F31E28859AF4009AE778 /* BlurEffectWithAmount.m in Sources */,
Expand All @@ -1007,7 +988,6 @@
A2AFF140243E79C30007005E /* NSString+Utils.m in Sources */,
A22A151A28C0BECA001A632E /* Cipher.m in Sources */,
A2BE295E2C0D028E00F66E10 /* InAppPurchase+TransactionObserver.m in Sources */,
A25A02552C131B4500CE40B3 /* PayButton+Manager.m in Sources */,
A2A9F32928A12C4C009AE778 /* RNCWebView.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
11 changes: 0 additions & 11 deletions ios/Xaman/Libs/UI/PayButton/PayButton+Manager.h

This file was deleted.

28 changes: 0 additions & 28 deletions ios/Xaman/Libs/UI/PayButton/PayButton+Manager.m

This file was deleted.

16 changes: 0 additions & 16 deletions ios/Xaman/Libs/UI/PayButton/PayButton+View.h

This file was deleted.

61 changes: 0 additions & 61 deletions ios/Xaman/Libs/UI/PayButton/PayButton+View.m

This file was deleted.

58 changes: 0 additions & 58 deletions src/components/General/NativePaymentButton/NativePaymentButton.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/components/General/NativePaymentButton/index.ts

This file was deleted.

Loading

0 comments on commit 6205d70

Please sign in to comment.