mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 12:16:40 +00:00
Compare commits
3 commits
090c9b1c2e
...
496a37e321
Author | SHA1 | Date | |
---|---|---|---|
![]() |
496a37e321 | ||
![]() |
65bd9f4179 | ||
![]() |
6d197e3a4f |
3 changed files with 8 additions and 3 deletions
|
@ -556,7 +556,8 @@
|
|||
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_IDENTITY = "Apple Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_NS_ASSERTIONS = NO;
|
||||
|
@ -618,8 +619,8 @@
|
|||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
|
||||
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
|
||||
CODE_SIGN_IDENTITY = "Apple Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
DEVELOPMENT_TEAM = "";
|
||||
|
@ -788,6 +789,7 @@
|
|||
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||
DEVELOPMENT_TEAM = 489Z6UQMGN;
|
||||
|
|
|
@ -7,6 +7,7 @@ enum AppFeature {
|
|||
isoAndNdValues,
|
||||
themeEngine,
|
||||
spotMeteringAndHistogram,
|
||||
logbook,
|
||||
focalLength,
|
||||
listOfFilms,
|
||||
customFilms,
|
||||
|
@ -30,6 +31,8 @@ enum AppFeature {
|
|||
return S.of(context).featureTheme;
|
||||
case AppFeature.spotMeteringAndHistogram:
|
||||
return S.of(context).featureSpotMeteringAndHistorgram;
|
||||
case AppFeature.logbook:
|
||||
return S.of(context).logbook;
|
||||
case AppFeature.focalLength:
|
||||
return S.of(context).featureFocalLength35mm;
|
||||
case AppFeature.listOfFilms:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 321 KiB After Width: | Height: | Size: 316 KiB |
Loading…
Reference in a new issue