Code Monkey home page Code Monkey logo

Comments (11)

wellkwen avatar wellkwen commented on August 15, 2024 1

@dvor I try download again clean version and build

And now it work!!!
thank you!!

from antidote.

dvor avatar dvor commented on August 15, 2024

@wellkwen try to set "Skip install" to "Yes" for both SnapKit and Yaml projects. To do that

  • open Antidote in Xcode
  • in "submodules" folder select SnapKit.xcodeproj/Yaml.xcodeproj
  • select Project -> Build Settings
  • set "Skip install" to "Yes".

screen shot 2017-05-06 at 18 49 41

from antidote.

wellkwen avatar wellkwen commented on August 15, 2024

@dvor I'm sorry, it is does't work, maybe you have more idea? =)

from antidote.

dvor avatar dvor commented on August 15, 2024

Have you changed option to for both SnapKit and Yaml? Also you have to re-archive app after that.

from antidote.

wellkwen avatar wellkwen commented on August 15, 2024

@dvor yes, I do this, but again generic Xcode archive

from antidote.

dvor avatar dvor commented on August 15, 2024

Hm, I double checked, it works for me. Also what is selected as a target device for you? It should be "Generic iOS Device" or your device name (if it is connected, like "dvor's iPhone").

screen shot 2017-05-06 at 19 26 09

from antidote.

wellkwen avatar wellkwen commented on August 15, 2024

@dvor yes, I try, but I don't understand, why it's does't work =(
2017-05-06 20 30 13

from antidote.

dvor avatar dvor commented on August 15, 2024

Can you please post here results of

git diff
cd submodules/SnapKit/
git diff 
cd ../YamlSwift/
git diff

Here is what it gives for me

MBP-Dmitry:Antidote dvor$ git diff
diff --git a/submodules/SnapKit b/submodules/SnapKit
--- a/submodules/SnapKit
+++ b/submodules/SnapKit
@@ -1 +1 @@
-Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb
+Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb-dirty
diff --git a/submodules/YamlSwift b/submodules/YamlSwift
--- a/submodules/YamlSwift
+++ b/submodules/YamlSwift
@@ -1 +1 @@
-Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac
+Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac-dirty
MBP-Dmitry:Antidote dvor$ cd submodules/SnapKit/
MBP-Dmitry:SnapKit dvor$ git diff
diff --git a/SnapKit.xcodeproj/project.pbxproj b/SnapKit.xcodeproj/project.pbxproj
index 0fcb244..6b1ed8c 100644
--- a/SnapKit.xcodeproj/project.pbxproj
+++ b/SnapKit.xcodeproj/project.pbxproj
@@ -441,6 +441,7 @@
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
+                               SKIP_INSTALL = YES;
                                SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -482,6 +483,7 @@
                                MACOSX_DEPLOYMENT_TARGET = 10.10;
                                MTL_ENABLE_DEBUG_INFO = NO;
                                PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
+                               SKIP_INSTALL = YES;
                                SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
                                SWIFT_VERSION = 3.0;
                                TARGETED_DEVICE_FAMILY = "1,2,3,4";
MBP-Dmitry:SnapKit dvor$ cd ../YamlSwift/
MBP-Dmitry:YamlSwift dvor$ git diff
diff --git a/Yaml.xcodeproj/project.pbxproj b/Yaml.xcodeproj/project.pbxproj
index 5095e04..03db8df 100644
--- a/Yaml.xcodeproj/project.pbxproj
+++ b/Yaml.xcodeproj/project.pbxproj
@@ -942,6 +942,7 @@
                                ONLY_ACTIVE_ARCH = YES;
                                PRODUCT_BUNDLE_IDENTIFIER = behrang.Yaml;
                                PRODUCT_NAME = Yaml;
+                               SKIP_INSTALL = YES;
                        };
                        name = Debug;
                };
@@ -965,6 +966,7 @@
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                PRODUCT_BUNDLE_IDENTIFIER = behrang.Yaml;
                                PRODUCT_NAME = Yaml;
+                               SKIP_INSTALL = YES;
                        };
                        name = Release;
                };

from antidote.

dvor avatar dvor commented on August 15, 2024

Also what version of Xcode do you have?

from antidote.

wellkwen avatar wellkwen commented on August 15, 2024

@dvor version 8.3.2

acBook-Pro-Nikki:SnapKit nikki$ git diff 
diff --git a/SnapKit.xcodeproj/project.pbxproj b/SnapKit.xcodeproj/project.pbxproj
index 0fcb244..6b1ed8c 100644
--- a/SnapKit.xcodeproj/project.pbxproj
+++ b/SnapKit.xcodeproj/project.pbxproj
@@ -441,6 +441,7 @@
                                MTL_ENABLE_DEBUG_INFO = YES;
                                ONLY_ACTIVE_ARCH = YES;
                                PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
