Skip to content

Commit 406a025

Browse files
committed
fix: linting
1 parent 0dfe101 commit 406a025

File tree

4 files changed

+92
-0
lines changed

4 files changed

+92
-0
lines changed

.lh/CHANGELOG.md.json

Lines changed: 22 additions & 0 deletions
Large diffs are not rendered by default.

.lh/RNInstabug.podspec.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sourceFile": "RNInstabug.podspec",
3+
"activeCommit": 0,
4+
"commits": [
5+
{
6+
"activePatchIndex": 0,
7+
"patches": [
8+
{
9+
"date": 1742910748791,
10+
"content": "Index: \n===================================================================\n--- \n+++ \n"
11+
}
12+
],
13+
"date": 1742910748791,
14+
"name": "Commit-0",
15+
"content": "require 'json'\nrequire_relative './ios/native'\n\npackage = JSON.parse(File.read('package.json'))\n\nPod::Spec.new do |s|\n s.name = 'RNInstabug'\n s.version = package[\"version\"]\n s.summary = package[\"description\"]\n s.author = package[\"author\"]\n s.license = package[\"license\"]\n s.homepage = package[\"homepage\"]\n s.source = { :git => \"https://github.com/Instabug/Instabug-React-Native.git\", :tag => 'v' + package[\"version\"] }\n\n s.platform = :ios, \"9.0\"\n s.source_files = \"ios/**/*.{h,m,mm}\"\n\n s.dependency 'React-Core'\n use_instabug!(s)\nend\n"
16+
}
17+
]
18+
}

.lh/examples/default/ios/Podfile.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"sourceFile": "examples/default/ios/Podfile",
3+
"activeCommit": 0,
4+
"commits": [
5+
{
6+
"activePatchIndex": 0,
7+
"patches": [
8+
{
9+
"date": 1742910753663,
10+
"content": "Index: \n===================================================================\n--- \n+++ \n"
11+
}
12+
],
13+
"date": 1742910753663,
14+
"name": "Commit-0",
15+
"content": "require_relative '../node_modules/react-native/scripts/react_native_pods'\n\nrequire_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'\n\nplatform :ios, '13.4'\nprepare_react_native_project!\n\nlinkage = ENV['USE_FRAMEWORKS']\nif linkage != nil\n Pod::UI.puts \"Configuring Pod with #{linkage}ally linked Frameworks\".green\n use_frameworks! :linkage => linkage.to_sym\nend\n\ntarget 'InstabugExample' do\n config = use_native_modules!\n rn_maps_path = '../node_modules/react-native-maps'\n pod 'react-native-google-maps', :path => rn_maps_path\n # Flags change depending on the env values.\n flags = get_default_flags()\n\n use_react_native!(\n :path => config[:reactNativePath],\n # Hermes is now enabled by default. Disable by setting this flag to false.\n # Upcoming versions of React Native may rely on get_default_flags(), but\n # we make it explicit here to aid in the React Native upgrade process.\n :hermes_enabled => flags[:hermes_enabled],\n :fabric_enabled => flags[:fabric_enabled],\n # An absolute path to your application root.\n :app_path => \"#{Pod::Config.instance.installation_root}/..\"\n )\n\n target 'InstabugTests' do\n inherit! :complete\n pod 'OCMock'\n end\n\n post_install do |installer|\n react_native_post_install(\n installer,\n # Set `mac_catalyst_enabled` to `true` in order to apply patches\n # necessary for Mac Catalyst builds\n :mac_catalyst_enabled => false\n )\n end\nend\n"
16+
}
17+
]
18+
}

.lh/examples/default/ios/Podfile.lock.json

Lines changed: 34 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)