CN112230932A - Application program packaging method and device, terminal equipment and readable storage medium - Google Patents

Application program packaging method and device, terminal equipment and readable storage medium Download PDF

Info

Publication number
CN112230932A
CN112230932A CN202011462118.8A CN202011462118A CN112230932A CN 112230932 A CN112230932 A CN 112230932A CN 202011462118 A CN202011462118 A CN 202011462118A CN 112230932 A CN112230932 A CN 112230932A
Authority
CN
China
Prior art keywords
application program
packaging
application
switching function
environment
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011462118.8A
Other languages
Chinese (zh)
Inventor
王佳祥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changsha Rootcloud Technology Co ltd
Original Assignee
Changsha Rootcloud Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changsha Rootcloud Technology Co ltd filed Critical Changsha Rootcloud Technology Co ltd
Priority to CN202011462118.8A priority Critical patent/CN112230932A/en
Publication of CN112230932A publication Critical patent/CN112230932A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The embodiment of the invention discloses an application program packaging method, an application program packaging device, terminal equipment and a readable storage medium, wherein the application program is applied to an IOS system, and the method comprises the following steps: generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program; acquiring a compiling scheme from an application program building tool; and packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function. The invention enables the application program to obtain the information switching function, enables the testing process of the application program to be more efficient and convenient, does not need to modify the codes of the application program when testing the application programs of various versions, and can effectively avoid the relevant codes of the application program from being artificially tampered.

Description

