File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1592
1592
DYLIB_CURRENT_VERSION = 1;
1593
1593
FRAMEWORK_VERSION = A;
1594
1594
INFOPLIST_FILE = Sources/Info.plist;
1595
+ SUPPORTS_MACCATALYST = YES;
1595
1596
};
1596
1597
name = Debug;
1597
1598
};
1603
1604
DYLIB_CURRENT_VERSION = 1;
1604
1605
FRAMEWORK_VERSION = A;
1605
1606
INFOPLIST_FILE = Sources/Info.plist;
1607
+ SUPPORTS_MACCATALYST = YES;
1606
1608
};
1607
1609
name = Release;
1608
1610
};
1692
1694
DYLIB_CURRENT_VERSION = 1;
1693
1695
FRAMEWORK_VERSION = A;
1694
1696
INFOPLIST_FILE = Sources/Info.plist;
1697
+ SUPPORTS_MACCATALYST = YES;
1695
1698
};
1696
1699
name = Profile;
1697
1700
};
1752
1755
DYLIB_CURRENT_VERSION = 1;
1753
1756
FRAMEWORK_VERSION = A;
1754
1757
INFOPLIST_FILE = Sources/Info.plist;
1758
+ SUPPORTS_MACCATALYST = YES;
1755
1759
};
1756
1760
name = Test;
1757
1761
};
You can’t perform that action at this time.
0 commit comments