UNPKG
tdbox
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Integrates Tapdaq to your compiled iOS Buildbox application
github.com/tapdaq/tdbox
tapdaq/tdbox
tdbox
/
lib
/
config
/
index.js
6 lines
(4 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
var
config
= {};
config
.app_delegate_h =
require
(
'./app_delegate/header'
)();
config
.app_delegate_m =
require
(
'./app_delegate/implementation'
)();
module
.exports =
config
;