Application program packaging method and device, terminal equipment and readable storage medium
Technical Field
The present invention relates to the field of program development, and in particular, to a method and an apparatus for packaging an application program, a terminal device, and a readable storage medium.
Background
In the application program development process, the test of different subjects, the test of different UIs and the test of different server addresses of the application program are involved. It is common practice that each test of a theme or a UI interface or a server address requires packaging of an application version, and the test is inconvenient for different versions of the application, and each version of the application requires modifying the corresponding code of the application, which may cause the relevant code of the application to be tampered manually.
Disclosure of Invention
In view of the above problems, the present invention provides an application packaging method, apparatus, terminal device and readable storage medium.
One embodiment of the present invention provides an application packaging method, where the application is applied to an IOS system, the method including:
generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program;
acquiring a compiling scheme from an application program building tool;
acquiring a new packaging environment from the application building tool, wherein the new packaging environment is used for building the application without the information switching function;
adding the new packaging environment to the compilation plan;
packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function; or the like, or, alternatively,
packaging the application program by using the new packaging environment in the compiling scheme so that the application program does not have the information switching function.
In the above method for packaging an application program, generating a bundle type configuration file by using an Xcode tool includes:
creating a selection key for opening or closing the information switching function for the application program in the IOS through an Xcode tool;
a drop down list including a plurality of switching information is created for the application program at the IOS system through an Xcode tool.
In the above method for packaging an application program, the information switching function includes at least one of a server address switching function, an application UI switching function, and an application theme switching function.
In the above method for packaging an application, acquiring a new packaging environment from an application building tool includes:
and acquiring a construction script corresponding to the new packaging environment, wherein the construction script is used for not packaging the bundle type configuration file when the application program is packaged by using the new packaging environment.
In the above method for packaging an application, packaging the application using the new packaging environment in the compiling scheme includes:
when the information switching function is the server address switching function, determining a default server address, and packaging the default server address and the application program;
when the information switching function is the application program UI switching function, determining a default application program UI and packaging the default application program UI and the application program;
and when the information switching function is the application program theme switching function, determining a default application program theme, and packaging the default application program theme and the application program.
Still another embodiment of the present invention provides an application packaging apparatus, in which an application is applied to an IOS system, the apparatus including:
the configuration file generation module is used for generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program;
the compiling scheme obtaining module is used for obtaining a compiling scheme from the application program building tool;
a new packaging environment obtaining module, configured to obtain a new packaging environment from the application building tool, where the new packaging environment is used to build the application without the information switching function;
a new packaging environment adding module for adding the new packaging environment to the compiling scheme;
a release environment packaging module, configured to package the application program by using a release packaging environment in the compiling scheme, so that the application program has the information switching function;
and the new packaging environment packaging module is used for packaging the application program by using the new packaging environment in the compiling scheme so as to enable the application program not to have the information switching function.
The above-mentioned application packaging apparatus further includes:
a new packaging environment obtaining module, configured to obtain a new packaging environment from the application building tool, where the new packaging environment is used to build the application without the information switching function;
a new packaging environment adding module for adding the new packaging environment to the compiling scheme;
and the new packaging environment packaging module is used for packaging the application program by using the new packaging environment in the compiling scheme so as to enable the application program not to have the information switching function.
The embodiment of the invention relates to terminal equipment, which comprises a memory and a processor, wherein the memory is used for storing a computer program, and the computer program executes the application program packaging method in the embodiment of the invention when running on the processor.
The embodiment of the invention relates to a readable storage medium, which stores a computer program, wherein the computer program executes the application program packaging method of the embodiment of the invention when running on a processor.
The invention discloses an application program packaging method, wherein the application program is applied to an IOS system, and the method comprises the following steps: generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program; acquiring a compiling scheme from an application program building tool; acquiring a new packaging environment from the application building tool, wherein the new packaging environment is used for building the application without the information switching function; adding the new packaging environment to the compilation plan; packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function; or, packaging the application program by using the new packaging environment in the compiling scheme so that the application program does not have the information switching function. According to the technical scheme, the visual menu bar with the information switching function is added in the IOS system through the Xcode tool, the visual menu bar with the information switching function and the application program are packaged simultaneously when the application program is packaged, the application program obtains the information switching function, the testing process of the application program is more efficient and convenient, the application program code does not need to be modified when the application program of each version is tested, and the related codes of the application program can be effectively prevented from being artificially tampered.
Drawings
In order to more clearly illustrate the technical solution of the present invention, the drawings required to be used in the embodiments will be briefly described below, and it should be understood that the following drawings only illustrate some embodiments of the present invention, and therefore should not be considered as limiting the scope of the present invention. Like components are numbered similarly in the various figures.
Fig. 1 is a flowchart illustrating an application packaging method according to an embodiment of the present invention;
FIG. 2 is a flow chart illustrating another method for packaging an application program according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an application proposed by an embodiment of the present invention;
fig. 4 is a schematic diagram of an application program with the information switching function according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a drop-down list of the information switching function proposed by the embodiment of the present invention;
fig. 6 is a schematic structural diagram illustrating an application packaging apparatus according to an embodiment of the present invention.
Description of the main element symbols:
1-an application packaging device; 10-a configuration file generation module; 20-a compilation scheme acquisition module; 30-release environment packaging module; 40-a new packaging environment acquisition module; 50-new packaging environment adding module; 60-new packaging environment packaging module.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments.
The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
Hereinafter, the terms "including", "having", and their derivatives, which may be used in various embodiments of the present invention, are only intended to indicate specific features, numbers, steps, operations, elements, components, or combinations of the foregoing, and should not be construed as first excluding the existence of, or adding to, one or more other features, numbers, steps, operations, elements, components, or combinations of the foregoing.
Furthermore, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which various embodiments of the present invention belong. The terms (such as those defined in commonly used dictionaries) should be interpreted as having a meaning that is consistent with their contextual meaning in the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein in various embodiments of the present invention.
The Application packaging method disclosed by the invention is applied to an IOS (Internet Operating System), and when an APP (Application) is developed, the APP needs to be packaged to generate the APP which can be installed in the IOS, so that the APP can be directly used on terminal equipment of the IOS. The scheme disclosed by the invention relates to two application program packaging environments, one is a release packaging environment of a compiling scheme, and the other is a new packaging environment added to the compiling scheme according to needs. Packaging the application program by using a release packaging environment in the compiling scheme, so that the application program has the information switching function; packaging the application program by using the new packaging environment in the compiling scheme so that the application program does not have the information switching function. The user can select different packaging environments to package the application program according to the requirement, so that the modification times of the application program code can be reduced, and the application program code is prevented from being tampered due to manual misoperation.
Example 1
This embodiment, referring to fig. 1, shows that an application packaging method includes the following steps:
s10: generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program.
Xcode is an integrated development tool running on the operating system Mac OS X, developed by Apple Inc. Xcode is the fastest way to develop macOS and IOS applications. The Xcode has a uniform user interface design, and the encoding, the testing and the debugging are completed in a simple window. The bundle type configuration file is an executable file in the Unix/linux system. The user can use the ". bundle" suffix named file in the terminal. The Xcode tool can generate a bundle type configuration file, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program.
Exemplarily, generating the bundle type configuration file by the Xcode tool includes: creating a selection key for opening or closing the information switching function for the application program in the IOS through an Xcode tool; a drop down list including a plurality of switching information is created for the application program at the IOS system through an Xcode tool.
It can be understood that the folder type configuration file can be generated by using the Xcode tool as required, and the visual menu bar corresponding to the folder type configuration file can be set according to the user's needs, for example, check boxes, radio boxes, buttons, and the like are set.
S20: a compilation scheme is obtained from an application building tool.
When an application program is developed, firstly, an application program construction tool is required to be used for creating a compiling scheme for a developed project, the created compiling scheme is defaulted to have a debug environment and a release packaging environment, wherein the debug environment can debug codes of the application program to obtain a debug log, program bugs can be determined from the debug log, and the code program is continuously optimized in the process of eliminating the program bugs; the release packaging environment can package the debugged application program to generate an APP which can be installed in the IOS system, so that the APP can be directly used on the terminal equipment of the IOS system.
S30: and packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function.
The information switching function includes at least one of a server address switching function, an application UI switching function, and an application theme switching function.
Exemplarily, referring to fig. 3, clicking the "root cloud online" APP of the IOS system may obtain the "root cloud online" setting shown in fig. 4, where the "root cloud online" setting part is a visual menu bar with a server address switching function. There is a selection key beside the "whether to use the manual server address input", and after the selection key is turned on, the user may enter a server address selection menu shown in fig. 5, in which the user may manually select the server address.
The method for packaging an application program disclosed by the embodiment, wherein the application program is applied to an IOS system, comprises the following steps: generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program; acquiring a compiling scheme from an application program building tool; and packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function. According to the technical scheme, the visual menu bar with the information switching function is added in the IOS system through the Xcode tool, the visual menu bar with the information switching function and the application program are packaged simultaneously when the application program is packaged, the application program obtains the information switching function, the application program testing process is more efficient and convenient, application program codes do not need to be modified when the application programs of all versions are tested, and the related codes of the application program can be effectively prevented from being artificially tampered.
Example 2
This embodiment, referring to fig. 2, shows that another application packaging method according to the present invention further includes the following steps:
s40: and acquiring a new packaging environment from the application building tool, wherein the new packaging environment is used for building the application without the information switching function.
Obtaining a new packaging environment from an application building tool, comprising: and acquiring a construction script corresponding to the new packaging environment, wherein the construction script is used for not packaging the bundle type configuration file when the application program is packaged by using the new packaging environment.
S50: adding the new packaging environment to the compilation scheme.
S60: packaging the application program by using the new packaging environment in the compiling scheme so that the application program does not have the information switching function.
Packaging the application program by using the new packaging environment in the compiling scheme, wherein the packaging method comprises the following steps:
when the information switching function is the server address switching function, determining a default server address, and packaging the default server address and the application program; when the information switching function is the application program UI switching function, determining a default application program UI and packaging the default application program UI and the application program; and when the information switching function is the application program theme switching function, determining a default application program theme, and packaging the default application program theme and the application program.
The embodiment adds a new packaging environment to the compiling scheme, the new packaging environment is different from a release packaging environment, the application program without an information switching function can be packaged through the new packaging environment, the flexible and selectable packaging environment is achieved, a user can conveniently select different packaging environment packaging application programs according to different requirements, the modification times of application program codes can be reduced, and the application program codes are prevented from being tampered due to manual misoperation.
Example 3
In this embodiment, referring to fig. 6, an application packaging apparatus 1, where an application is applied to an IOS system, includes: the system comprises a configuration file generation module 10, a compiling scheme acquisition module 20, a release environment packaging module 30, a new packaging environment acquisition module 40, a new packaging environment adding module 50 and a new packaging environment packaging module 60.
The configuration file generating module 10 is configured to generate a bundle type configuration file by using an Xcode tool, where the bundle type configuration file is used to add a visual menu bar having an information switching function to the application program; a compiling scheme obtaining module 20, configured to obtain a compiling scheme from the application building tool; and a release environment packaging module 30, configured to package the application program by using the release packaging environment in the compiling scheme, so that the application program has the information switching function.
A new packaging environment obtaining module 40, configured to obtain a new packaging environment from the application building tool, where the new packaging environment is used to build the application without the information switching function; a new packaging environment adding module 50, configured to add the new packaging environment to the compilation scheme; a new packaging environment packaging module 60, configured to package the application program by using the new packaging environment in the compiling scheme, so that the application program does not have the information switching function.
The application packaging device 1 disclosed in this embodiment, where the application is applied to an IOS system, is configured to execute the application packaging method described in the above embodiment through the cooperation of the configuration file generating module 10, the compiling scheme obtaining module 20, the release environment packaging module 30, the new packaging environment obtaining module 40, the new packaging environment adding module 50, and the new packaging environment packaging module 60, and the implementation scheme and the beneficial effect related to the above embodiment are also applicable in this embodiment, and are not described herein again.
It is understood that the embodiment of the present invention relates to a terminal device, which includes a memory and a processor, where the memory is used for storing a computer program, and the computer program executes the application packaging method according to the embodiment of the present invention when running on the processor.
It is to be understood that the embodiments of the present invention relate to a readable storage medium storing a computer program, which when executed on a processor performs the application packaging method according to the embodiments of the present invention.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, each functional module or unit in each embodiment of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention or a part of the technical solution that contributes to the prior art in essence can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a smart phone, a personal computer, a server, or a network device, etc.) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention.