+                               SKIP_INSTALL = YES;
                                SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -482,6 +483,7 @@
                                MACOSX_DEPLOYMENT_TARGET = 10.10;
                                MTL_ENABLE_DEBUG_INFO = NO;
                                PRODUCT_BUNDLE_PACKAGE_TYPE = BNDL;
+                               SKIP_INSTALL = YES;
                                SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos appletvsimulator appletvos";
                                SWIFT_VERSION = 3.0;
                                TARGETED_DEVICE_FAMILY = "1,2,3,4";
MacBook-Pro-Nikki:Antidote nikki$ git diff
diff --git a/Antidote.xcodeproj/project.pbxproj b/Antidote.xcodeproj/project.pbxproj
index 19f7e7d..b6996a3 100644
--- a/Antidote.xcodeproj/project.pbxproj
+++ b/Antidote.xcodeproj/project.pbxproj
@@ -1532,11 +1532,12 @@
                                TargetAttributes = {
                                        111782A61DC64391000C1721 = {
                                                CreatedOnToolsVersion = 7.3.1;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0820;
                                                TestTargetID = 1164762E19794D3300DB20B8;
                                        };
                                        1164762E19794D3300DB20B8 = {
-                                               DevelopmentTeam = NHVF8NSG3J;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0810;
                                                ProvisioningStyle = Automatic;
                                                SystemCapabilities = {
@@ -1547,6 +1548,7 @@
                                        };
                                        1173F0551BC5D94400B88B7B = {
                                                CreatedOnToolsVersion = 7.0;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0810;
                                                ProvisioningStyle = Automatic;
                                                SystemCapabilities = {
@@ -2511,6 +2513,7 @@
                                CLANG_WARN_UNREACHABLE_CODE = YES;
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                DEBUG_INFORMATION_FORMAT = dwarf;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = ScreenshotsUITests/Info.plist;
@@ -2550,6 +2553,7 @@
                                );
                                PRODUCT_BUNDLE_IDENTIFIER = me.dvor.ScreenshotsUITests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "ScreenshotsUITests/ScreenshotUITests-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -2566,6 +2570,7 @@
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                COPY_PHASE_STRIP = NO;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = ScreenshotsUITests/Info.plist;
@@ -2605,6 +2610,7 @@
                                );
                                PRODUCT_BUNDLE_IDENTIFIER = me.dvor.ScreenshotsUITests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "ScreenshotsUITests/ScreenshotUITests-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
                                TEST_TARGET_NAME = Antidote;
@@ -2710,7 +2716,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                CURRENT_PROJECT_VERSION = 29;
-                               DEVELOPMENT_TEAM = NHVF8NSG3J;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_BITCODE = NO;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = "Antidote/Antidote-Prefix.pch";
@@ -2725,7 +2731,7 @@
                                SWIFT_OBJC_BRIDGING_HEADER = "Antidote/Antidote-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
-                               TARGETED_DEVICE_FAMILY = "1,2";
+                               TARGETED_DEVICE_FAMILY = 1;
                                WRAPPER_EXTENSION = app;
                        };
                        name = Debug;
@@ -2742,7 +2748,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                CURRENT_PROJECT_VERSION = 29;
-                               DEVELOPMENT_TEAM = NHVF8NSG3J;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_BITCODE = NO;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = "Antidote/Antidote-Prefix.pch";
@@ -2756,7 +2762,7 @@
                                RUN_CLANG_STATIC_ANALYZER = YES;
                                SWIFT_OBJC_BRIDGING_HEADER = "Antidote/Antidote-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
-                               TARGETED_DEVICE_FAMILY = "1,2";
+                               TARGETED_DEVICE_FAMILY = 1;
                                WRAPPER_EXTENSION = app;
                        };
                        name = Release;
@@ -2771,6 +2777,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                DEBUG_INFORMATION_FORMAT = dwarf;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                ENABLE_TESTABILITY = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
@@ -2780,6 +2787,7 @@
                                MTL_ENABLE_DEBUG_INFO = YES;
                                PRODUCT_BUNDLE_IDENTIFIER = dvor.AntidoteTests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "AntidoteTests/AntidoteTests-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -2798,6 +2806,7 @@
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                COPY_PHASE_STRIP = NO;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = AntidoteTests/Info.plist;
@@ -2806,6 +2815,7 @@
                                MTL_ENABLE_DEBUG_INFO = NO;
                                PRODUCT_BUNDLE_IDENTIFIER = dvor.AntidoteTests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "AntidoteTests/AntidoteTests-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
                                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Antidote.app/Antidote";
