Updated bundle id
This commit is contained in:
parent
bba540f8b6
commit
3280ecffe2
|
@ -143,6 +143,8 @@
|
|||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||
<key>NSMainNibFile</key>
|
||||
|
|
|
@ -624,7 +624,7 @@
|
|||
"$(inherited)",
|
||||
"\"$(SRCROOT)/libunrar\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = net.tarasis.mac.QuietUnarchiver;
|
||||
PRODUCT_NAME = QuietUnrar;
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -656,7 +656,7 @@
|
|||
"$(inherited)",
|
||||
"\"$(SRCROOT)/libunrar\"",
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:rfc1034identifier}";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = net.tarasis.mac.QuietUnarchiver;
|
||||
PRODUCT_NAME = QuietUnrar;
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in New Issue