Claims (8)

1. An application packaging method, wherein the application is applied to an IOS system, the method comprising:
generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program;
acquiring a compiling scheme from an application program building tool;
acquiring a new packaging environment from the application building tool, wherein the new packaging environment is used for building the application without the information switching function;
adding the new packaging environment to the compilation plan;
packaging the application program by utilizing a release packaging environment in the compiling scheme so as to enable the application program to have the information switching function; or the like, or, alternatively,
packaging the application program by using the new packaging environment in the compiling scheme so that the application program does not have the information switching function.
2. The method for packaging an application program according to claim 1, wherein the generating a bundle type configuration file by an Xcode tool comprises:
creating a selection key for opening or closing the information switching function for the application program in the IOS through an Xcode tool;
a drop down list including a plurality of switching information is created for the application program at the IOS system through an Xcode tool.
3. The application packaging method according to claim 1, wherein the information switching function includes at least one of a server address switching function, an application UI switching function, and an application theme switching function.
4. The method of claim 1, wherein the obtaining the new packaging environment from the application building tool comprises:
and acquiring a construction script corresponding to the new packaging environment, wherein the construction script is used for not packaging the bundle type configuration file when the application program is packaged by using the new packaging environment.
5. The application packaging method of claim 1, wherein packaging the application using the new packaging environment in the compilation scheme comprises:
when the information switching function is a server address switching function, determining a default server address, and packaging the default server address and the application program;
when the information switching function is an application program UI switching function, determining a default application program UI, and packaging the default application program UI and the application program;
and when the information switching function is an application program theme switching function, determining a default application program theme, and packaging the default application program theme and the application program.
6. An apparatus for packaging an application, wherein the application is applied to an IOS system, the apparatus comprising:
the configuration file generation module is used for generating a bundle type configuration file through an Xcode tool, wherein the bundle type configuration file is used for adding a visual menu bar with an information switching function to the application program;
the compiling scheme obtaining module is used for obtaining a compiling scheme from the application program building tool;
a new packaging environment obtaining module, configured to obtain a new packaging environment from the application building tool, where the new packaging environment is used to build the application without the information switching function;
a new packaging environment adding module for adding the new packaging environment to the compiling scheme;
a release environment packaging module, configured to package the application program by using a release packaging environment in the compiling scheme, so that the application program has the information switching function;
and the new packaging environment packaging module is used for packaging the application program by using the new packaging environment in the compiling scheme so as to enable the application program not to have the information switching function.
7. A terminal device comprising a memory and a processor, the memory being configured to store a computer program which, when run on the processor, performs the application packaging method of any of claims 1 to 5.
8. A readable storage medium, characterized in that it stores a computer program which, when run on a processor, performs the application packaging method of any of claims 1 to 5.
CN202011462118.8A 2020-12-14 2020-12-14 Application program packaging method and device, terminal equipment and readable storage medium Pending CN112230932A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011462118.8A CN112230932A (en) 2020-12-14 2020-12-14 Application program packaging method and device, terminal equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011462118.8A CN112230932A (en) 2020-12-14 2020-12-14 Application program packaging method and device, terminal equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN112230932A true CN112230932A (en) 2021-01-15