diff --git a/Antidote/Antidote-Info.plist b/Antidote/Antidote-Info.plist
index cb19de3..4d44546 100644
--- a/Antidote/Antidote-Info.plist
+++ b/Antidote/Antidote-Info.plist
@@ -35,8 +35,18 @@
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>29</string>
+       <key>ITSAppUsesNonExemptEncryption</key>
+       <true/>
+       <key>ITSEncryptionExportComplianceCode</key>
+       <string>700c0aa9-02e3-41f8-93bb-342c874d8fe3</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
+       <key>NSCameraUsageDescription</key>
+       <string>You can use video calls, send photos and videos, scan QR codes.</string>
+       <key>NSMicrophoneUsageDescription</key>
+       <string>You can use audio and video calls.</string>
+       <key>NSPhotoLibraryUsageDescription</key>
+       <string>You can send photos and videos.</string>
        <key>UIBackgroundModes</key>
        <array>
                <string>audio</string>
@@ -50,8 +60,6 @@
        <key>UISupportedInterfaceOrientations</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
-               <string>UIInterfaceOrientationLandscapeLeft</string>
-               <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UISupportedInterfaceOrientations~ipad</key>
        <array>
@@ -60,15 +68,5 @@
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
        </array>
-       <key>ITSAppUsesNonExemptEncryption</key>
-       <true/>
-       <key>ITSEncryptionExportComplianceCode</key>
-       <string>700c0aa9-02e3-41f8-93bb-342c874d8fe3</string>
-       <key>NSCameraUsageDescription</key>
-       <string>You can use video calls, send photos and videos, scan QR codes.</string>
-       <key>NSMicrophoneUsageDescription</key>
-       <string>You can use audio and video calls.</string>
-       <key>NSPhotoLibraryUsageDescription</key>
-       <string>You can send photos and videos.</string>
 </dict>
 </plist>
diff --git a/submodules/SnapKit b/submodules/SnapKit
--- a/submodules/SnapKit
+++ b/submodules/SnapKit
@@ -1 +1 @@
-Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb
+Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb-dirty
diff --git a/submodules/YamlSwift b/submodules/YamlSwift
--- a/submodules/YamlSwift
+++ b/submodules/YamlSwift
@@ -1 +1 @@
-Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac
+Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac-dirty
(END)

from antidote.

wellkwen avatar wellkwen commented on August 15, 2024
MacBook-Pro-Nikki:Antidote nikki$ git diff
diff --git a/Antidote.xcodeproj/project.pbxproj b/Antidote.xcodeproj/project.pbxproj
index 19f7e7d..b6996a3 100644
--- a/Antidote.xcodeproj/project.pbxproj
+++ b/Antidote.xcodeproj/project.pbxproj
@@ -1532,11 +1532,12 @@
                                TargetAttributes = {
                                        111782A61DC64391000C1721 = {
                                                CreatedOnToolsVersion = 7.3.1;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0820;
                                                TestTargetID = 1164762E19794D3300DB20B8;
                                        };
                                        1164762E19794D3300DB20B8 = {
-                                               DevelopmentTeam = NHVF8NSG3J;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0810;
                                                ProvisioningStyle = Automatic;
                                                SystemCapabilities = {
@@ -1547,6 +1548,7 @@
                                        };
                                        1173F0551BC5D94400B88B7B = {
                                                CreatedOnToolsVersion = 7.0;
+                                               DevelopmentTeam = Q477Z5A933;
                                                LastSwiftMigration = 0810;
                                                ProvisioningStyle = Automatic;
                                                SystemCapabilities = {
@@ -2511,6 +2513,7 @@
                                CLANG_WARN_UNREACHABLE_CODE = YES;
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                DEBUG_INFORMATION_FORMAT = dwarf;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = ScreenshotsUITests/Info.plist;
@@ -2550,6 +2553,7 @@
                                );
                                PRODUCT_BUNDLE_IDENTIFIER = me.dvor.ScreenshotsUITests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "ScreenshotsUITests/ScreenshotUITests-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -2566,6 +2570,7 @@
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                COPY_PHASE_STRIP = NO;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = ScreenshotsUITests/Info.plist;
@@ -2605,6 +2610,7 @@
                                );
                                PRODUCT_BUNDLE_IDENTIFIER = me.dvor.ScreenshotsUITests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "ScreenshotsUITests/ScreenshotUITests-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
                                TEST_TARGET_NAME = Antidote;
@@ -2710,7 +2716,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                CURRENT_PROJECT_VERSION = 29;
-                               DEVELOPMENT_TEAM = NHVF8NSG3J;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_BITCODE = NO;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = "Antidote/Antidote-Prefix.pch";
@@ -2725,7 +2731,7 @@
                                SWIFT_OBJC_BRIDGING_HEADER = "Antidote/Antidote-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
-                               TARGETED_DEVICE_FAMILY = "1,2";
+                               TARGETED_DEVICE_FAMILY = 1;
                                WRAPPER_EXTENSION = app;
                        };
                        name = Debug;
@@ -2742,7 +2748,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                CURRENT_PROJECT_VERSION = 29;
-                               DEVELOPMENT_TEAM = NHVF8NSG3J;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_BITCODE = NO;
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
                                GCC_PREFIX_HEADER = "Antidote/Antidote-Prefix.pch";
@@ -2756,7 +2762,7 @@
                                RUN_CLANG_STATIC_ANALYZER = YES;
                                SWIFT_OBJC_BRIDGING_HEADER = "Antidote/Antidote-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
-                               TARGETED_DEVICE_FAMILY = "1,2";
+                               TARGETED_DEVICE_FAMILY = 1;
                                WRAPPER_EXTENSION = app;
                        };
                        name = Release;
