Rename package name

This commit is contained in:
2026-04-07 19:35:05 +02:00
parent 56194f6f58
commit 83b3b69262
11 changed files with 23 additions and 23 deletions
@@ -271,7 +271,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.omniexample";
PRODUCT_BUNDLE_IDENTIFIER = "dev.zoriya.omniexample";
PRODUCT_NAME = OmniExample;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -300,7 +300,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.omniexample";
PRODUCT_BUNDLE_IDENTIFIER = "dev.zoriya.omniexample";
PRODUCT_NAME = OmniExample;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SWIFT_VERSION = 5.0;