Commit 42404eb7 cgx

移除Flutter

1 个父辈 6701105a
......@@ -11,5 +11,3 @@ HOST_URL = https:${SLANT}/cbti.mynatapp.cc
//OTHER_LDFLAGS = $(inherited) -framework "UnityFramework"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DSBETA=1
FLUTTER_BUILD_MODE = debug
......@@ -8,5 +8,3 @@ SLANT = /
HOST_URL = https:${SLANT}/cbti.mynatapp.cc
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DSDEV=1
FLUTTER_BUILD_MODE = debug
<?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>Bundle_Display_Name</key>
<string>$(App_Display_Name)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>wechat</string>
<key>CFBundleURLSchemes</key>
<array>
<string>wx4cdd4760092cdfdf</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>tencent</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tencent1111310949</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>qq</string>
<key>CFBundleURLSchemes</key>
<array>
<string>QQ423D4265</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.aolei.sleep</string>
<key>CFBundleURLSchemes</key>
<array>
<string>dreamsleep</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.um</string>
<key>CFBundleURLSchemes</key>
<array>
<string>um.62048053e0f9bb492bfcb0e8</string>
</array>
</dict>
</array>
<key>HOST_URL</key>
<string>${HOST_URL}</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>wechat</string>
<string>weixin</string>
<string>weixinULAPI</string>
<string>mqqopensdklaunchminiapp</string>
<string>mqqopensdkminiapp</string>
<string>mqqapi</string>
<string>mqq</string>
<string>mqqOpensdkSSoLogin</string>
<string>mqqconnect</string>
<string>tim</string>
<string>timapi</string>
<string>timopensdkfriend</string>
<string>timwpa</string>
<string>timgamebindinggroup</string>
<string>timapiwallet</string>
<string>timOpensdkSSoLogin</string>
<string>wtlogintim</string>
<string>timopensdkgrouptribeshare</string>
<string>timopensdkapiV4</string>
<string>timgamebindinggroup</string>
<string>timopensdkdataline</string>
<string>wtlogintimV1</string>
<string>timapiV1</string>
<string>mqqopensdkapiv2</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSBonjourServices</key>
<array>
<string>_dartobservatory._tcp</string>
</array>
<key>Privacy - Photo Library Additions Usage Description </key>
<string>APP需要您的同意,才能访问相册。</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
</dict>
</plist>
......@@ -10,5 +10,3 @@ HOST_URL = https:${SLANT}/www.cbti.cn
/// 用于开启友盟数据埋点统计、APP更新
/// DSRELEASE前面必须有空格
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DSRELEASE=1
FLUTTER_BUILD_MODE = release
//
// BaseFlutterController.h
// DreamSleep
//
// Created by peter on 2022/9/1.
//
#import <Flutter/Flutter.h>
NS_ASSUME_NONNULL_BEGIN
@interface BaseFlutterController : FlutterViewController
@end
NS_ASSUME_NONNULL_END
//
// BaseFlutterController.m
// DreamSleep
//
// Created by peter on 2022/9/1.
//
#import "BaseFlutterController.h"
@interface BaseFlutterController ()
@end
@implementation BaseFlutterController
- (void)viewDidLoad {
[super viewDidLoad];
self.view.backgroundColor = DSWhite;
self.splashScreenView.hidden = YES;
}
#pragma mark - 隐藏导航栏
- (BOOL)isHideNavigationBar {
return YES;
}
@end
//
// TestFlutterController.h
// DreamSleep
//
// Created by peter on 2022/9/1.
//
#import "BaseFlutterController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TestFlutterController : BaseFlutterController
@end
NS_ASSUME_NONNULL_END
//
// TestFlutterController.m
// DreamSleep
//
// Created by peter on 2022/9/1.
//
#import "TestFlutterController.h"
@interface TestFlutterController ()
@end
@implementation TestFlutterController
- (void)viewDidLoad {
[super viewDidLoad];
}
@end
platform :ios, '11.0'
flutter_application_path = '/Users/peter/StudioProjects/dream_sleep_flutter'
load File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')
target 'DreamSleep' do
use_frameworks!
pod 'AFNetworking', '~> 4.0.1'
......@@ -20,8 +17,6 @@ target 'DreamSleep' do
pod 'KTVHTTPCache', '~> 2.0.1'
pod 'TZImagePickerController', '~> 3.8.3'
pod 'KVOController', '~> 1.2.0'
install_all_flutter_pods(flutter_application_path)
end
# AFNetworking (4.0.1)
......
......@@ -29,11 +29,6 @@ PODS:
- DKNightVersion/UIKit (2.4.3):
- DKNightVersion/Core
- DOUAudioStreamer (0.2.16)
- dream_sleep_flutter (0.0.1):
- Flutter
- Flutter (1.0.0)
- FlutterPluginRegistrant (0.0.1):
- Flutter
- FreeStreamer (4.0.0):
- Reachability (~> 3.0)
- IQKeyboardManager (6.5.10)
......@@ -67,9 +62,6 @@ DEPENDENCIES:
- AFNetworking (~> 4.0.1)
- DKNightVersion (~> 2.4.3)
- DOUAudioStreamer (~> 0.2.16)
- dream_sleep_flutter (from `../../../StudioProjects/dream_sleep_flutter/.ios/Flutter`)
- Flutter (from `../../../StudioProjects/dream_sleep_flutter/.ios/Flutter/engine`)
- FlutterPluginRegistrant (from `../../../StudioProjects/dream_sleep_flutter/.ios/Flutter/FlutterPluginRegistrant`)
- FreeStreamer (~> 4.0.0)
- IQKeyboardManager (~> 6.5.10)
- KTVHTTPCache (~> 2.0.1)
......@@ -105,22 +97,11 @@ SPEC REPOS:
- YYModel
- YYWebImage
EXTERNAL SOURCES:
dream_sleep_flutter:
:path: "../../../StudioProjects/dream_sleep_flutter/.ios/Flutter"
Flutter:
:path: "../../../StudioProjects/dream_sleep_flutter/.ios/Flutter/engine"
FlutterPluginRegistrant:
:path: "../../../StudioProjects/dream_sleep_flutter/.ios/Flutter/FlutterPluginRegistrant"
SPEC CHECKSUMS:
AFNetworking: 7864c38297c79aaca1500c33288e429c3451fdce
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DKNightVersion: eaa80cc4014b4bae7d4b535fd87ecc6a3c2767b3
DOUAudioStreamer: c503ba2ecb9a54ff7bda0eff66963ad224f3c7dc
dream_sleep_flutter: 1bfeb467fa4c71dba8678f27cd120aae10011098
Flutter: bdfa2e8fe0e2880a2c6a58a0b1a8675c262a07af
FlutterPluginRegistrant: d3a0fbc12bc47787a12fcc919193f3959aa7d5ad
FreeStreamer: 7e9c976045701ac2f7e9c14c17245203c37bf2ea
IQKeyboardManager: 45a1fa55c1a5b02c61ac0fd7fd5b62bb4ad20d97
KTVCocoaHTTPServer: df8d7b861e603ff8037e9b2138aca2563a6b768d
......@@ -137,6 +118,6 @@ SPEC CHECKSUMS:
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30
YYWebImage: 5f7f36aee2ae293f016d418c7d6ba05c4863e928
PODFILE CHECKSUM: 42c84d57f54c5d997833f6dfe3a8ac1f2937d286
PODFILE CHECKSUM: 319229d796748f474e0ae37b0e38d522e1eeac48
COCOAPODS: 1.11.3
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!