Skip to content

Commit

Permalink
better debug output
Browse files Browse the repository at this point in the history
closes #69
  • Loading branch information
Shchvova committed May 19, 2020
1 parent 3f29ee0 commit e826113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/xcode/codesign-framework.sh
Expand Up @@ -44,7 +44,7 @@ then
# Default is to sign *all* embedded frameworks in .app bundle
BINARY_FOLDER=$BUILT_PRODUCTS_DIR/$FRAMEWORKS_FOLDER_PATH

echo "Codesign embedded frameworks in folder ($BINARY_FOLDER):"
echo "Codesign embedded frameworks in folder ($BINARY_FOLDER):" || true

for f in "${BINARY_FOLDER}"/*.framework
do
Expand Down
2 changes: 1 addition & 1 deletion platform/resources/CoronaBuilderPluginCollector.lua
Expand Up @@ -408,7 +408,7 @@ local function CollectCoronaPlugins(params)
elseif type(module) == 'table' and type(module.collect) == 'function' then
table.insert(params.pluginLocators, #params.pluginLocators, module)
else
print("WARNING: Invalid locator " .. file .. ". Not a function and does not have 'collect' function field")
print("WARNING: error importing plugin locator " .. file .. ": " .. tostring(module))
end
end
end
Expand Down

0 comments on commit e826113

Please sign in to comment.