Address xcode error messages

This commit is contained in:
bl00dymarie
2024-01-18 11:33:36 +01:00
parent 91c05e79c0
commit d395ba9be4
12 changed files with 18 additions and 6 deletions
+5 -4
View File
@@ -35,7 +35,7 @@
54DFE73B25D94D6E0025C3FC /* swipe.png in Resources */ = {isa = PBXBuildFile; fileRef = 54DFE73925D94D6E0025C3FC /* swipe.png */; };
54DFE73D25D94DED0025C3FC /* cycle-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 54DFE73C25D94DED0025C3FC /* cycle-icon.png */; };
54DFE73E25D94DED0025C3FC /* cycle-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 54DFE73C25D94DED0025C3FC /* cycle-icon.png */; };
54E1D49923E7588F003FA37B /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
54E1D49923E7588F003FA37B /* (null) in Frameworks */ = {isa = PBXBuildFile; };
62F2A4645AC84CDC9506FF27 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 9AEBF0735214455AAEDF56D5 /* libc++.tbd */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
BD7041F2826E4A2CBE6CB87D /* RealmJSTests.xctest in Frameworks */ = {isa = PBXBuildFile; fileRef = F79F72C5390646E0A06AAE68 /* RealmJSTests.xctest */; };
@@ -118,7 +118,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
54E1D49923E7588F003FA37B /* BuildFile in Frameworks */,
54E1D49923E7588F003FA37B /* (null) in Frameworks */,
62F2A4645AC84CDC9506FF27 /* libc++.tbd in Frameworks */,
D91133DCE120440893E2FD2E /* libz.tbd in Frameworks */,
BD7041F2826E4A2CBE6CB87D /* RealmJSTests.xctest in Frameworks */,
@@ -319,7 +319,6 @@
TestTargetID = 13B07F861A680F5B00A75B9A;
};
13B07F861A680F5B00A75B9A = {
DevelopmentTeam = 6AD72X6W26;
LastSwiftMigration = 1120;
};
};
@@ -624,6 +623,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6AD72X6W26;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = drip/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
@@ -650,6 +650,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 6AD72X6W26;
INFOPLIST_FILE = drip/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@@ -660,7 +661,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = org.heartofcode.drip.cycle.tracking;
PRODUCT_NAME = drip;
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

@@ -1,46 +1,55 @@
{
"images": [
{
"filename": "40 1.png",
"idiom": "iphone",
"scale": "2x",
"size": "20x20"
},
{
"filename": "60 1.png",
"idiom": "iphone",
"scale": "3x",
"size": "20x20"
},
{
"filename": "58 1.png",
"idiom": "iphone",
"scale": "2x",
"size": "29x29"
},
{
"filename": "87 1.png",
"idiom": "iphone",
"scale": "3x",
"size": "29x29"
},
{
"filename": "80 1.png",
"idiom": "iphone",
"scale": "2x",
"size": "40x40"
},
{
"filename": "120 2.png",
"idiom": "iphone",
"scale": "3x",
"size": "40x40"
},
{
"filename": "120 1.png",
"idiom": "iphone",
"scale": "2x",
"size": "60x60"
},
{
"filename": "180 1.png",
"idiom": "iphone",
"scale": "3x",
"size": "60x60"
},
{
"filename": "appstore 1.png",
"idiom": "ios-marketing",
"scale": "1x",
"size": "1024x1024"
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

+4 -2
View File
@@ -8,8 +8,10 @@
<string>drip.</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>org.heartofcode.drip.cycle.tracking</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -17,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>drip. menstrual cycle &amp; fertility tracking</string>
<string>1.2401.17</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>