|
@@ -56,6 +56,7 @@
|
|
|
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>"; };
|
|
|
|
|
+ 8AE9D00F2D3F4D3000CDFE29 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
|
|
|
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; };
|
|
@@ -152,6 +153,7 @@
|
|
|
97C146F01CF9000F007C117D /* Runner */ = {
|
|
97C146F01CF9000F007C117D /* Runner */ = {
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
|
|
+ 8AE9D00F2D3F4D3000CDFE29 /* Runner.entitlements */,
|
|
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
|
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
|
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
@@ -487,22 +489,27 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 3;
|
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = Clean;
|
|
|
|
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "CleanPro: Photo Cleaner";
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
);
|
|
|
|
|
+ MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
|
|
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
|
|
+ SUPPORTS_MACCATALYST = NO;
|
|
|
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;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = 1;
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
};
|
|
};
|
|
|
name = Profile;
|
|
name = Profile;
|
|
@@ -674,23 +681,28 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 3;
|
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = Clean;
|
|
|
|
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "CleanPro: Photo Cleaner";
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
);
|
|
|
|
|
+ MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
|
|
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
|
|
+ SUPPORTS_MACCATALYST = NO;
|
|
|
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";
|
|
|
SWIFT_VERSION = 5.0;
|
|
SWIFT_VERSION = 5.0;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = 1;
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
};
|
|
};
|
|
|
name = Debug;
|
|
name = Debug;
|
|
@@ -701,22 +713,27 @@
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
- CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
|
|
|
|
|
|
+ CURRENT_PROJECT_VERSION = 3;
|
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
DEVELOPMENT_TEAM = 2KQK3K8899;
|
|
|
ENABLE_BITCODE = NO;
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
- INFOPLIST_KEY_CFBundleDisplayName = Clean;
|
|
|
|
|
|
|
+ INFOPLIST_KEY_CFBundleDisplayName = "CleanPro: Photo Cleaner";
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
);
|
|
|
|
|
+ MARKETING_VERSION = 1.0;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.cleanpro.tools;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
|
|
|
|
+ SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
|
|
|
+ SUPPORTS_MACCATALYST = NO;
|
|
|
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;
|
|
|
|
|
+ TARGETED_DEVICE_FAMILY = 1;
|
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
VERSIONING_SYSTEM = "apple-generic";
|
|
|
};
|
|
};
|
|
|
name = Release;
|
|
name = Release;
|