Family

ID=74124853

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011462118.8A Pending CN112230932A (en) 2020-12-14 2020-12-14 Application program packaging method and device, terminal equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112230932A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106330560A (en) * 2016-08-31 2017-01-11 武汉斗鱼网络科技有限公司 Method and apparatus for switching server in system setting during IOS system test
US20170364377A1 (en) * 2016-06-15 2017-12-21 International Business Machines Corporation Specialized micro-hypervisors for unikernels
CN110780917A (en) * 2019-10-25 2020-02-11 深圳市同洲电子股份有限公司 Method and system for automatically packaging and releasing read Native application

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170364377A1 (en) * 2016-06-15 2017-12-21 International Business Machines Corporation Specialized micro-hypervisors for unikernels
CN106330560A (en) * 2016-08-31 2017-01-11 武汉斗鱼网络科技有限公司 Method and apparatus for switching server in system setting during IOS system test
CN110780917A (en) * 2019-10-25 2020-02-11 深圳市同洲电子股份有限公司 Method and system for automatically packaging and releasing read Native application

Similar Documents

Publication Publication Date Title
CN108399132B (en) Scheduling test method, device and storage medium
US9703677B2 (en) Code coverage plugin
CN106909498B (en) Method and system for injecting fault into Java program
CN105589805B (en) Method and device for generating code coverage rate report
CN109634648B (en) Method and device for rapidly switching SDK network interface environment
CN112631618A (en) Application program packaging method, application program testing method, terminal and storage medium
CN111382084A (en) Test method and device and electronic equipment
JP2014021982A (en) Iterative generation of symbolic test drivers for object-oriented languages
CN111104157A (en) Mass production method and device of storage equipment, storage medium and electronic equipment
CN110795353A (en) Debugging method, device and equipment for fast application and storage medium
CN103176903B (en) The test method and equipment of MapReduce distributed system program
CN111240987B (en) Method and device for detecting migration program, electronic equipment and computer readable storage medium
US9069897B2 (en) Capturing telemetry data by dynamic language engine
CN111611008A (en) Software code packaging and deploying method, device, equipment and storage medium
CN112230932A (en) Application program packaging method and device, terminal equipment and readable storage medium
CN115857961A (en) Multi-platform project unified deployment method and device
CN111367796B (en) Application program debugging method and device
CN110825361B (en) Code modification method, device, equipment and readable storage medium
CN115168175A (en) Program error solving method, device, electronic equipment and storage medium
CN113220586A (en) Automatic interface pressure test execution method, device and system
CN111367512A (en) Method and device for creating Android library module dependency relationship in application development
CN110795142A (en) Configuration file generation method and device
CN112560041B (en) Method, apparatus and computer storage medium for automated quality verification detection
CN111104318B (en) Unit test result export method and device and electronic equipment
CN115080431A (en) Code testing method, device, storage medium and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210115