Ajustes para iOS
This commit is contained in:
parent
255670a0d6
commit
bebed14863
|
|
@ -5,9 +5,11 @@
|
||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.atom/
|
.atom/
|
||||||
|
.build/
|
||||||
.buildlog/
|
.buildlog/
|
||||||
.history
|
.history
|
||||||
.svn/
|
.svn/
|
||||||
|
.swiftpm/
|
||||||
migrate_working_dir/
|
migrate_working_dir/
|
||||||
|
|
||||||
# IntelliJ related
|
# IntelliJ related
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,6 @@
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.0</string>
|
<string>1.0</string>
|
||||||
<key>MinimumOSVersion</key>
|
<key>MinimumOSVersion</key>
|
||||||
<string>12.0</string>
|
<string>13.0</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
||||||
#include "Generated.xcconfig"
|
#include "Generated.xcconfig"
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
||||||
#include "Generated.xcconfig"
|
#include "Generated.xcconfig"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
# Uncomment this line to define a global platform for your project
|
||||||
|
# platform :ios, '13.0'
|
||||||
|
|
||||||
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||||
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||||
|
|
||||||
|
project 'Runner', {
|
||||||
|
'Debug' => :debug,
|
||||||
|
'Profile' => :release,
|
||||||
|
'Release' => :release,
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutter_root
|
||||||
|
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
|
||||||
|
unless File.exist?(generated_xcode_build_settings_path)
|
||||||
|
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
|
||||||
|
end
|
||||||
|
|
||||||
|
File.foreach(generated_xcode_build_settings_path) do |line|
|
||||||
|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
|
||||||
|
return matches[1].strip if matches
|
||||||
|
end
|
||||||
|
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
|
||||||
|
end
|
||||||
|
|
||||||
|
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
|
||||||
|
|
||||||
|
flutter_ios_podfile_setup
|
||||||
|
|
||||||
|
target 'Runner' do
|
||||||
|
use_frameworks!
|
||||||
|
|
||||||
|
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
|
||||||
|
target 'RunnerTests' do
|
||||||
|
inherit! :search_paths
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
post_install do |installer|
|
||||||
|
installer.pods_project.targets.each do |target|
|
||||||
|
flutter_additional_ios_build_settings(target)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
@ -0,0 +1,602 @@
|
||||||
|
<?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>MakerBook.ipa</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>13</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>embeddedBinaries</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>AEXML.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>4.6.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>App.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>EpubViewerKit.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.1.3</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Flutter.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>FontBlaster.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.1.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>MTBBarcodeScanner.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.0.11</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>MenuItemKit.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>4.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Realm.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.5.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>RealmSwift.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.5.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>SSZipArchive.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>2.2.3</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>ZFDragableModalTransition.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.6.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>audioplayers_darwin.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>flutter_pdfview.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0.2</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>path_provider_foundation.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>qr_code_scanner.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.2.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>shared_preferences_foundation.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>vocsy_epub_viewer.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>2.0.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>webview_flutter_wkwebview.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>entitlements</key>
|
||||||
|
<dict>
|
||||||
|
<key>application-identifier</key>
|
||||||
|
<string>RNQBC4ZDWQ.com.makerrobotics.booksViewer2</string>
|
||||||
|
<key>beta-reports-active</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.developer.team-identifier</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>get-task-allow</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Runner.app</string>
|
||||||
|
<key>profile</key>
|
||||||
|
<dict>
|
||||||
|
<key>UUID</key>
|
||||||
|
<string>19448279-a527-4e7c-8bad-e0247cd5589d</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>iOS Team Store Provisioning Profile: com.makerrobotics.booksViewer2</string>
|
||||||
|
</dict>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0.3</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?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>destination</key>
|
||||||
|
<string>upload</string>
|
||||||
|
<key>generateAppStoreInformation</key>
|
||||||
|
<false/>
|
||||||
|
<key>manageAppVersionAndBuildNumber</key>
|
||||||
|
<true/>
|
||||||
|
<key>method</key>
|
||||||
|
<string>app-store-connect</string>
|
||||||
|
<key>signingStyle</key>
|
||||||
|
<string>automatic</string>
|
||||||
|
<key>stripSwiftSymbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>teamID</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>testFlightInternalTestingOnly</key>
|
||||||
|
<false/>
|
||||||
|
<key>uploadSymbols</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
@ -0,0 +1,602 @@
|
||||||
|
<?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>MakerBook.ipa</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>14</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>embeddedBinaries</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>AEXML.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>4.6.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>App.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>EpubViewerKit.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.1.3</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Flutter.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>FontBlaster.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.1.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>MTBBarcodeScanner.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.0.11</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>MenuItemKit.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>4.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Realm.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.5.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>RealmSwift.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>5.5.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>SSZipArchive.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>2.2.3</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>ZFDragableModalTransition.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.6.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>audioplayers_darwin.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>flutter_pdfview.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0.2</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>path_provider_foundation.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>qr_code_scanner.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.2.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>shared_preferences_foundation.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>vocsy_epub_viewer.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>2.0.0</string>
|
||||||
|
</dict>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>67090E19BA115B5608F7A12D587FF327FF592114</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Cloud Managed Apple Distribution</string>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>webview_flutter_wkwebview.framework</string>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>0.0.1</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>entitlements</key>
|
||||||
|
<dict>
|
||||||
|
<key>application-identifier</key>
|
||||||
|
<string>RNQBC4ZDWQ.com.makerrobotics.booksViewer2</string>
|
||||||
|
<key>beta-reports-active</key>
|
||||||
|
<true/>
|
||||||
|
<key>com.apple.developer.team-identifier</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>get-task-allow</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Runner.app</string>
|
||||||
|
<key>profile</key>
|
||||||
|
<dict>
|
||||||
|
<key>UUID</key>
|
||||||
|
<string>19448279-a527-4e7c-8bad-e0247cd5589d</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>08/05/26</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>iOS Team Store Provisioning Profile: com.makerrobotics.booksViewer2</string>
|
||||||
|
</dict>
|
||||||
|
<key>symbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Rafael Oliveira & Cia Ltda</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0.3</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?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>destination</key>
|
||||||
|
<string>upload</string>
|
||||||
|
<key>generateAppStoreInformation</key>
|
||||||
|
<false/>
|
||||||
|
<key>manageAppVersionAndBuildNumber</key>
|
||||||
|
<true/>
|
||||||
|
<key>method</key>
|
||||||
|
<string>app-store-connect</string>
|
||||||
|
<key>signingStyle</key>
|
||||||
|
<string>automatic</string>
|
||||||
|
<key>stripSwiftSymbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>teamID</key>
|
||||||
|
<string>RNQBC4ZDWQ</string>
|
||||||
|
<key>testFlightInternalTestingOnly</key>
|
||||||
|
<false/>
|
||||||
|
<key>uploadSymbols</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
|
|
@ -10,7 +10,9 @@
|
||||||
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||||
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
|
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
|
||||||
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||||
|
569AD773C42B3B36C0406562 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C95FD3447442AD87F806D61 /* Pods_RunnerTests.framework */; };
|
||||||
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||||
|
8667FBEBD09A8D1BAB36C77A /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 837F958EEB9DB322701B9026 /* Pods_Runner.framework */; };
|
||||||
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||||
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||||
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||||
|
|
@ -40,14 +42,18 @@
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
/* End PBXCopyFilesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
0588F885E88BBF9EA052ABA6 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||||
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||||
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
|
||||||
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||||
|
708EA8247B19B5BE4179D4B2 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||||
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||||
|
837F958EEB9DB322701B9026 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
8C95FD3447442AD87F806D61 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
||||||
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
||||||
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
|
@ -55,13 +61,26 @@
|
||||||
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
|
E2C026CF5262A6ECA6C8B754 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
E63EBE9B992603F06D9C9492 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
E98B20DA673C40C8452924F0 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
|
||||||
|
F61372DE21F0FED3AAAF2AD9 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
10A7FDD46F7D61C6DEB5973C /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
569AD773C42B3B36C0406562 /* Pods_RunnerTests.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
97C146EB1CF9000F007C117D /* Frameworks */ = {
|
97C146EB1CF9000F007C117D /* Frameworks */ = {
|
||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
8667FBEBD09A8D1BAB36C77A /* Pods_Runner.framework in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|
@ -76,6 +95,19 @@
|
||||||
path = RunnerTests;
|
path = RunnerTests;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
8B0FC2C0C289E9520A9B8585 /* Pods */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
E2C026CF5262A6ECA6C8B754 /* Pods-Runner.debug.xcconfig */,
|
||||||
|
708EA8247B19B5BE4179D4B2 /* Pods-Runner.release.xcconfig */,
|
||||||
|
E63EBE9B992603F06D9C9492 /* Pods-Runner.profile.xcconfig */,
|
||||||
|
0588F885E88BBF9EA052ABA6 /* Pods-RunnerTests.debug.xcconfig */,
|
||||||
|
F61372DE21F0FED3AAAF2AD9 /* Pods-RunnerTests.release.xcconfig */,
|
||||||
|
E98B20DA673C40C8452924F0 /* Pods-RunnerTests.profile.xcconfig */,
|
||||||
|
);
|
||||||
|
path = Pods;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
9740EEB11CF90186004384FC /* Flutter */ = {
|
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
|
@ -94,6 +126,8 @@
|
||||||
97C146F01CF9000F007C117D /* Runner */,
|
97C146F01CF9000F007C117D /* Runner */,
|
||||||
97C146EF1CF9000F007C117D /* Products */,
|
97C146EF1CF9000F007C117D /* Products */,
|
||||||
331C8082294A63A400263BE5 /* RunnerTests */,
|
331C8082294A63A400263BE5 /* RunnerTests */,
|
||||||
|
8B0FC2C0C289E9520A9B8585 /* Pods */,
|
||||||
|
F00FCE23A62295ECA4CA4FC1 /* Frameworks */,
|
||||||
);
|
);
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
|
@ -121,6 +155,15 @@
|
||||||
path = Runner;
|
path = Runner;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
F00FCE23A62295ECA4CA4FC1 /* Frameworks */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
837F958EEB9DB322701B9026 /* Pods_Runner.framework */,
|
||||||
|
8C95FD3447442AD87F806D61 /* Pods_RunnerTests.framework */,
|
||||||
|
);
|
||||||
|
name = Frameworks;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
|
|
@ -128,8 +171,10 @@
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
|
71B6200E8C598899C4CE56AF /* [CP] Check Pods Manifest.lock */,
|
||||||
331C807D294A63A400263BE5 /* Sources */,
|
331C807D294A63A400263BE5 /* Sources */,
|
||||||
331C807F294A63A400263BE5 /* Resources */,
|
331C807F294A63A400263BE5 /* Resources */,
|
||||||
|
10A7FDD46F7D61C6DEB5973C /* Frameworks */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
|
|
@ -145,12 +190,14 @@
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
|
1971614B6A04F7F818241A65 /* [CP] Check Pods Manifest.lock */,
|
||||||
9740EEB61CF901F6004384FC /* Run Script */,
|
9740EEB61CF901F6004384FC /* Run Script */,
|
||||||
97C146EA1CF9000F007C117D /* Sources */,
|
97C146EA1CF9000F007C117D /* Sources */,
|
||||||
97C146EB1CF9000F007C117D /* Frameworks */,
|
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||||
97C146EC1CF9000F007C117D /* Resources */,
|
97C146EC1CF9000F007C117D /* Resources */,
|
||||||
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
||||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
||||||
|
AE54976BBDDFFE7ECF874480 /* [CP] Embed Pods Frameworks */,
|
||||||
);
|
);
|
||||||
buildRules = (
|
buildRules = (
|
||||||
);
|
);
|
||||||
|
|
@ -222,6 +269,28 @@
|
||||||
/* End PBXResourcesBuildPhase section */
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXShellScriptBuildPhase section */
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
|
1971614B6A04F7F818241A65 /* [CP] Check Pods Manifest.lock */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||||
|
"${PODS_ROOT}/Manifest.lock",
|
||||||
|
);
|
||||||
|
name = "[CP] Check Pods Manifest.lock";
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
alwaysOutOfDate = 1;
|
alwaysOutOfDate = 1;
|
||||||
|
|
@ -238,6 +307,28 @@
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
|
||||||
};
|
};
|
||||||
|
71B6200E8C598899C4CE56AF /* [CP] Check Pods Manifest.lock */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
|
||||||
|
"${PODS_ROOT}/Manifest.lock",
|
||||||
|
);
|
||||||
|
name = "[CP] Check Pods Manifest.lock";
|
||||||
|
outputFileListPaths = (
|
||||||
|
);
|
||||||
|
outputPaths = (
|
||||||
|
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
9740EEB61CF901F6004384FC /* Run Script */ = {
|
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||||
isa = PBXShellScriptBuildPhase;
|
isa = PBXShellScriptBuildPhase;
|
||||||
alwaysOutOfDate = 1;
|
alwaysOutOfDate = 1;
|
||||||
|
|
@ -253,6 +344,23 @@
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||||
};
|
};
|
||||||
|
AE54976BBDDFFE7ECF874480 /* [CP] Embed Pods Frameworks */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputFileListPaths = (
|
||||||
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
||||||
|
);
|
||||||
|
name = "[CP] Embed Pods Frameworks";
|
||||||
|
outputFileListPaths = (
|
||||||
|
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
|
||||||
|
showEnvVarsInLog = 0;
|
||||||
|
};
|
||||||
/* End PBXShellScriptBuildPhase section */
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
|
@ -346,7 +454,7 @@
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SUPPORTED_PLATFORMS = iphoneos;
|
SUPPORTED_PLATFORMS = iphoneos;
|
||||||
|
|
@ -362,13 +470,14 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
DEVELOPMENT_TEAM = RNQBC4ZDWQ;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
|
|
@ -378,13 +487,14 @@
|
||||||
};
|
};
|
||||||
331C8088294A63A400263BE5 /* Debug */ = {
|
331C8088294A63A400263BE5 /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 0588F885E88BBF9EA052ABA6 /* Pods-RunnerTests.debug.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
|
@ -395,13 +505,14 @@
|
||||||
};
|
};
|
||||||
331C8089294A63A400263BE5 /* Release */ = {
|
331C8089294A63A400263BE5 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = F61372DE21F0FED3AAAF2AD9 /* Pods-RunnerTests.release.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
|
|
@ -410,13 +521,14 @@
|
||||||
};
|
};
|
||||||
331C808A294A63A400263BE5 /* Profile */ = {
|
331C808A294A63A400263BE5 /* Profile */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = E98B20DA673C40C8452924F0 /* Pods-RunnerTests.profile.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
|
||||||
|
|
@ -472,7 +584,7 @@
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
|
|
@ -523,7 +635,7 @@
|
||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
SUPPORTED_PLATFORMS = iphoneos;
|
SUPPORTED_PLATFORMS = iphoneos;
|
||||||
|
|
@ -541,13 +653,14 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
DEVELOPMENT_TEAM = RNQBC4ZDWQ;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
|
@ -563,13 +676,14 @@
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
DEVELOPMENT_TEAM = RNQBC4ZDWQ;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = Runner/Info.plist;
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
|
|
@ -588,7 +702,7 @@
|
||||||
331C808A294A63A400263BE5 /* Profile */,
|
331C808A294A63A400263BE5 /* Profile */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Debug;
|
||||||
};
|
};
|
||||||
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
|
|
@ -598,7 +712,7 @@
|
||||||
249021D3217E4FDB00AE95B9 /* Profile */,
|
249021D3217E4FDB00AE95B9 /* Profile */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Debug;
|
||||||
};
|
};
|
||||||
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
|
|
@ -608,7 +722,7 @@
|
||||||
249021D4217E4FDB00AE95B9 /* Profile */,
|
249021D4217E4FDB00AE95B9 /* Profile */,
|
||||||
);
|
);
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Debug;
|
||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
<MacroExpansion>
|
<MacroExpansion>
|
||||||
<BuildableReference
|
<BuildableReference
|
||||||
|
|
@ -54,11 +55,13 @@
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
|
||||||
launchStyle = "0"
|
launchStyle = "0"
|
||||||
useCustomWorkingDirectory = "NO"
|
useCustomWorkingDirectory = "NO"
|
||||||
ignoresPersistentStateOnLaunch = "NO"
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
debugDocumentVersioning = "YES"
|
debugDocumentVersioning = "YES"
|
||||||
debugServiceExtension = "internal"
|
debugServiceExtension = "internal"
|
||||||
|
enableGPUValidationMode = "1"
|
||||||
allowLocationSimulation = "YES">
|
allowLocationSimulation = "YES">
|
||||||
<BuildableProductRunnable
|
<BuildableProductRunnable
|
||||||
runnableDebuggingMode = "0">
|
runnableDebuggingMode = "0">
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,7 @@
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:Runner.xcodeproj">
|
location = "group:Runner.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
|
<FileRef
|
||||||
|
location = "group:Pods/Pods.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
</Workspace>
|
</Workspace>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import Flutter
|
import Flutter
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@UIApplicationMain
|
@main
|
||||||
@objc class AppDelegate: FlutterAppDelegate {
|
@objc class AppDelegate: FlutterAppDelegate {
|
||||||
override func application(
|
override func application(
|
||||||
_ application: UIApplication,
|
_ application: UIApplication,
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>Books Viewer</string>
|
<string>Maker Book</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
@ -45,5 +45,7 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>NSCameraUsageDescription</key>
|
||||||
|
<string>Usamos a câmera para ler QR Code e permitir o login seguro no Maker Book.</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,16 @@
|
||||||
// main.dart
|
import 'dart:io';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter_windowmanager/flutter_windowmanager.dart';
|
import 'package:flutter_windowmanager/flutter_windowmanager.dart';
|
||||||
import 'pages/home_page.dart';
|
import 'pages/home_page.dart';
|
||||||
|
|
||||||
void main() {
|
Future<void> main() async {
|
||||||
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
|
|
||||||
|
// Só Android tem esse plugin
|
||||||
|
if (Platform.isAndroid) {
|
||||||
|
await FlutterWindowManager.addFlags(FlutterWindowManager.FLAG_SECURE);
|
||||||
|
}
|
||||||
|
|
||||||
runApp(const MyApp());
|
runApp(const MyApp());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -12,7 +19,6 @@ class MyApp extends StatelessWidget {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
FlutterWindowManager.addFlags(FlutterWindowManager.FLAG_SECURE);
|
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
debugShowCheckedModeBanner: false,
|
debugShowCheckedModeBanner: false,
|
||||||
title: 'Maker Book',
|
title: 'Maker Book',
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ class AboutPage extends StatelessWidget {
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Column(
|
child: const Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
const Text(
|
Text(
|
||||||
'Maker Book',
|
'Maker Book',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 28,
|
fontSize: 28,
|
||||||
|
|
@ -33,13 +33,13 @@ class AboutPage extends StatelessWidget {
|
||||||
color: Colors.cyanAccent,
|
color: Colors.cyanAccent,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
SizedBox(height: 12),
|
||||||
const Text(
|
Text(
|
||||||
'Aplicativo educacional desenvolvido pela Maker Robotics para visualização de livros e conteúdos digitais exclusivos.',
|
'Aplicativo educacional desenvolvido pela Maker Robotics para visualização de livros e conteúdos digitais exclusivos.',
|
||||||
style: TextStyle(fontSize: 16, color: Colors.white),
|
style: TextStyle(fontSize: 16, color: Colors.white),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 24),
|
SizedBox(height: 24),
|
||||||
const Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(Icons.verified, color: Colors.greenAccent),
|
Icon(Icons.verified, color: Colors.greenAccent),
|
||||||
SizedBox(width: 8),
|
SizedBox(width: 8),
|
||||||
|
|
@ -49,24 +49,24 @@ class AboutPage extends StatelessWidget {
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
SizedBox(height: 16),
|
||||||
const Row(
|
Wrap(
|
||||||
children: [
|
crossAxisAlignment: WrapCrossAlignment.center,
|
||||||
|
spacing: 8,
|
||||||
|
children: const [
|
||||||
Icon(Icons.email, color: Colors.white),
|
Icon(Icons.email, color: Colors.white),
|
||||||
SizedBox(width: 8),
|
Text('Contato: makerroboticssistema@gmail.com',
|
||||||
Text(
|
|
||||||
'Contato: makerroboticssistema@gmail.com',
|
|
||||||
style: TextStyle(fontSize: 16, color: Colors.white),
|
style: TextStyle(fontSize: 16, color: Colors.white),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 32),
|
SizedBox(height: 32),
|
||||||
const Text(
|
Text(
|
||||||
'Este aplicativo permite acesso seguro aos livros digitais adquiridos pela instituição ou aluno, com proteção contra captura de tela e login via QR Code.',
|
'Este aplicativo permite acesso seguro aos livros digitais adquiridos pela instituição ou aluno, com proteção contra captura de tela e login via QR Code.',
|
||||||
style: TextStyle(fontSize: 16, color: Colors.white),
|
style: TextStyle(fontSize: 16, color: Colors.white),
|
||||||
),
|
),
|
||||||
const Spacer(),
|
Spacer(),
|
||||||
const Center(
|
Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
'© 2025 Maker Robotics',
|
'© 2025 Maker Robotics',
|
||||||
style: TextStyle(color: Colors.white70, fontSize: 14),
|
style: TextStyle(color: Colors.white70, fontSize: 14),
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
import 'package:MakerBook/widgets/epub_viewer2.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import '../widgets/epub_viewer.dart';
|
import '../widgets/epub_viewer.dart';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ class PrivacyPage extends StatefulWidget {
|
||||||
|
|
||||||
class _PrivacyPageState extends State<PrivacyPage> {
|
class _PrivacyPageState extends State<PrivacyPage> {
|
||||||
bool _loading = true;
|
bool _loading = true;
|
||||||
late WebViewController _controller;
|
//late WebViewController _controller;
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
|
|
@ -38,7 +38,7 @@ class _PrivacyPageState extends State<PrivacyPage> {
|
||||||
initialUrl: 'https://makereducacional.com.br/privacy.html',
|
initialUrl: 'https://makereducacional.com.br/privacy.html',
|
||||||
javascriptMode: JavascriptMode.unrestricted,
|
javascriptMode: JavascriptMode.unrestricted,
|
||||||
onWebViewCreated: (controller) {
|
onWebViewCreated: (controller) {
|
||||||
_controller = controller;
|
//_controller = controller;
|
||||||
},
|
},
|
||||||
onPageFinished: (_) {
|
onPageFinished: (_) {
|
||||||
setState(() {
|
setState(() {
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
export 'secure_screen_stub.dart'
|
||||||
|
if (dart.library.io) 'secure_screen_io.dart';
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
import 'dart:io';
|
||||||
|
import 'package:flutter_windowmanager/flutter_windowmanager.dart';
|
||||||
|
|
||||||
|
class SecureScreen {
|
||||||
|
static Future<void> enable() async {
|
||||||
|
if (Platform.isAndroid) {
|
||||||
|
await FlutterWindowManager.addFlags(FlutterWindowManager.FLAG_SECURE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
class SecureScreen {
|
||||||
|
static Future<void> enable() async {
|
||||||
|
// no-op (web/unknown)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -2,7 +2,6 @@ import 'dart:convert';
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:MakerBook/utils/encrypt.dart';
|
import 'package:MakerBook/utils/encrypt.dart';
|
||||||
import 'package:epub_view/epub_view.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:path_provider/path_provider.dart';
|
import 'package:path_provider/path_provider.dart';
|
||||||
import 'package:vocsy_epub_viewer/epub_viewer.dart';
|
import 'package:vocsy_epub_viewer/epub_viewer.dart';
|
||||||
|
|
|
||||||
|
|
@ -380,7 +380,7 @@ class _PdfViewerState extends State<PdfViewer> {
|
||||||
|
|
||||||
void _verificaSeMostraTutorial() async {
|
void _verificaSeMostraTutorial() async {
|
||||||
final prefs = await SharedPreferences.getInstance();
|
final prefs = await SharedPreferences.getInstance();
|
||||||
bool jaViu = prefs.getBool('tutorialPdfVisto') ?? false;
|
bool jaViu = true; // prefs.getBool('tutorialPdfVisto') ?? false;
|
||||||
|
|
||||||
setState(() {
|
setState(() {
|
||||||
setaTutorial = !jaViu;
|
setaTutorial = !jaViu;
|
||||||
|
|
@ -484,6 +484,7 @@ class _PdfViewerState extends State<PdfViewer> {
|
||||||
tooltip: 'Anotações',
|
tooltip: 'Anotações',
|
||||||
onPressed: _showAnnotationDialog,
|
onPressed: _showAnnotationDialog,
|
||||||
),
|
),
|
||||||
|
const SizedBox(width: 8),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
: PreferredSize(preferredSize: Size.zero, child: SizedBox.shrink()),
|
: PreferredSize(preferredSize: Size.zero, child: SizedBox.shrink()),
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
||||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
|
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
||||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
platform :osx, '10.15'
|
||||||
|
|
||||||
|
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
|
||||||
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
||||||
|
|
||||||
|
project 'Runner', {
|
||||||
|
'Debug' => :debug,
|
||||||
|
'Profile' => :release,
|
||||||
|
'Release' => :release,
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutter_root
|
||||||
|
generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'ephemeral', 'Flutter-Generated.xcconfig'), __FILE__)
|
||||||
|
unless File.exist?(generated_xcode_build_settings_path)
|
||||||
|
raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure \"flutter pub get\" is executed first"
|
||||||
|
end
|
||||||
|
|
||||||
|
File.foreach(generated_xcode_build_settings_path) do |line|
|
||||||
|
matches = line.match(/FLUTTER_ROOT\=(.*)/)
|
||||||
|
return matches[1].strip if matches
|
||||||
|
end
|
||||||
|
raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Flutter-Generated.xcconfig, then run \"flutter pub get\""
|
||||||
|
end
|
||||||
|
|
||||||
|
require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)
|
||||||
|
|
||||||
|
flutter_macos_podfile_setup
|
||||||
|
|
||||||
|
target 'Runner' do
|
||||||
|
use_frameworks!
|
||||||
|
|
||||||
|
flutter_install_all_macos_pods File.dirname(File.realpath(__FILE__))
|
||||||
|
target 'RunnerTests' do
|
||||||
|
inherit! :search_paths
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
post_install do |installer|
|
||||||
|
installer.pods_project.targets.each do |target|
|
||||||
|
flutter_additional_macos_build_settings(target)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
@ -385,7 +385,7 @@
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
||||||
|
|
@ -399,7 +399,7 @@
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
||||||
|
|
@ -413,7 +413,7 @@
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
GENERATE_INFOPLIST_FILE = YES;
|
GENERATE_INFOPLIST_FILE = YES;
|
||||||
MARKETING_VERSION = 1.0;
|
MARKETING_VERSION = 1.0;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer.RunnerTests;
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2.RunnerTests;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MakerBook.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/MakerBook";
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
PRODUCT_NAME = MakerBook
|
PRODUCT_NAME = MakerBook
|
||||||
|
|
||||||
// The application's bundle identifier
|
// The application's bundle identifier
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.example.booksViewer
|
PRODUCT_BUNDLE_IDENTIFIER = com.makerrobotics.booksViewer2
|
||||||
|
|
||||||
// The copyright displayed in application information
|
// The copyright displayed in application information
|
||||||
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
|
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
# In Windows, build-name is used as the major, minor, and patch parts
|
# In Windows, build-name is used as the major, minor, and patch parts
|
||||||
# of the product and file versions while build-number is used as the build suffix.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.0.3+11
|
version: 1.0.3+14
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.4.3 <4.0.0'
|
sdk: '>=3.4.3 <4.0.0'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue