Skip to content

Commit

Permalink
Viro Linking Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarLop committed Mar 21, 2023
1 parent bdecdfa commit 72ef5df
Show file tree
Hide file tree
Showing 8 changed files with 472 additions and 6 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Proyecto integrador para el desarrollo de soluciones empresariales: Visualización de datos con realidad aumentada

## Cliente: Blue People

## Equipo de desarrollo: Tech People

## Descripción breve del proyecto:

Aplicación móvil AR para visualizar información asociada a QR's en forma de elementos de realidad aumentada

## Instrucciones para correr:

1. kill -9 $(lsof -ti:8081)
2. npx react-native start
2 changes: 2 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ target 'TechPeopleAR' do
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
)
pod 'ViroReact', :path => '../node_modules/@viro-community/react-viro/ios'
pod 'ViroKit', :path => '../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/'

target 'TechPeopleARTests' do
inherit! :complete
Expand Down
14 changes: 13 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ PODS:
- React-logger (= 0.71.4)
- React-perflogger (= 0.71.4)
- SocketRocket (0.6.0)
- ViroKit (1.0):
- React
- ViroReact (1.0):
- React
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
Expand Down Expand Up @@ -477,6 +481,8 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "ViroKit (from `../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/`)"
- "ViroReact (from `../node_modules/@viro-community/react-viro/ios`)"
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
Expand Down Expand Up @@ -564,6 +570,10 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
ViroKit:
:path: "../node_modules/@viro-community/react-viro/ios/dist/ViroRenderer/"
ViroReact:
:path: "../node_modules/@viro-community/react-viro/ios"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"

Expand Down Expand Up @@ -615,9 +625,11 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 8fa50b38df6b992c76537993a2b0553d3b088004
ReactCommon: b49a4b00ca6d181ff74b17c12b2d59ac4add0bde
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
ViroKit: 700d3d4ca086368d06224de1cbbc19781aea2094
ViroReact: f4980e6b04918c4340637f9cbaae22a6bb7ea440
Yoga: 79dd7410de6f8ad73a77c868d3d368843f0c93e0
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: ea59cb1507bac91a5ecb7921607ba927ecf37cd1
PODFILE CHECKSUM: d1c95decd9e3841bd53e23f38a6bc4c4b98da17d

COCOAPODS: 1.12.0
10 changes: 6 additions & 4 deletions ios/TechPeopleAR.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-TechPeopleAR-TechPeopleARTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = GBPTPGZ643;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
Expand All @@ -449,7 +450,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.TechPeopleARTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TechPeopleAR.app/TechPeopleAR";
};
Expand All @@ -461,6 +462,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = GBPTPGZ643;
INFOPLIST_FILE = TechPeopleARTests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -473,7 +475,7 @@
"-lc++",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.TechPeopleARTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TechPeopleAR.app/TechPeopleAR";
};
Expand All @@ -499,7 +501,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.TechPeopleAR;
PRODUCT_NAME = TechPeopleAR;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
Expand All @@ -526,7 +528,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = org.reactjs.native.example.TechPeopleAR;
PRODUCT_NAME = TechPeopleAR;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 2 additions & 0 deletions ios/TechPeopleAR/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>The camera is needed for AR functionality</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UILaunchStoryboardName</key>
Expand Down
Loading

0 comments on commit 72ef5df

Please sign in to comment.