@@ -2771,6 +2777,7 @@
                                CODE_SIGN_IDENTITY = "iPhone Developer";
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                DEBUG_INFORMATION_FORMAT = dwarf;
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                ENABLE_TESTABILITY = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
@@ -2780,6 +2787,7 @@
                                MTL_ENABLE_DEBUG_INFO = YES;
                                PRODUCT_BUNDLE_IDENTIFIER = dvor.AntidoteTests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "AntidoteTests/AntidoteTests-Bridging-Header.h";
                                SWIFT_OPTIMIZATION_LEVEL = "-Onone";
                                SWIFT_VERSION = 3.0;
@@ -2798,6 +2806,7 @@
                                "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
                                COPY_PHASE_STRIP = NO;
                                DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+                               DEVELOPMENT_TEAM = Q477Z5A933;
                                ENABLE_STRICT_OBJC_MSGSEND = YES;
                                GCC_NO_COMMON_BLOCKS = YES;
                                INFOPLIST_FILE = AntidoteTests/Info.plist;
@@ -2806,6 +2815,7 @@
                                MTL_ENABLE_DEBUG_INFO = NO;
                                PRODUCT_BUNDLE_IDENTIFIER = dvor.AntidoteTests;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SKIP_INSTALL = NO;
                                SWIFT_OBJC_BRIDGING_HEADER = "AntidoteTests/AntidoteTests-Bridging-Header.h";
                                SWIFT_VERSION = 3.0;
                                TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Antidote.app/Antidote";
diff --git a/Antidote/Antidote-Info.plist b/Antidote/Antidote-Info.plist
index cb19de3..4d44546 100644
--- a/Antidote/Antidote-Info.plist
+++ b/Antidote/Antidote-Info.plist
@@ -35,8 +35,18 @@
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>29</string>
+       <key>ITSAppUsesNonExemptEncryption</key>
+       <true/>
+       <key>ITSEncryptionExportComplianceCode</key>
+       <string>700c0aa9-02e3-41f8-93bb-342c874d8fe3</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
+       <key>NSCameraUsageDescription</key>
+       <string>You can use video calls, send photos and videos, scan QR codes.</string>
+       <key>NSMicrophoneUsageDescription</key>
+       <string>You can use audio and video calls.</string>
+       <key>NSPhotoLibraryUsageDescription</key>
+       <string>You can send photos and videos.</string>
        <key>UIBackgroundModes</key>
        <array>
                <string>audio</string>
@@ -50,8 +60,6 @@
        <key>UISupportedInterfaceOrientations</key>
        <array>
                <string>UIInterfaceOrientationPortrait</string>
-               <string>UIInterfaceOrientationLandscapeLeft</string>
-               <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
        <key>UISupportedInterfaceOrientations~ipad</key>
        <array>
@@ -60,15 +68,5 @@
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
        </array>
-       <key>ITSAppUsesNonExemptEncryption</key>
-       <true/>
-       <key>ITSEncryptionExportComplianceCode</key>
-       <string>700c0aa9-02e3-41f8-93bb-342c874d8fe3</string>
-       <key>NSCameraUsageDescription</key>
-       <string>You can use video calls, send photos and videos, scan QR codes.</string>
-       <key>NSMicrophoneUsageDescription</key>
-       <string>You can use audio and video calls.</string>
-       <key>NSPhotoLibraryUsageDescription</key>
-       <string>You can send photos and videos.</string>
 </dict>
 </plist>
diff --git a/submodules/SnapKit b/submodules/SnapKit
--- a/submodules/SnapKit
+++ b/submodules/SnapKit
@@ -1 +1 @@
-Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb
+Subproject commit cfa5e8cb5b38c2cb38bb8bc373a07dd5ae04eddb-dirty
diff --git a/submodules/YamlSwift b/submodules/YamlSwift
--- a/submodules/YamlSwift
+++ b/submodules/YamlSwift
@@ -1 +1 @@
-Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac
+Subproject commit 7ac41b2d63b0a959645df531ef9c4076cd4859ac-dirty

from antidote.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.