Skip to content

Commit

Permalink
reorganize iOS files
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Jan 18, 2024
1 parent 63c5578 commit b181b0c
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 21 deletions.
82 changes: 61 additions & 21 deletions App/ios/Inventory.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,53 +138,71 @@
13B07FAE1A68108700A75B9A /* Inventory */ = {
isa = PBXGroup;
children = (
195A022D2B597C1D00FF2B0F /* Libraries */,
195A022A2B597B9200FF2B0F /* ReactNativeModules */,
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
13B07FB01A68108700A75B9A /* AppDelegate.mm */,
13B07FB51A68108700A75B9A /* Images.xcassets */,
13B07FB61A68108700A75B9A /* Info.plist */,
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB71A68108700A75B9A /* main.m */,
197D8A3628C340FA0048042D /* RCTRFIDWithUHFBLEModule.h */,
197D8A3728C341630048042D /* RCTRFIDWithUHFBLEModule.m */,
);
name = Inventory;
sourceTree = "<group>";
};
1938EC8D28A428DD005192B7 /* ReactViews */ = {
isa = PBXGroup;
children = (
);
path = ReactViews;
sourceTree = "<group>";
};
195A022A2B597B9200FF2B0F /* ReactNativeModules */ = {
isa = PBXGroup;
children = (
195A022B2B597BE000FF2B0F /* RFID */,
1925244C2AAB855300F85C2F /* RCTNativeEventEmitterModule.h */,
1925244D2AAB858F00F85C2F /* RCTNativeEventEmitterModule.m */,
1925A26728E0AB5F00FEE3AE /* RCTNSLinguisticTaggerModule.h */,
1925A26828E0ABE400FEE3AE /* RCTNSLinguisticTaggerModule.m */,
);
name = Inventory;
path = ReactNativeModules;
sourceTree = "<group>";
};
1938EC8D28A428DD005192B7 /* ReactViews */ = {
195A022B2B597BE000FF2B0F /* RFID */ = {
isa = PBXGroup;
children = (
195A022C2B597BFE00FF2B0F /* Chainway */,
);
path = ReactViews;
path = RFID;
sourceTree = "<group>";
};
197AF19128CA687400F7066A /* Sounds */ = {
195A022C2B597BFE00FF2B0F /* Chainway */ = {
isa = PBXGroup;
children = (
197AF19F28CA73B200F7066A /* beep_slight.mp3 */,
197AF1A028CA73B200F7066A /* beep.mp3 */,
197AF19E28CA73B200F7066A /* serror.mp3 */,
197AF19A28CA692700F7066A /* beep_slight.ogg */,
197AF19828CA692700F7066A /* beep.ogg */,
197AF19928CA692700F7066A /* serror.ogg */,
197D8A3628C340FA0048042D /* RCTRFIDWithUHFBLEModule.h */,
197D8A3728C341630048042D /* RCTRFIDWithUHFBLEModule.m */,
);
path = Sounds;
path = Chainway;
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
195A022D2B597C1D00FF2B0F /* Libraries */ = {
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
5DCACB8F33CDC322A6C60F78 /* libPods-Inventory.a */,
19F6CBCC0A4E27FBF8BF4A61 /* libPods-Inventory-InventoryTests.a */,
195A022E2B597C2E00FF2B0F /* RFID */,
);
name = Frameworks;
path = Libraries;
sourceTree = "<group>";
};
195A022E2B597C2E00FF2B0F /* RFID */ = {
isa = PBXGroup;
children = (
195A022F2B597C3900FF2B0F /* Chainway */,
);
path = RFID;
sourceTree = "<group>";
};
832341AE1AAA6A7D00B99B32 /* Libraries */ = {
195A022F2B597C3900FF2B0F /* Chainway */ = {
isa = PBXGroup;
children = (
197AF16B28C7919900F7066A /* AppHelper.h */,
Expand All @@ -196,7 +214,30 @@
197AF16728C7919800F7066A /* RFIDBluetoothManager.h */,
197AF16C28C7919900F7066A /* RFIDBluetoothManager.m */,
);
name = Libraries;
path = Chainway;
sourceTree = "<group>";
};
197AF19128CA687400F7066A /* Sounds */ = {
isa = PBXGroup;
children = (
197AF19F28CA73B200F7066A /* beep_slight.mp3 */,
197AF1A028CA73B200F7066A /* beep.mp3 */,
197AF19E28CA73B200F7066A /* serror.mp3 */,
197AF19A28CA692700F7066A /* beep_slight.ogg */,
197AF19828CA692700F7066A /* beep.ogg */,
197AF19928CA692700F7066A /* serror.ogg */,
);
path = Sounds;
sourceTree = "<group>";
};
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
isa = PBXGroup;
children = (
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
5DCACB8F33CDC322A6C60F78 /* libPods-Inventory.a */,
19F6CBCC0A4E27FBF8BF4A61 /* libPods-Inventory-InventoryTests.a */,
);
name = Frameworks;
sourceTree = "<group>";
};
83CBB9F61A601CBA00E9B192 = {
Expand All @@ -206,7 +247,6 @@
197AF19128CA687400F7066A /* Sounds */,
1938EC8D28A428DD005192B7 /* ReactViews */,
13B07FAE1A68108700A75B9A /* Inventory */,
832341AE1AAA6A7D00B99B32 /* Libraries */,
00E356EF1AD99517003FC87E /* InventoryTests */,
83CBBA001A601CBA00E9B192 /* Products */,
2D16E6871FA4F8E400B85C8A /* Frameworks */,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b181b0c

Please sign in to comment.